Structured development workflow plugins for Claude Code
npx claudepluginhub nikeyes/stepwise-devCore workflow for structured development: Research → Plan → Implement → Validate with thoughts/ management
Git commit workflow without Claude attribution
Web search and research capabilities for external context
Multi-agent deep research plugin with parallel web searches and synthesis
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
A modular development workflow suite for Claude Code inspired by Ashley Ha's workflow, adapted to work 100% locally with thoughts.
📖 Read more: Tu CLAUDE.md no funciona sin Context Engineering (Spanish article about Stepwise-dev)
Solves the context management problem: LLMs lose attention after 60% context usage.
Implements Research → Plan → Implement → Validate with frequent /clear and persistent thoughts/ storage.
thoughts/This repository contains 4 independent plugins that can be installed separately based on your needs:
The foundation plugin with the complete Research → Plan → Implement → Validate cycle.
Includes:
research_codebase, create_plan, iterate_plan, implement_plan, validate_plan)Clean git commit workflow without Claude attribution.
Includes:
commit)Web search and research capabilities for external context.
Includes:
web-search-researcher)Advanced multi-agent research system with parallel web searches and synthesis.
Includes:
deep_research)# Add marketplace from GitHub
/plugin marketplace add nikeyes/stepwise-dev
# Install all plugins
/plugin install stepwise-core@stepwise-dev
/plugin install stepwise-git@stepwise-dev
/plugin install stepwise-web@stepwise-dev
/plugin install stepwise-research@stepwise-dev
# Add marketplace
/plugin marketplace add nikeyes/stepwise-dev
# Install only the core workflow
/plugin install stepwise-core@stepwise-dev
# Optionally add git operations
/plugin install stepwise-git@stepwise-dev
# Optionally add web research
/plugin install stepwise-web@stepwise-dev
# Optionally add multi-agent deep research
/plugin install stepwise-research@stepwise-dev
Restart Claude Code after installation.
Don't have a project to test with? Use stepwise-todo-api-test — a sample repository designed for testing these plugins.
After running thoughts-init (from stepwise-core) in a project:
<your-project>/
├── thoughts/
│ ├── nikey_es/ # Your personal notes (you write)
│ │ ├── tickets/ # Ticket documentation
│ │ └── notes/ # Personal notes
│ ├── shared/ # Team-shared documents (Claude writes)
│ │ ├── research/ # Research documents
│ │ ├── plans/ # Implementation plans
│ │ └── prs/ # PR descriptions
│ └── searchable/ # Hardlinks for grep (auto-generated)
│ ├── nikey_es/ # → hardlinks to nikey_es/
│ └── shared/ # → hardlinks to shared/
├── .gitignore # (add thoughts/searchable/ to this)
└── ...
Key distinction:
nikey_es/: Personal tickets/notes you create manuallyshared/: Formal docs Claude generates from commands/stepwise-core:research_codebase How does authentication work?
Spawns parallel agents, searches codebase and thoughts/, generates comprehensive research document.