Skip to content

Agent skills library

Practical playbooks for coding agents

Skillsheet collects focused when-to-use guides: modularization, testing discipline, UI integration, docs hygiene, and more. Each skill is plain Markdown in the repo—easy to fork, edit, and deploy.

Browse 6 skillsSet VITE_GITHUB_REPO_URL for a repo link

Why skills?

Coding assistants work best with short, repeatable instructions tied to real situations. Skills encode those triggers and workflows so teams share the same quality bar—without pasting the same wall of text into every chat.

  • Composable — mix domain modularization with test-to-completion on larger refactors.
  • Versioned — skills live next to your product code; review them like any other change.
  • Deployable — this site is a static Vite build, ready for Vercel or any static host.