npx claudepluginhub boy-johnny/claude-toolkitStreamline your git workflow with simple commands for committing, pushing, and creating pull requests. Includes branch cleanup utilities.
A personal Claude Code plugin marketplace for streamlined development workflows.
# In Claude Code, add this marketplace
/plugin marketplace add /Users/captrong/Project/App/Extensions/claude-code
# Install all plugins
/plugin install feature-develop@Dev-toolkit
/plugin install commit-workflow@Dev-toolkit
/plugin install debug-toolkit@Dev-toolkit
/plugin install design-studio@Dev-toolkit
# Verify installation
/help
Guided feature development with systematic codebase exploration, architecture design, and quality review.
Commands:
/feature [description] - Start guided feature developmentAgents:
code-explorer - Traces execution paths and maps architecturecode-architect - Designs implementation blueprintscode-reviewer - Reviews for bugs and quality issuesStreamline git operations with auto-commits, PR creation, and branch cleanup.
Commands:
/commit - Create a commit with auto-generated message/commit-push-pr - Commit, push, and create PR in one workflow/clean-gone - Clean up deleted remote branches locallySystematic debugging with bug hunting, error analysis, and trace logging.
Commands:
/debug [description] - Full debugging workflow/trace [target] - Trace execution flow through code/diagnose [issue] - Quick diagnostic for rapid triageAgents:
bug-hunter - Hunts bugs by tracing code pathserror-analyzer - Deep analysis for root cause identificationSkills:
debugging - Auto-activates for errors and bugsCreate distinctive, production-grade frontend interfaces.
Commands:
/design [description] - Create beautiful frontend interfacesSkills:
frontend-design - Auto-activates for frontend workclaude-code/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── README.md # This file
│
├── feature-develop/ # Feature development plugin
│ ├── .claude-plugin/plugin.json
│ ├── commands/feature.md
│ ├── agents/
│ │ ├── code-explorer.md
│ │ ├── code-architect.md
│ │ └── code-reviewer.md
│ └── README.md
│
├── commit-workflow/ # Git workflow plugin
│ ├── .claude-plugin/plugin.json
│ ├── commands/
│ │ ├── commit.md
│ │ ├── commit-push-pr.md
│ │ └── clean-gone.md
│ └── README.md
│
├── debug-toolkit/ # Debugging plugin
│ ├── .claude-plugin/plugin.json
│ ├── commands/
│ │ ├── debug.md
│ │ ├── trace.md
│ │ └── diagnose.md
│ ├── agents/
│ │ ├── bug-hunter.md
│ │ └── error-analyzer.md
│ ├── skills/debugging/SKILL.md
│ └── README.md
│
└── design-studio/ # Frontend design plugin
├── .claude-plugin/plugin.json
├── commands/design.md
├── skills/frontend-design/SKILL.md
└── README.md
/feature Add user authentication with OAuth2
/feature Implement search functionality for products
/feature Create export to PDF feature
# Quick commit during development
/commit
# Ready to create PR
/commit-push-pr
# Cleanup after merging PRs
/clean-gone
# Full investigation
/debug Login fails with "invalid credentials" error
# Quick diagnosis
/diagnose TypeError: Cannot read property 'id' of undefined
# Understand code flow
/trace handleUserAuthentication function
/design Dashboard for a project management tool
/design Landing page for a SaaS product
/design Settings panel with dark mode
gh) for /commit-push-pr commandTo update plugins after making changes:
# Uninstall current version
/plugin uninstall feature-develop@Dev-toolkit
# Reinstall
/plugin install feature-develop@Dev-toolkit
GOODA
MIT
1.0.0
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations