aka. Agent Skills
Discover skills for AI coding agents. Works with Claude Code, OpenAI Codex, Gemini CLI, Cursor, and more.
Use when generating performance hypotheses backed by git history and code evidence.
Use when managing perf baselines, consolidating results, or comparing versions. Ensures one baseline JSON per version.
Use when analyzing plugin structures, MCP tools, and plugin security patterns.
Use when validating task completion before shipping. Runs tests, build, and requirement checks. Returns pass/fail with fix instructions.
Use when running controlled perf experiments to validate hypotheses.
Use when running performance benchmarks, establishing baselines, or validating regressions with sequential runs. Enforces 60s minimum runs (30s only for binary search) and no parallel benchmarks.
Use when improving agent prompts, frontmatter, and tool restrictions.
Use when user asks to \"create repo map\", \"generate repo map\", \"update repo map\", \"repo map status\", or \"map symbols/imports\". Builds and validates an AST-based repo map using ast-grep.
Use when synthesizing perf findings into evidence-backed recommendations and decisions.
Use when coordinating multiple enhancers for /enhance command. Runs analyzers in parallel and produces unified report.
This skill should be used when the user asks about "plan drift", "reality check", "comparing docs to code", "project state analysis", "roadmap alignment", "implementation gaps", or needs guidance on identifying discrepancies between documented plans and actual implementation state.
Use when improving general prompts for structure, examples, and constraints.
Use when managing CHANGELOG entries. Check for undocumented commits, format and apply new entries safely.
Use when mapping code paths, entrypoints, and likely hot files before profiling.
Use when improving documentation structure, accuracy, and RAG readiness.
Use when appending structured perf investigation notes and evidence.