Workflow pipelines, product exploration, project scaffolding, Flutter tooling, and ASO optimization for Claude Code.
npx claudepluginhub nextc/nextc-claudeDevelopment workflow pipelines — clarify, feature-dev, team-feature-dev, bug-fix, cleanup, update-docs. Composable skills that chain into each other.
Product exploration — raw idea to validated proposal with market research, competitor analysis, and collision insights.
Project scaffolding from proposal — clean Flutter project with deps and architectural blueprints that guide /feature-dev to write production-grade code.
Flutter build and localization — APK/IPA builds with logging, and a full l10n pipeline (audit, harmonize, extract, translate, verify).
App Store Optimization pipeline — multi-agent system for competitive analysis, keywords, metadata, creatives, localization, and tracking.
Claude Code marketplace — workflow pipelines, product exploration, project scaffolding, Flutter tooling, and ASO optimization.
Quick start:
/plugin marketplace add nextc/nextc-claude
/plugin install nextc-core@nextc-claude
| Plugin | Skills | Description |
|---|---|---|
| nextc-core | clarify, feature-dev, team-feature-dev, bug-fix, cleanup, update-docs | Development workflow pipelines that chain into each other |
| nextc-product | product-explore | Raw idea to validated proposal with market research |
| nextc-project-kickoff | flutter-kickoff | Proposal to production-grade Flutter project |
| nextc-flutter | flutter-build, flutter-l10n (7 sub-skills) | Flutter build + localization pipeline |
| nextc-aso | aso-pipeline | App Store Optimization multi-agent pipeline |
# 1. Add the marketplace (once)
/plugin marketplace add nextc/nextc-claude
# 2. Install the plugins you need
/plugin install nextc-core@nextc-claude
/plugin install nextc-product@nextc-claude
/plugin install nextc-project-kickoff@nextc-claude
/plugin install nextc-flutter@nextc-claude
/plugin install nextc-aso@nextc-claude
# 3. Symlink rules (not covered by plugin system)
git clone <repo-url> ~/code/nextc/nextc-claude
cd ~/code/nextc/nextc-claude && ./setup-rules.sh
# Remove individual plugins
/plugin uninstall nextc-core@nextc-claude
# Remove the marketplace entirely
/plugin marketplace remove nextc-claude
# Remove symlinked rules
rm ~/.claude/rules/nextc-claude
Plugins invoke agents and skills from other plugins. Install these for full functionality.
Required — core workflows need this:
| Dependency | Required By | Install |
|---|---|---|
| everything-claude-code | nextc-core — uses planner, architect, code-reviewer, security-reviewer | /plugin marketplace add affaan-m/everything-claude-code then /plugin install everything-claude-code@everything-claude-code |
Required for specific plugins:
| Dependency | Required By | Install |
|---|---|---|
| pm-skills | nextc-product — 12 PM skills for market research | /plugin marketplace add phuryn/pm-skills then install 6 sub-plugins |
| marketingskills | nextc-product — customer-research | /plugin marketplace add coreyhaines31/marketingskills then /plugin install marketing-skills@marketingskills |
| aso-skills | nextc-aso — 27 ASO skills | /plugin marketplace add Eronred/aso-skills then /plugin install aso-skills@aso-skills |
/product-explore ──→ /flutter-kickoff ──→ /feature-dev ──→ /flutter-build
(proposal) (project) (features) (APK/IPA)
| Step | Plugin | Command | What It Does |
|---|---|---|---|
| Explore | nextc-product | /product-explore | Validates idea with research. Outputs docs/proposal.md. |
| Kickoff | nextc-project-kickoff | /flutter-kickoff | Reads proposal, scaffolds production-grade project. |
| Build features | nextc-core | /feature-dev | Full pipeline: plan, implement, review, cleanup, docs. |
| Localize | nextc-flutter | /flutter-l10n | Multi-step l10n pipeline. |
| Ship | nextc-flutter | /flutter-build | Build APK/IPA with logging. |
/clarify ──→ /feature-dev ──→ /cleanup
↓
/team-feature-dev (parallel variant)
/bug-fix ──→ /cleanup (if 3+ files changed)
All from nextc-core. Skills auto-chain.
The ui-ux-developer agent (in nextc-core) enforces strict design compliance — tool-agnostic. Provide design assets from any tool, and it implements with pixel-perfect fidelity to docs/design.md.
Multi-agent system in nextc-aso. Requires aso-skills.
/aso-pipeline build | run | audit | status
nextc-claude/ (marketplace root)
├── .claude-plugin/marketplace.json (lists 5 plugins)
├── rules/nextc-claude/ (8 rules, shared via symlink)
├── setup-rules.sh
├── nextc-core/ (6 skills, 2 agents)
├── nextc-product/ (1 skill, 1 agent)
├── nextc-project-kickoff/ (1 skill, 1 agent)
├── nextc-flutter/ (8 skills, 2 agents)
└── nextc-aso/ (1 skill, 8 agents)
All projects: model-selection, error-handling, no-auto-testing, project-docs, skill-selection Flutter: flutter-build-rules, flutter-l10n-rules
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
A comprehensive community-driven collection of 117 AI agents, 174 slash commands, 28 hooks, and 199 MCP servers for Claude Code