Curated plugin marketplace with 8 specialized plugins, 13 unique agents, and 35+ skills for Claude Code. Focuses on capabilities not covered by built-in agents.
npx claudepluginhub ccf/claude-code-ccf-marketplaceQuantitative analysis, algorithmic trading strategies, financial modeling, portfolio risk management, and ML-based asset management
First Principles Framework (FPF) for structured, auditable reasoning with hypothesis-driven decision making and evidence trails
Build high-quality MCP (Model Context Protocol) servers for LLM integrations with agent-centric design patterns
LLM application development: RAG systems, prompt engineering, AI agents, and production LLM patterns
Technical documentation architecture: long-form docs, Mermaid diagrams, and documentation systems
Legacy system modernization: incremental migration, framework upgrades, and systematic refactoring
Monorepo architecture with Nx, Turborepo, and Bazel for large-scale project management
Event sourcing, CQRS patterns, and Temporal workflow orchestration for distributed systems
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
Focused Plugins — Capabilities NOT covered by Claude Code's 100+ built-in agents
A curated plugin marketplace featuring 8 specialized plugins, 13 unique agents, and 35+ skills for Claude Code.
Claude Code includes built-in agents for:
This marketplace fills the gaps:
| Category | What We Add |
|---|---|
| Finance/Quant | Trading strategies, risk management, ML for finance |
| Structured Reasoning | FPF methodology with auditable decision trails |
| MCP Development | Advanced MCP server patterns |
| LLM Applications | RAG systems, prompt engineering, AI agents |
| Event Sourcing | CQRS, Temporal workflows |
| Monorepos | Nx, Turborepo, Bazel architecture |
Hypothesis-driven decision making with auditable evidence trails:
/q0-init # Initialize knowledge base
/q1-hypothesize "API caching" # Generate hypotheses
/q2-verify H1 # Logical verification
/q5-decide H1 # Create Design Rationale Record
Comprehensive ML-based asset management:
Build high-quality MCP servers for LLM integrations:
| Plugin | Agents | Skills | Focus |
|---|---|---|---|
quantitative-trading | 3 | 2 | Quant finance, ML trading, risk |
structured-reasoning | 1 | 1 | FPF methodology |
mcp-development | 1 | 1 | MCP server patterns |
llm-application-dev | 2 | 9 | RAG, prompts, AI agents |
documentation | 2 | 4 | Docs architecture, diagrams |
refactoring | 1 | 4 | Legacy modernization |
developer-essentials | 1 | 12 | Monorepo architecture |
backend-development | 2 | 10 | Event sourcing, Temporal |
claude-code-plugins/
├── .claude-plugin/
│ └── marketplace.json # 8 plugins
├── shared/
│ └── agents/ # Agent definitions
├── plugins/
│ ├── quantitative-trading/ # Finance specialty
│ ├── structured-reasoning/ # FPF methodology
│ ├── mcp-development/ # MCP servers
│ ├── llm-application-dev/ # LLM applications
│ ├── documentation/ # Docs architecture
│ ├── refactoring/ # Modernization
│ ├── developer-essentials/ # Monorepos
│ └── backend-development/ # Event sourcing
├── AGENTS.md # Agent catalog
└── README.md
git clone https://github.com/ccf/claude-code-ccf-marketplace.git
cd claude-code-ccf-marketplace
# Symlink to Claude Code configuration
ln -s $(pwd) ~/.claude/plugins/claude-code-ccf-marketplace
cp -r plugins/quantitative-trading ~/.claude/plugins/
| Tier | Model | Use Case |
|---|---|---|
| Tier 1 | opus | Architecture, security, critical decisions |
| Tier 2 | inherit | Complex tasks - session default |
| Tier 3 | sonnet | Support tasks (docs, testing) |
| Tier 4 | haiku | Fast operations |
shared/agents/ (single source of truth)plugins/*/agents/plugins/*/skills/.claude-plugin/marketplace.json