npx claudepluginhub ii-vo/claude-metaCreate git commits for session changes with clear, atomic messages
Create handoff document for transferring work to another session
Create detailed implementation plans through interactive research and iteration
Create implementation plans with thorough research (no notes directory)
Implement an approved technical plan. By default, creates an isolated worktree environment. Use `--here` to implement in the current directory.
Iterate on existing implementation plans with thorough research and updates
Document codebase as-is with notes directory for historical context
Resume work from handoff document with context analysis and validation
Ship code via PR (with full description) or direct merge, with automatic cleanup
Validate implementation against plan, verify success criteria, identify issues
Analyzes codebase implementation details. Call the codebase-analyzer agent when you need to find detailed information about specific components. As always, the more detailed your request prompt, the better! :)
Locates files, directories, and components relevant to a feature or task. Call `codebase-locator` with human language prompt describing what you're looking for. Basically a "Super Grep/Glob/LS tool" — Use it if you find yourself desiring to use one of these tools more than once.
codebase-pattern-finder is a useful subagent_type for finding similar implementations, usage examples, or existing patterns that can be modeled after. It will give you concrete code examples based on what you're looking for! It's sorta like codebase-locator, but it will not only tell you the location of files, it will also give you code details!
Analyzes documentation for key insights. Use when you need to deep dive on research topics or extract decisions from notes.
Discovers relevant documents in thoughts/notes/, thoughts/research/, thoughts/plans/, and related directories. Use this when researching to find historical context and documentation.
Do you find yourself desiring information that you don't quite feel well-trained (confident) on? Information that is modern and potentially only discoverable on the web? Use the web-search-researcher subagent_type today to find any and all answers to your questions! It will research deeply to figure out and attempt to answer your questions! If you aren't immediately satisfied you can get your money back! (Not really - but you can re-run web-search-researcher with an altered prompt in the event you're not satisfied the first time)
A marketplace of commands and agents for Claude Code that enhance planning, implementation, and shipping workflows.
Add the marketplace and install the plugin:
/plugin marketplace add ii-vo/claude-meta
/plugin install claude-meta:slash-command
Or install directly from the marketplace:
/plugin install github:ii-vo/claude-meta
| Command | Description |
|---|---|
/create_plan | Create detailed implementation plans through interactive research |
/create_plan_no_thoughts | Create implementation plans (no notes directory) |
/implement_plan | Execute a plan (creates worktree by default, use --here to stay in place) |
/iterate_plan | Update existing plans based on feedback |
/validate_plan | Verify implementation against plan success criteria |
| Command | Description |
|---|---|
/ship | Ship code via PR (with full description) or direct merge |
/commit | Create git commits with clear, atomic messages |
/ship modes:
/ship - Full PR workflow: analyze, describe, create PR, merge, cleanup/ship --direct - Direct merge to main, no PR/ship --pr-only - Create PR with description, don't merge (for team review)/implement_plan modes:
/implement_plan <plan> - Creates worktree, opens new terminal (default)/implement_plan <plan> --here - Implements in current directory| Command | Description |
|---|---|
/create_handoff | Create handoff document for transferring work |
/resume_handoff | Resume work from a handoff document |
/research_codebase | Document codebase with notes for historical context |
Specialized sub-agents spawned by commands for parallel research:
| Agent | Purpose |
|---|---|
codebase-locator | Find files and directories relevant to a task |
codebase-analyzer | Analyze implementation details of components |
codebase-pattern-finder | Find similar implementations and usage examples |
notes-locator | Discover relevant documents in thoughts/ directories |
notes-analyzer | Extract insights and decisions from documentation |
web-search-researcher | Research topics using web search |
/create_plan → Design implementation approach
/implement_plan → Creates worktree + new terminal with Claude
(your main terminal stays free)
/commit → Commit changes (in worktree terminal)
/ship → Merge PR and cleanup worktree
This is the default workflow. /implement_plan automatically creates an isolated worktree environment so you can continue working in your main terminal while Claude implements.
/create_plan
/implement_plan --here → Implement in current directory
/commit
/ship
Use --here when you want to stay in the same terminal/directory.
(make changes)
/commit
/ship --direct → Merge directly, no PR
/create_plan
/implement_plan
/commit
/ship --pr-only → Create PR for review
(wait for approval)
/ship → Merge and cleanup
/create_handoff → Document current state
(new session)
/resume_handoff → Continue from handoff
.claude-plugin/
marketplace.json # Marketplace definition
plugins/
slash-command/ # Main plugin
.claude-plugin/
plugin.json # Plugin metadata
commands/ # Slash commands
agents/ # Sub-agent definitions
MIT
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Executes bash commands
Hook triggers when Bash tool is used
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.