| Skill | Added | Review |
|---|---|---|
zoom-out skills/zoom-out/SKILL.md Step up a layer of abstraction to map how unfamiliar code fits into the larger system. Use when the user says "zoom out", "bigger picture", "I don't know this area", "give me a map", "where does this fit", is reading code and feels lost, or is about to change unfamiliar code. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 5647baf | |
writing-great-skills skills/writing-great-skills/SKILL.md Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable. Reach for it when authoring, pruning, or debugging a skill. | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 5647baf | |
visual-recap skills/visual-recap/SKILL.md Turn a PR, branch, commit, or git diff into a structured visual recap so a reviewer scans the shape of the change before reading raw lines. Use when asked to "recap this PR/branch", "show me what changed", or to summarize a large multi-file diff at a higher altitude than line-by-line review. | 70 70 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 5647baf | |
vamp skills/vamp/SKILL.md Survey the project and choose what to play next | 54 54 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 5647baf | |
sweep skills/sweep/SKILL.md Post-op check for artifacts, damage, and stale references after agent work | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 5647baf | |
retro skills/retro/SKILL.md Reflect on recent work—capture learnings and surface what to think about next | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 5647baf | |
improve-codebase-architecture skills/improve-codebase-architecture/SKILL.md Find deepening opportunities in a codebase. Use when the user asks to "improve architecture", "find refactoring opportunities", "consolidate modules", "make code more testable", or wants the codebase made more AI-navigable. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 5647baf | |
grill-with-docs skills/grill-with-docs/SKILL.md Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when the user wants to stress-test a plan against their project's language and documented decisions, or asks to "grill me with docs" or "interview me about this". | 74 74 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 5647baf | |
debrief skills/debrief/SKILL.md Review what agents accomplished, surface loose ends across sessions | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 5647baf | |
caveman skills/caveman/SKILL.md Ultra-compressed response mode. Cuts token usage ~75% while keeping full technical accuracy. Use when the user says "caveman", "caveman mode", "be brief", "less tokens", "compress output", or invokes /caveman. | 73 73 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 5647baf | |
automagic-problem-discovery skills/automagic-problem-discovery/SKILL.md Audit a workspace for recurring friction, pick the highest-leverage one, and build the automation that removes it. Use when the user asks "what should I automate", "what's wasting my time", "find the friction in my workflow", wants a self-improvement pass over their own tooling, or runs this on a recurring loop. | 77 77 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 5647baf | |
agent-watchdog skills/agent-watchdog/SKILL.md | — | |
vibe-check skills/vibe-check/SKILL.md | — | |
review skills/review/SKILL.md | — | |
research skills/research/SKILL.md | — | |
prose skills/prose/SKILL.md | — | |
ia skills/ia/SKILL.md Evaluate and improve how information is organized for findability. Use when the user asks to "organize this", "restructure docs", "improve navigation", "where should this go", "review file structure", or when documentation grows beyond a single page. | 65 65 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 5647baf | |
debugging skills/debugging/SKILL.md Systematic debugging that applies the scientific method to failures. Use when the user says "debug this", "why is this failing", "help me find the bug", or is stuck on a problem and thrashing without progress. | 68 68 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 5647baf | |
naming skills/naming/SKILL.md Evaluate and improve names in code using naming as a design diagnostic. Use when the user asks to "name this", "rename", "review naming", "what should I call", struggles to name something, or when a code review surfaces vague or misleading names. | 69 69 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 5647baf | |
testing skills/testing/SKILL.md Design test strategy using Beck's Test Desiderata — which properties matter, which tradeoffs to make. Use when the user asks "how should I test this", "what tests do I need", "review my test strategy", "is this well-tested", or when planning tests for a new feature or refactor. | 75 75 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 5647baf | |
design skills/design/SKILL.md Intentional design thinking for interfaces, components, and systems. Use when the user asks to "build a UI", "design a page", "create a component", "make this look good", "design an API", "design a system", or any task where aesthetic or structural design decisions matter. | 60 60 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 5647baf | |
mermaid skills/mermaid/SKILL.md Create diagrams and visualizations using Mermaid.js v11 syntax. Use when generating flowcharts, sequence diagrams, class diagrams, state diagrams, ER diagrams, Gantt charts, user journeys, timelines, or any of 24+ diagram types. Supports CLI rendering to SVG/PNG/PDF, theming, and configuration. | 70 70 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 5647baf | |
performance skills/performance/SKILL.md Profiling methodology and optimization strategy for performance work. Use when the user asks to "make this faster", "optimize", "profile", "reduce latency", "fix slow", "improve throughput", or when investigating performance regressions. | 69 69 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 5647baf | |
adr skills/adr/SKILL.md Generate Architecture Decision Records that capture the reasoning behind technical decisions. Use when the user asks to "create an ADR", "document a decision", "record why we chose X", or discusses architectural trade-offs worth preserving. | 64 64 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 5647baf | |
excalidraw skills/excalidraw/SKILL.md Create Excalidraw diagrams programmatically. Use when the user wants architecture diagrams, flowcharts, or any visual diagram with a hand-drawn aesthetic, where editable output and drag-and-drop editing add value over Mermaid's text-only approach. | 68 68 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 5647baf |