Skip to content

About the project

Source: README.md

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:

Terminal window
npx skills add andrewsrigom/agent-skills --list

Install everything from GitHub:

Terminal window
npx skills add andrewsrigom/agent-skills --all

Install a single skill:

Terminal window
npx skills add https://github.com/andrewsrigom/agent-skills/tree/main/nextjs/nextjs-overview-and-app-router

Work from a local clone:

Terminal window
npx skills add . --list
npx skills add . --all

Useful flags:

  • --skill installs only selected skills
  • -g installs globally instead of project-local
  • --copy copies 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.