aka. Agent Skills
Discover skills for AI coding agents. Works with Claude Code, OpenAI Codex, Gemini CLI, Cursor, and more.
Use when profiling CPU/memory hot paths, generating flame graphs, or capturing JFR/perf evidence.
Use when mapping code paths, entrypoints, and likely hot files before profiling.
Use when validating task completion before shipping. Runs tests, build, and requirement checks. Returns pass/fail with fix instructions.
Use when improving general prompts for structure, examples, and constraints.
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 generating performance hypotheses backed by git history and code evidence.
Use when analyzing plugin structures, MCP tools, and plugin security patterns.
Use when synthesizing perf findings into evidence-backed recommendations and decisions.
Use when running controlled perf experiments to validate hypotheses.
Use when appending structured perf investigation notes and evidence.
Use when improving agent prompts, frontmatter, and tool restrictions.
Use when generating the unified enhancement report from aggregated findings. Called by orchestrator after all enhancers complete.
Use when improving documentation structure, accuracy, and RAG readiness.
Use when user asks to \"deep review the code\", \"thorough code review\", \"multi-pass review\", or when orchestrating Phase 9 review loop. Provides review pass definitions (code quality, security, performance, test coverage, specialists), signal detection patterns, and iteration algorithms.
Use when updating documentation related to recent code changes. Finds related docs, updates CHANGELOG, and delegates simple fixes to haiku.
Sync documentation with code. Use when user asks to update docs, check docs, fix stale documentation, update changelog, or after code changes.
Sets up new projects or improves existing projects with development best practices, tooling, documentation, and workflow automation. Use when user wants to start a new project, improve project structure, add development tooling, or establish professional workflows.