npx claudepluginhub schuettc/claude-code-pluginsFeature lifecycle management with skill-centric architecture. Capture ideas (idea.md), plan implementations (plan.md), and complete with quality gates (shipped.md). Status determined by file presence with auto-generated DASHBOARD.md. Shared Python library for dashboard generation with minimal hooks.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 80 focused plugins, 185 specialized agents, and 153 skills - optimized for granular installation and minimal token usage
Agent skills for building and maintaining promptfoo evaluations
Share bugs, ideas, or general feedback.
A collection of plugins for Claude Code, Anthropic's CLI for Claude.
Add this marketplace to Claude Code:
/plugin marketplace add schuettc/claude-code-plugins
Then 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 completionInstall:
/plugin install feature-workflow@schuettc-claude-code-plugins
See 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