Phased development workflow tools for Claude Code
npx claudepluginhub gestrich/claude-tools-skillsPhased development workflow tools for Claude Code
A Claude Code plugin providing phased development workflow tools for structured planning, implementation, and code review.
/gestrich-claude-tools-next-taskExecute phased work from planning documents with review and commit cycles. This skill:
docs/completed//gestrich-claude-tools-planCreate structured planning documents with phased implementation approach. This skill:
CLAUDE.mddocs/proposed/ with proper naming conventions/gestrich-claude-tools-reviewCreate structured code review documents for changes. This skill:
docs/reviews/claude plugin marketplace add https://github.com/gestrich/claude-tools-skills
claude plugin install claude-tools-skills@gestrich-claude-tools-skills --scope user
The --scope user parameter enables system-wide installation for all projects.
git clone https://github.com/gestrich/claude-tools-skills.git
cd claude-tools-skills
claude --plugin-dir ~/path/to/claude-tools-skills/plugin
Or add to your ~/.claude/config.json:
{
"plugins": [
{
"path": "/path/to/claude-tools-skills/plugin"
}
]
}
Then restart Claude Code.
Invoke skills using slash commands in Claude Code:
/gestrich-claude-tools-next-task
/gestrich-claude-tools-plan
/gestrich-claude-tools-review
Note: The VSCode extension provides the best experience with slash command discovery. In the terminal, slash commands may not appear in autocomplete but will still work when typed.
If the plugin doesn't appear after marketplace installation:
~/.claude/config.json:{
"enabledPlugins": [
"claude-tools-skills@gestrich-claude-tools-skills"
]
}
To update to the latest version:
claude plugin marketplace update
claude plugin uninstall claude-tools-skills@gestrich-claude-tools-skills
claude plugin install claude-tools-skills@gestrich-claude-tools-skills --scope user
Note: Asking Claude to update via CLI doesn't work reliably — manual reinstallation is more dependable.
claude plugin listclaude-tools/
├── .claude-plugin/
│ └── marketplace.json # Package registry entry
├── plugin/ # Main plugin directory
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata
│ ├── skills/
│ │ ├── gestrich-claude-tools-next-task/
│ │ │ └── SKILL.md
│ │ ├── gestrich-claude-tools-plan/
│ │ │ └── SKILL.md
│ │ └── gestrich-claude-tools-review/
│ │ └── SKILL.md
│ └── LICENSE
└── docs/
├── proposed/ # Work-in-progress planning docs
├── completed/ # Finished planning docs
└── reviews/ # Code review documents
The plugin expects the following directory structure in your projects:
docs/proposed/ - Planning documents for active workdocs/completed/ - Archive of completed planning documentsdocs/reviews/ - Code review documentsMIT License - see LICENSE for details.
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.