About the project
Source:
README.md
agent-skills
Section titled “agent-skills”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.
Install
Section titled “Install”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 . --listnpx 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.
Catalog
Section titled “Catalog”Full catalog site: https://andrewsrigom.github.io/agent-skills/
Library Packs
Section titled “Library Packs”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)
Workflow Packs
Section titled “Workflow Packs”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.
Contributing
Section titled “Contributing”See CONTRIBUTING.md for contribution rules, workflow, and validation commands.