Back to Better Auth

Skills

docs/content/docs/ai-resources/skills.mdx

1.6.11664 B
Original Source

Agent skills are portable instruction files (for example SKILL.md) that teach your coding agent project conventions, safe patterns, and where to look in the docs. The Better Auth skill pack lives in the better-auth/skills repository.

Install it with the skills CLI (uses npx so nothing global is required):

bash
npx skills add better-auth/skills

Your editor or agent loads skills from its configured skills directory (often project-level). After installing, restart the agent or reload skills if your tool requires it.