← All repos

agent-skills

Auth0 Agent Skills

Browse cluster: Cluster 149
131commits
24contributors
6languages

Tech stack & purpose

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.

Languages

Python
49.6%
JavaScript
24.9%
HTML
10.8%
TypeScript
6.5%
Shell
4.9%
CSS
3.4%

Contributors