Auth0 Agent Skills
Browse cluster: Cluster 149 →Auth0 Agent Skills is a repository for building Claude Code, Cursor, and Copilot plugins that teach coding assistants how to implement Auth0 authentication. The project is organized as a single consolidated skill (`auth0`) packaged as a plugin, containing a router and reference documentation grouped by framework, feature, tooling, and pattern. The skill is validated through three layers of evaluation: routing checks that ensure references exist, activation evals that test whether the skill's description triggers on the right user prompts, and behavioral evals that verify the skill generates correct Auth0 SDK code. The repository uses Python scripts for validation (skillsaw linter and routing checks), Node.js for activation and behavioral test harnesses, and emphasizes single-source documentation with strict conventions for skill structure, naming, and agent description writing.