Multi-project progress tracking system powered by Claude Code. Automatically tracks status of multiple projects from Git history and documentation.
Show active projects (use /ypm:active-projects instead)
Export private repository to public community version
Show detailed YPM help with all available commands and skills
Launch project setup wizard (use /ypm:project-bootstrap instead)
Show next tasks (use /ypm:next-tasks instead)
This skill displays recently active projects updated within the configured threshold. Use when the user asks "show active projects", "what am I working on", "recent projects", "current projects", "アクティブなプロジェクト", "最近のプロジェクト", or "今やってるプロジェクト".
This skill configures Git Flow or GitHub Flow with branch protection and security settings. Use when the user asks "set up git flow", "configure branch protection", "set up git workflow", "protect branches", "Gitフロー設定", "ブランチ保護設定", or "ワークフロー設定".
This skill shows next tasks across all projects in priority order. Use when the user asks "what should I work on next", "show priorities", "next tasks", "what's pending", "which project needs attention", "次何やる", "次のタスク", "優先度の高いタスク", or "何から始める".
This skill launches an interactive 8-phase new project setup wizard. Use when the user asks "create a new project", "start a project", "bootstrap project", "set up a new repo", "initialize project", "新しいプロジェクト作成", "プロジェクトを始める", or "プロジェクト立ち上げ".
This skill scans all monitored projects and updates PROJECT_STATUS.md. Use when the user asks "update project status", "scan projects", "refresh status", "check all projects", "what changed in my projects", "プロジェクトのステータス更新", "プロジェクトをスキャン", or "全プロジェクトの状態確認".
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.
Development workflow plugins for Claude Code's official plugin system.
These plugins work together to form an end-to-end development lifecycle:
/ypm:new Set up a new project with plans and documentation
|
/code:dev-cycle Autonomously run: sprint -> audit -> ship -> retrospective
|
/simplify (optional) Simplify and refine code post-implementation
|
/code:pr-review-team Team-based PR review with specialized agents
|
/ypm:update Update project status after shipping
Without dev-cycle (manual steps):
With /code:dev-cycle:
/code:dev-cycle docs/plans/phase-3-plan.md
One command. Four stages run autonomously.
| Stage | What happens |
|---|---|
| Sprint | Plan parsing, issue creation, parallel team implementation, tests, build verification |
| Audit | DDD/TDD/DRY/ISSUE/PROCESS compliance check |
| Ship | Code review loop (auto-fix), commit, push, PR creation |
| Retrospective | Two-agent parallel analysis, learnings update, metrics recording |
Documentation Driven Development (DDD): Documentation is the single source of truth. Specs are written before code, and kept in sync with implementation.
Official Plugin System Compliance: Built on Claude Code's plugin system (skills, commands, hooks, agents). No custom runtime or framework required.
External CLI Bridge: Integrates external CLI tools (Codex, Gemini, Kiro) as Claude Code plugins, bringing their capabilities into the same workflow.
| Plugin | Commands | Description |
|---|---|---|
| ypm | /ypm:new, /ypm:update, /ypm:next | Project management - setup wizard, status tracking, task prioritization |
| code | /code:dev-cycle, /code:shipping-pr, /code:review-commit | Autonomous dev lifecycle, code review, PR creation gate |
| Plugin | Commands | Description |
|---|---|---|
| cvi | /cvi:speak, /cvi:lang, /cvi:check | Voice notifications for Claude Code on macOS |
| codex | /codex:research, /codex:review | OpenAI Codex CLI integration for research and code review |
| gemini | /gemini:search | Google Gemini CLI integration for web search |
| kiro | /kiro:research | AWS Kiro CLI integration for AWS expert assistance |
| chezmoi | /chezmoi:check, /chezmoi:sync | Dotfiles management integration using chezmoi |
| utils | /utils:clear-plugin-cache | Utility commands for plugin cache management |
| x-article | /x-article:draft, /x-article:publish | X (Twitter) Articles publishing workflow |
# 1. Add the marketplace
/plugin marketplace add signalcompose/claude-tools
# 2. Browse plugins interactively
/plugin # Opens the Discover tab
# 3. Install a plugin
/plugin install code@claude-tools
# 4. Run the dev cycle
/code:dev-cycle docs/plans/my-plan.md
/plugin marketplace add signalcompose/claude-tools
You can browse and install plugins using the interactive /plugin command, or use CLI commands directly:
# Install specific plugin (format: plugin-name@marketplace-name)
/plugin install cvi@claude-tools
/plugin install ypm@claude-tools
/plugin install chezmoi@claude-tools
/plugin install code@claude-tools
/plugin install utils@claude-tools
/plugin install codex@claude-tools
/plugin install gemini@claude-tools
/plugin install kiro@claude-tools
/plugin install x-article@claude-tools
# Install to project scope (shared with team via .claude/settings.json)
/plugin install cvi@claude-tools --scope project
# Install to user scope (default, personal settings)
/plugin install cvi@claude-tools --scope user
# Install to local scope (local settings only)
/plugin install cvi@claude-tools --scope local
/plugin marketplace update claude-tools
npx claudepluginhub signalcompose/claude-tools --plugin ypmGuidelines and tools for creating Max/MSP patches with MaxMCP
Claude Voice Integration - Voice notifications for Claude Code on macOS
Utility commands for Claude Code plugin management
X (Twitter) Articles publishing workflow automation
Dotfiles management integration for Claude Code using chezmoi
Manage long-running development projects across multiple sessions
Autonomous GitHub Project Management workflow with orchestrator-agent coordination for parallel task execution via git worktrees
Commands for task management and project tracking
Project management plugin that aligns initiatives with GitHub data - turns repositories, issues, and projects into status dashboards
Project-agnostic task and release management framework with 8 streamlined skills: /task, /idea, /release, /docs, /setup, /update, /tests, /help. Features a gated release pipeline with automatic subagent orchestration.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement