Official meta-cc plugin marketplace for Claude Code workflow analysis and optimization
npx claudepluginhub yaleh/meta-ccMeta-Cognition tool for Claude Code: session history analysis, workflow optimization, and 21 MCP tools for deep session insights.
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
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Meta-cognition tool for Claude Code - Analyze session history, detect patterns, optimize workflows.
Note: Skills and agents from previous versions have been moved to yaleh/baime. meta-cc 3.0.0 focuses exclusively on session history analysis via MCP tools.
meta-cc helps you understand and improve your Claude Code workflows through:
Zero configuration required - works out of the box with Claude Code.
/plugin marketplace add yaleh/meta-cc
/plugin install meta-cc
Restart Claude Code — that's it. The MCP server is automatically configured via .mcp.json bundled in the plugin.
The meta-cc plugin includes:
/prompt-find, /prompt-list, /prompt-show for prompt library management# Linux/macOS (one-liner)
curl -L https://github.com/yaleh/meta-cc/releases/latest/download/meta-cc-plugin-linux-amd64.tar.gz | tar xz
cd meta-cc-plugin-linux-amd64
./install.sh
The archive installer copies the binary and integration files, and automatically merges the MCP server configuration into ~/.claude/mcp.json.
Other platforms: See Installation Guide for macOS (Apple Silicon), Windows, and manual installation.
In Claude Code, ask naturally:
"Show me all Bash errors in this project"
"Which tools do I use most often?"
"Find user messages mentioning 'refactor'"
Troubleshooting: See Installation Guide for common issues.
Just ask Claude naturally - MCP tools are invoked automatically:
"Show me all Bash errors in this project"
"Find user messages mentioning 'refactor'"
"Which tools do I use most often?"
"Scan session quality and show me scores"
"Show my work patterns and peak hours"
"Find bug fix pairs in my session"
Unified query interface with 21 MCP tools and jq filtering:
// Core query tool - unified interface
query({
resource: "tools",
filter: {tool_status: "error"},
jq_filter: '.[] | select(.tool_name == "Bash")'
})
// Convenience tools - optimized for common queries
query_tool_errors({limit: 10})
query_token_usage({stats_first: true})
query_conversation_flow({scope: "session"})
// Raw jq - maximum flexibility for power users
query_raw({
jq_expression: '.[] | group_by(.tool_name) | map({tool: .[0].tool_name, count: length})'
})
// New analysis tools (3.0.0)
analyze_errors({}) // Aggregate errors by tool and type
quality_scan({}) // Compute error/retry/diversity scores
get_work_patterns({}) // Hourly activity and context switches
get_timeline({}) // Chronological session events
analyze_bugs({}) // Error-fix pairs and recurring patterns
get_tech_debt({}) // TODO/FIXME markers and unresolved errors
Key Features:
Resources:
Save and reuse your best prompts with 3 built-in commands:
/prompt-find phase execution # Search by keywords
/prompt-list sort=usage # Browse all (sorted by use)
/prompt-show phase-execution-001 # View full prompt details