Official Every plugin marketplace for Claude Code extensions
npx claudepluginhub tanmoy1139/compounding-engineering-pluginAI-powered development tools. 24 agents, 16 commands, 11 skills, 2 MCP servers for code review, research, design, and workflow automation.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
The official Every marketplace where engineers from Every.to share their workflows. Currently featuring the Compounding Engineering Philosophy plugin.
Run Claude and add the marketplace:
/plugin marketplace add https://github.com/EveryInc/every-marketplace
Then install the plugin:
/plugin install compounding-engineering
Use the Claude Plugins CLI to skip the marketplace setup:
npx claude-plugins install @EveryInc/every-marketplace/compounding-engineering
This automatically adds the marketplace and installs the plugin in a single step.
bunx droid-factory
What this does: copies Claude Code marketplace commands/agents/subagents and converts them to Droid format.
Next:
You're done: use this source from Droid. You don't need to add it in Claude Code anymore.
A Claude Code plugin that makes each unit of engineering work easier than the last. Transform how you plan, build, and review code using AI-powered tools that systematically improve your development workflow.
Each unit of engineering work should make subsequent units of work easier—not harder.
Traditional development accumulates technical debt. Every feature adds complexity. Every change increases maintenance burden. The codebase becomes harder to work with over time.
Compounding engineering inverts this. Each feature you build:
This plugin provides the tools to make compounding engineering practical. It transforms vague ideas into structured plans, executes those plans systematically, and ensures every change meets your quality bar before merging.
graph LR
A[Plan<br/>Plan it out<br/>in detail] --> B[Delegate<br/>Do the work]
B --> C[Assess<br/>Make sure<br/>it works]
C --> D[Codify<br/>Record<br/>learnings]
D --> A
style A fill:#f9f,stroke:#333,stroke-width:2px
style B fill:#bbf,stroke:#333,stroke-width:2px
style C fill:#bfb,stroke:#333,stroke-width:2px
style D fill:#ffb,stroke:#333,stroke-width:2px
The plugin follows a three-step workflow that makes development compound:
Use /compounding-engineering:plan to transform feature descriptions into comprehensive GitHub issues.
What it does:
The result: Issues that make implementation easier because they've already done the research and planning work.
Use /compounding-engineering:work to execute work plans with isolated worktrees and systematic task tracking.
What it does:
The result: Features built correctly the first time, with full test coverage and no regressions.
Use /compounding-engineering:review to perform exhaustive multi-agent code reviews.
What it does:
The result: Code that meets your quality bar and documents learnings for future work.
# Create a detailed GitHub issue from a feature description
claude /compounding-engineering:plan "Add user profile avatars with S3 upload and automatic resizing"
The command will:
You can choose detail levels:
# Execute a plan document systematically
claude /compounding-engineering:work path/to/plan.md