Plugin Architecture
Plugin Architecture
Overview
.claude-plugin/
plugin.json # Plugin manifest (name, version, capabilities)
.mcp.json # MCP server configuration
# Uses ${CLAUDE_PLUGIN_ROOT} for portable paths
skills/ # Auto-discovered by Claude Code
SKILL.md # Main entry point
reference/ # 16 product and API reference documents
templates/ # Code templates for common integrations
patterns/ # Composition patterns for multi-product workflows
mcp-server/ # MCP server source (12 tools)
mock-server/ # Local testing server (localhost:3001)Key Configuration Files
Last updated
Was this helpful?