Opinionated skill packs for coding agents, libraries, and engineering workflows.
Maintained by @andrewsrigom.
This repo publishes reusable, installable skills grouped by pack.
The goal is not to mirror vendor docs. The goal is to keep agents on a sane implementation path with explicit defaults, guardrails, anti-patterns, and verification steps.
Current catalog: 63 skills across library packs and workflow packs.
This repo is compatible with skills.sh and the skills CLI.
Browse the catalog:
npx skills add andrewsrigom/agent-skills --listInstall everything from GitHub:
npx skills add andrewsrigom/agent-skills --allInstall a single skill:
npx skills add https://github.com/andrewsrigom/agent-skills/tree/main/nextjs/nextjs-overview-and-app-routerWork from a local clone:
npx skills add . --list
npx skills add . --allUseful flags:
--skillinstalls only selected skills-ginstalls globally instead of project-local--copycopies files instead of symlinking
If you do not want to use the CLI, clone the repo and copy or symlink the pack or skill folders into your agent's supported skills directory.
Full catalog site: https://andrewsrigom.github.io/agent-skills/
better-auth(5 skills)documentation(1 skill)drizzle-orm(6 skills)fastify(2 skills)lucide-react(3 skills)next-intl(4 skills)nextjs(6 skills)nodejs(2 skills)performance(3 skills)playwright(5 skills)react(1 skill)security(4 skills)shadcn(5 skills)stripe(5 skills)typescript(1 skill)
engineering(9 skills)skilling(1 skill)
For the current installable list, use npx skills add . --list, browse the pack folders directly, or use the public site.
See CONTRIBUTING.md for contribution rules, workflow, and validation commands.