By gendosu
Git operations specialist agent and workflow commands (commit, micro-commit, pull-request, todo tasks) for Claude Code
npx claudepluginhub gendosu/ccmp --plugin cccpgit stageされている内容でコミット
Split git changes into context-based micro-commits
プルリク作成 or 更新
Execute task planning based on the specified file and manage questions[/cccp:todo-task-planning file_path]
Execute tasks from TODO file and create pull request [/todo-task-run xxx]
Use this agent when you need to perform Git operations such as committing changes, creating branches, merging, resolving conflicts, managing remotes, or any other Git-related tasks. Examples: <example>Context: User has made changes to multiple files and wants to commit them with a proper message. user: 'I've updated the database schema and added new API endpoints. Can you help me commit these changes?' assistant: 'I'll use the git-operations-specialist agent to help you commit your changes with an appropriate commit message.' <commentary>Since the user needs help with Git operations (committing changes), use the git-operations-specialist agent.</commentary></example> <example>Context: User wants to create a new feature branch for development. user: 'I need to create a new branch called feature/user-authentication and switch to it' assistant: 'I'll use the git-operations-specialist agent to create and switch to the new feature branch.' <commentary>Since the user needs Git branch operations, use the git-operations-specialist agent.</commentary></example>
Use this agent when you need comprehensive project management assistance, including planning, tracking progress, coordinating tasks across team members, managing timelines and milestones, risk assessment, resource allocation, or when you need strategic guidance on project execution. Examples: <example>Context: User needs help organizing a complex software development project with multiple teams and dependencies. user: "I'm starting a new feature development that involves frontend, backend, and infrastructure changes. Can you help me create a project plan?" assistant: "I'll use the project-manager agent to help you create a comprehensive project plan with proper task breakdown, timeline, and coordination strategy."</example> <example>Context: User is struggling with project delays and needs help getting back on track. user: "Our project is behind schedule and I'm not sure how to prioritize the remaining tasks" assistant: "Let me use the project-manager agent to analyze your current situation and provide a recovery plan with prioritized action items."</example>
A collection of development utility plugins for Claude Code.
CCMP (Claude Code Marketplace) is a monorepo containing productivity plugins for Claude Code. It provides skills and commands to streamline your daily development workflow.
| Plugin Name | Description | Type | Feature Name | Version | Documentation |
|---|---|---|---|---|---|
| CCCP (Claude Code Command Pack) | Git operations specialist agents and micro-commit commands for test-driven development workflows | Agent | git-operations-specialist - Comprehensive Git operations (commit, branch, merge, conflict resolution) | 0.3.0 | README |
| Agent | project-manager - Overall project management | ||||
| Command | commit - Commit with staged changes | ||||
| Command | micro-commit - Context-based micro-commit splitting | ||||
| Command | todo-task-planning - Task planning execution | ||||
| Command | todo-task-run - Execute tasks from TODO file and create PR | ||||
| Skill | key-guidelines - Development guideline reference | ||||
| awesome-statusline | Claude Code statusline automatic setup skill | Skill | setup-statusline - Automatic statusline setup | 0.1.0 | README |
| codex | Codex MCP integration plugin - Code review, technical research, documentation generation | Skill | codex - Code review, technical research, documentation generation, custom queries | 0.1.1 | README |
| skill-creator | Comprehensive guide for creating effective Claude Code skills | Skill | skill-creator - Skill design patterns, initialization, validation, and packaging tools | 1.0.0 | README |
/plugin marketplace add gendosu/ccmp
/plugin install cccp@gendosu-claude-plugins
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
GENDOSU
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Uses power tools
Uses Bash, Write, or Edit tools
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification