Claude Code plugins by Christian Picon Calderon
npx claudepluginhub cpicon/claude-code-pluginsAnalyze codebase architecture and tech stack to automatically generate specialized Claude Code agent teams
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
A collection of Claude Code plugins for software development lifecycle improvement.
Quality Marketplace - Curated plugins that enhance Claude Code with specialized capabilities for code analysis, debugging, project management, and development workflow automation.
flowchart LR
subgraph "Development Lifecycle"
A["Analyze"] --> B["Debug"]
B --> C["Plan"]
C --> D["Track"]
D --> E["Review"]
E --> A
end
subgraph "Plugin Support"
P1["agent-team-creator"]
P2["Future Plugins"]
end
P1 -.-> A
P1 -.-> B
P1 -.-> C
P1 -.-> D
P2 -.-> E
This marketplace provides plugins that augment Claude Code throughout the software development lifecycle:
| Phase | Current Support | Future Plugins |
|---|---|---|
| Analyze | /generate-agent-team - Create domain experts | Code metrics, dependency analysis |
| Debug | /generate-debugger - Orchestrated investigation | Performance profiling, log analysis |
| Plan | Implementation planning agents | Sprint planning, estimation |
| Track | /generate-jira-task - Issue creation & updates | Multi-tracker support, status sync |
| Sync | /update-generated-report - Jira feedback loop | Bidirectional sync |
| Review | Debugging reports with solutions | PR review, code quality gates |
Automatically analyze your codebase and generate a team of specialized Claude Code agents that are experts on your specific project.
flowchart TD
subgraph "Agent Team Creator"
CMD1["/generate-agent-team"]
CMD2["/generate-debugger"]
CMD3["/generate-jira-task"]
CMD4["/update-generated-report"]
end
subgraph "Generated Artifacts"
A1["Specialist Agents"]
A2["Debugger Orchestrator"]
A3["Jira Tasks"]
end
subgraph "Project Assets"
P1[".claude/agents/"]
P2[".claude/reports/"]
end
CMD1 --> A1 --> P1
CMD2 --> A2 --> P1
A2 -.-> P2
CMD3 --> A3
P2 -.-> CMD3
CMD4 -.-> P2
A3 -.-> CMD4
Features:
.claude/agents/ for immediate useCommands:
/generate-agent-teamAnalyze your project and create specialized agents based on:
/generate-debuggerGenerate a project-specific debugger agent that:
.claude/agents/.claude/reports/debugging/ for downstream processing/generate-jira-taskTransform debugging reports into well-structured Jira tasks, or update existing ones:
.claude/reports/debugging/jira_key to enter update mode automaticallyjira_key back to the reportimplementation-planner and jira-writer agents/update-generated-reportPull Jira feedback into local debugging reports:
PROJ-123), report path, or runs interactively/generate-jira-task afterward to sync backflowchart LR
A["Debug Issue"] --> B["Debugging Report"]
B --> C["/generate-jira-task"]
C --> D{"MCP Available?"}
D -->|Yes| E["Jira Issue Created"]
D -->|No| F["Markdown Draft"]
E -->|"Engineer comments"| G["/update-generated-report"]
G -->|"Updates report"| B
Core Debugger Rules:
Planned plugins to extend the Quality Marketplace: