A collection of plugins for Claude Code, Anthropic's CLI for Claude.
Add this marketplace to Claude Code:
/plugin marketplace add schuettc/claude-code-pluginsThen install any plugin:
/plugin install <plugin-name>@schuettc-claude-code-plugins| Plugin | Description | Version |
|---|---|---|
| feature-workflow | Feature lifecycle with directory-based tracking and event-driven hooks | 4.0.0 |
Structured feature development with commands, agents, and skills.
Commands:
/feature-capture- Capture feature ideas to docs/features//feature-plan- Plan implementation with specialized agents/feature-ship- Verify quality gates before completion
Install:
/plugin install feature-workflow@schuettc-claude-code-pluginsSee feature-workflow/README.md for full documentation.
To test plugins locally:
git clone https://github.com/schuettc/claude-code-plugins.git
claude --plugin-dir ./claude-code-plugins/<plugin-name>MIT