By boy-johnny
Streamline 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
Runs pre-commands
Contains inline bash commands via ! syntax
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub boy-johnny/claude-toolkit --plugin commit-workflowGit workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
使用簡單命令簡化您的 Git 工作流程,包括提交、推送和建立 Pull Request
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns