vaultaiskills
graph

AI Skills

Reusable operating manuals for LLM agents.

created · 2026-05-10
skills.md

AI Skills

A skill is a small, named operating manual you point an agent at when a particular kind of work shows up. Each one is a single markdown file with a contract: when to use it, how to apply it, what the output should feel like.

Pages

  • humanizer — strip AI tells from writing.
  • frontend-design — design and build distinctive frontends instead of generic AI UI.
  • find-skills — discover and install agent skills from the open skills ecosystem.
  • git-conventions — conventional commit format and branch naming reference.
  • grill-me — stress-test a plan by relentless one-question-at-a-time interview.
  • iterate-browser — debug frontend issues autonomously using browser tools.
  • request-refactor-plan — plan a refactor as tiny commits and file it as a github issue.
  • split-react-components — extract inlined sub-components into single-responsibility files.
  • weekly-review — synthesize shipped commits from the past week into a short summary.
  • you-might-not-need-an-effect — audit useEffect anti-patterns per react.dev guidelines.
  • deslop — strip ai-generated code slop from a branch before review.
  • fix-ci — triage failing pr checks and loop until green.
  • fix-merge-conflicts — resolve merge conflicts non-interactively and validate the build.

Notes

Skills live in vault/ai/skills/ and use the skill tag. New skills should add a one-liner here and to the vault index.

linked from13