github.com/SnowingFox/ai-skills
| Skill | Added | Review |
|---|---|---|
grill-me skills/grill-me/SKILL.md Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me". | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d6882ad | |
zoom-out .cursor/skills/zoom-out/SKILL.md Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture. | 40 40 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d6882ad | |
write-a-skill .cursor/skills/write-a-skill/SKILL.md Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d6882ad | |
ubiquitous-language .cursor/skills/ubiquitous-language/SKILL.md Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUS_LANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions "domain model" or "DDD". | 75 75 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d6882ad | |
to-prd .cursor/skills/to-prd/SKILL.md Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context. | 73 73 1.50x Agent success vs baseline Impact 98% 1.50xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: d6882ad | |
to-issues .cursor/skills/to-issues/SKILL.md Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues. | 91 91 1.48x Agent success vs baseline Impact 83% 1.48xAverage score across 3 eval scenarios Securityby Low Low-risk findings worth noting Reviewed: Version: d6882ad | |
tdd .cursor/skills/tdd/SKILL.md Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d6882ad | |
setup-pre-commit .cursor/skills/setup-pre-commit/SKILL.md Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing. | 100 100 1.33x Agent success vs baseline Impact 100% 1.33xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: d6882ad | |
setup-matt-pocock-skills .cursor/skills/setup-matt-pocock-skills/SKILL.md Sets up an `## Agent skills` block in AGENTS.md/CLAUDE.md and `docs/agents/` so the engineering skills know this repo's issue tracker (GitHub or local markdown), triage label vocabulary, and domain doc layout. Run before first use of `to-issues`, `to-prd`, `triage`, `diagnose`, `tdd`, `improve-codebase-architecture`, or `zoom-out` — or if those skills appear to be missing context about the issue tracker, triage labels, or domain docs. | 74 74 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d6882ad | |
scaffold-exercises .cursor/skills/scaffold-exercises/SKILL.md Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section. | 77 77 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d6882ad | |
request-refactor-plan .cursor/skills/request-refactor-plan/SKILL.md Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps. | 80 80 3.20x Agent success vs baseline Impact 80% 3.20xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: d6882ad | |
qa .cursor/skills/qa/SKILL.md Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or mentions "QA session". | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d6882ad | |
obsidian-vault .cursor/skills/obsidian-vault/SKILL.md Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian. | 76 76 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d6882ad | |
migrate-to-shoehorn .cursor/skills/migrate-to-shoehorn/SKILL.md Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests, or needs partial test data. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d6882ad | |
improve-codebase-architecture .cursor/skills/improve-codebase-architecture/SKILL.md Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d6882ad | |
grill-with-docs .cursor/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 user wants to stress-test a plan against their project's language and documented decisions. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d6882ad | |
git-guardrails-claude-code .cursor/skills/git-guardrails-claude-code/SKILL.md Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code. | 97 97 1.19x Agent success vs baseline Impact 100% 1.19xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: d6882ad | |
edit-article .cursor/skills/edit-article/SKILL.md Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft. | 54 54 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d6882ad | |
diagnose .cursor/skills/diagnose/SKILL.md Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression. | 95 95 0.97x Agent success vs baseline Impact 90% 0.97xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: d6882ad | |
design-an-interface .cursor/skills/design-an-interface/SKILL.md Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice". | 88 88 1.36x Agent success vs baseline Impact 98% 1.36xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: d6882ad | |
caveman .cursor/skills/caveman/SKILL.md Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. | 80 80 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d6882ad | |
what-happened .agents/skills/what-happened/SKILL.md Explain why code looks the way it does by tracing the latest change for a file range or pasted snippet through `git blame` and deduplicated `entire explain` lookups. Use when the user asks what happened, says "tell me why" about a code block, is confused about a section of code, asks "wtf is going on", "why is this like this", "why was this changed", or wants provenance for a specific file block. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d6882ad | |
to-prd .agents/skills/to-prd/SKILL.md Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context. | 73 73 1.50x Agent success vs baseline Impact 98% 1.50xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: d6882ad | |
session-to-skill .agents/skills/session-to-skill/SKILL.md Use when the user wants to turn one or more Entire-tracked sessions, checkpoints, or repeated agent workflows into a reusable agent skill. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d6882ad | |
session-handoff .agents/skills/session-handoff/SKILL.md Use when the user wants to continue work from one agent in another agent, inspect recent sessions, or summarize a saved session or checkpoint for handoff | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d6882ad |