CtrlK
BlogDocsLog inGet started
Tessl Logo

ai-skills

github.com/SnowingFox/ai-skills

SkillAddedReview
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

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

1.36x
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

0.97x
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

explain

.agents/skills/explain/SKILL.md

Explains the intent behind source code by finding original session transcripts. Use explain with a function, file, or line of code to understand why it exists.

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

1.19x
grill-me

.agents/skills/grille-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

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

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

improve-codebase-architecture

.agents/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

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

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

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

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

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

3.20x
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

search

.agents/skills/search/SKILL.md

Use when the user wants to find prior work, checkpoints, or agent conversations by topic, repo, branch, author, or recent time window

session-crosslink

.agents/skills/session-crosslink/SKILL.md

Use when an agent session ran outside the repo whose commits should record it — e.g. launched from a higher-level folder, a non-Entire repo, or one repo but editing another — to attach the session to each affected Entire-enabled repo's HEAD commit.

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

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.