Ferdi's personal Claude Code plugins collection
npx claudepluginhub DaanFerdinandusse/AI-agent-pluginsCreate comprehensive spec documents through deep iterative interviews, then implement them phase-by-phase with verification and decision logging
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
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
A collection of Claude Code plugins for enhanced development workflows.
Create comprehensive specification documents through deep iterative interviews, then implement them phase-by-phase with verification and decision logging.
Commands:
/interview-spec - Create a detailed spec through an interactive interview process/brainstorm - Collaboratively brainstorm high-level architecture and create an implementation plan/implement-spec - Implement an approved spec phase-by-phase with verification/restore-changes - Restore uncommitted changes using gitAgents:
spec-codebase-explorer - Explores existing codebase for context during spec creationspec-doc-researcher - Researches package documentation using Context7 MCPReact and Next.js performance optimization guidelines from Vercel Engineering. Contains 40+ rules across 8 categories for writing, reviewing, and refactoring React/Next.js code.
Skills (auto-activated):
react-best-practices - Automatically applies performance optimization patterns when working with React/Next.jsCategories covered:
/plugin marketplace add DaanFerdinandusse/AI-agent-plugins
/plugin install spec-driven-dev@daan-plugins
After installation, use the commands directly in Claude Code:
/spec-driven-dev:interview-spec
/spec-driven-dev:implement-spec path/to/spec.md
/spec-driven-dev:restore-changes
.
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog
├── plugins/
│ ├── spec-driven-dev/
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json # Plugin manifest
│ │ ├── agents/ # Custom agents
│ │ │ ├── spec-codebase-explorer.md
│ │ │ └── spec-doc-researcher.md
│ │ └── commands/ # Slash commands
│ │ ├── interview-spec.md
│ │ ├── brainstorm.md
│ │ ├── implement-spec.md
│ │ └── restore-changes.md
│ └── react-best-practices/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ └── skills/ # Auto-activated skills
│ ├── react-best-practices.md
│ └── references/ # 40+ rule files
└── README.md
MIT