aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Build, search, and query the code knowledge graph
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/gauntlet-graphContext preview
What this command does when you run it.
Build, search, and query the code knowledge graph
name: gauntlet-graph description: "Build, search, and query the code knowledge graph"
Manage the code knowledge graph.
Build or update the graph for a directory (default: cwd).
Routes to: `Skill(gauntlet:graph-build)`
Search the graph for code entities by name.
Routes to: `Skill(gauntlet:graph-search)`
Show graph statistics (node count, edge count, last build time).
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/graph_query.py \
--action statusParse the user's arguments:
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Scaffold new Claude Code skills with brainstorming, TDD methodology, and proper frontmatter and module structure.