Claude Code plugins for AI-powered development workflows
npx claudepluginhub udecode/dotaiComplete development toolkit - documentation, PRDs, design docs, debugging, PR workflows, and planning
macOS notifications for Claude Code events
Auto-play/pause media on prompt submit/stop
MCP servers for Codex integration
Systematic debugging and root cause analysis framework - four-phase investigation process ensuring understanding before fixes
Test-driven development workflow for writing tests before implementation - red-green-refactor cycle with deterministic unit tests
Dig into library source code - clone and explore repos to answer API questions
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
No description available.
Share bugs, ideas, or general feedback.
.claude/settings.json filenpx shadcn@latest add https://raw.githubusercontent.com/udecode/dotai/main/registry/all.json
.claude/settings.json fileDotai:
/plugin marketplace add https://github.com/udecode/dotai
/plugin install dotai notification debug test dig codex
Claude Plugins Official:
/plugin install ralph-loop@@claude-plugins-official
/plugin install frontend-design@@claude-plugins-official
Compound Engineering:
/plugin marketplace add https://github.com/kieranklaassen/compound-engineering-plugin
/plugin install compound-engineering
| Component | Count |
|---|---|
| Plugins | 7 |
| Commands | 5 |
| Skills | 3 |
| Plugin | Description |
|---|---|
dotai | Development toolkit - docs and planning |
debug | Four-phase debugging framework |
test | TDD workflow - red-green-refactor |
dig | Clone and explore library source |
notification | macOS notifications |
media | Auto-play/pause media |
codex | MCP servers for Codex |
| Command | Description |
|---|---|
/dotai:create-app-design | Generate app design documentation |
/dotai:update-app-design | Update existing app design docs |
/dotai:create-tech-stack | Generate tech stack documentation |
/dotai:update-tech-stack | Update existing tech stack docs |
/dotai:install | Install plugin files |
Skills are auto-invoked based on context.
| Skill | Plugin | Description |
|---|---|---|
debug | debug | Four-phase debugging process with built-in deep-stack tracing |
| Skill | Plugin | Description |
|---|---|---|
tdd | test | Test-driven development - write test first, watch fail, make pass |
| Skill | Plugin | Description |
|---|---|---|
dig | dig | Clone and explore library source to answer API questions |
Dynamic prompt injection via .claude/prompt.yml:
| Hook | Description |
|---|---|
beforeStart | Checklist before Claude responds |
beforeComplete | Verification items before claiming completion |
afterCompact | Context recovery after compaction |
Example configuration:
beforeStart:
- tag: SKILL-ANALYSIS
header: 🎯 Skill Check
todos:
- "List available skills, invoke applicable ones"
beforeComplete:
- tag: VERIFICATION
header: 🔒 Verify
todos:
- "Typecheck: bun typecheck"
- "Lint: bun lint:fix"
| Command | Description |
|---|---|
/workflows:lfg | Full autonomous workflow (plan → work → review → test browser → video) |
/workflows:brainstorm | Explore requirements before planning |
/workflows:plan | Create implementation plans |
/workflows:review | Run comprehensive code reviews |
/workflows:work | Execute work items systematically |
/workflows:compound | Document solved problems |