mirror of
https://github.com/clerk/skills.git
synced 2026-09-14 16:01:43 +08:00
1.1 KiB
1.1 KiB
Clerk Skills
AI agent skills for Clerk authentication. 20 public skills across 4 categories, plus internal maintenance skills under .agents/skills/.
Structure
skills/
├── core/ # clerk, cli, setup, custom-ui, backend-api
├── frameworks/ # nextjs, react, vue, nuxt, astro, tanstack, react-router, chrome-extension
├── features/ # orgs, webhooks, testing
└── mobile/ # swift, android, expo
Internal maintenance skills live in .agents/skills/. Mirror each one into .claude/skills/ with a symlink to the same directory.
Plugin Registry
.claude-plugin/marketplace.json - Anthropic plugin format with 4 grouped plugins.
Contributing
- Each skill needs
SKILL.mdwith YAML frontmatter (name,description,license) - Place in the correct category directory
- Add to
.claude-plugin/marketplace.jsonunder the matching plugin group - Skill names use
clerk-prefix (e.g.clerk-nextjs-patterns) - Folder names keep the
clerk-prefix (e.g.frameworks/clerk-nextjs-patterns/)