AI agent skills for Clerk authentication, organized into core, frameworks, features, and mobile categories, plus internal maintenance skills under .agents/skills/.
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.
.claude-plugin/marketplace.json - Anthropic plugin format with 4 grouped plugins.
.codex-plugin/plugin.json - Codex plugin manifest for the full skills bundle.
.agents/plugins/marketplace.json - Codex marketplace registry for installing the plugin.
- 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/) - When adding, removing, or moving skills, keep applicable marketplace manifests in sync.