Claude Code plugins for feature development workflows, creative tooling, and engineering utilities
npx claudepluginhub jonnycbb/claude-code-configCreative and standards tools: /teach-me for interactive scrollytelling explanations, /frontend-slides for HTML presentations, plus editorial, diagram, and skills-authoring standards with companion review agents.
Complete feature development workflow: /interview for requirements gathering, /research-problem for codebase research, /map-feature-to-plans and /break-down-initiative for feature splitting, /create-plan-tdd and /implement-plan-tdd for test-driven planning and execution, /code-review for multi-agent review, /verify-implementation for evidence generation, /commit and /pr-description for git workflows.
Engineering utilities: /assess-incident for severity classification, /incident-investigation for root cause analysis across backend/data/indexing domains, /refactor-architecture for codebase friction analysis and proposals, /system-architecture-doc for C4 architecture documentation, plus service diagnostics and operational skills.
A directory with my Claude Code setup - agents, commands, skills.
Follow the README for instructions on how to use these for your own use cases and hopefully be inspired by what's possible.
Important Note: The agents and commands are constantly evolving. I'll try to keep this README up-to-date but hopefully the content can be useful in inspiring others to leverage some more advanced features of Claude Code.
This repo also serves as a Claude Code plugin marketplace. You can install plugins directly from this repo.
| If you want to... | Install |
|---|---|
| Build features with AI-guided TDD workflow | jbb-feature-dev |
| Investigate incidents or document architecture | eng-utils |
| Create interactive explainers or presentations | jiffy-toolkit |
| All of the above | Install all three -- they work independently |
| Plugin | When to use it | Description | Examples |
|---|---|---|---|
| jbb-feature-dev | You're building a feature from scratch | End-to-end development workflow: from requirements gathering and codebase research through TDD planning, parallel implementation, code review, and delivery. | /interview -> /create-plan-tdd -> /implement-plan-tdd -> /code-review |
| eng-utils | Something is broken in production or you need to understand a system | Incident triage and root cause investigation, architecture documentation with C4 diagrams, and service diagnostics (pods, logs, alerts, callgraphs, edge config). | /incident-investigation, /system-architecture-doc |
| jiffy-toolkit | You need to explain or present something | Turn concepts into polished interactive pages, slide decks, and standards-compliant documentation. | /teach-me, /frontend-slides |
| Plugin | Skills | Agents | Commands | Size |
|---|---|---|---|---|
| jbb-feature-dev | 17 | 13 | 2 | Comprehensive |
| eng-utils | 3 | 1 | 0 | Focused |
| jiffy-toolkit | 5 | 5 | 0 | Lightweight |
From within Claude Code:
/plugin marketplace add https://github.com/JonnyCBB/claude-code-config.git
Or from the terminal:
claude plugin marketplace add https://github.com/JonnyCBB/claude-code-config.git
/plugin install jbb-feature-dev@jbb-claude-code-plugins
/plugin install eng-utils@jbb-claude-code-plugins
/plugin install jiffy-toolkit@jbb-claude-code-plugins
Add to any project's .claude/settings.json to prompt users to install automatically:
{
"extraKnownMarketplaces": {
"jbb-claude-code-plugins": {
"source": {
"source": "git",
"url": "https://github.com/JonnyCBB/claude-code-config.git"
}
}
}
}
Required for all plugins:
gh CLI tool for GitHub workflowsClaude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations