From developer-essentials
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/developer-essentials:auth-implementation-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build secure, scalable authentication and authorization systems using industry-standard patterns and modern best practices.
Build secure, scalable authentication and authorization systems using industry-standard patterns and modern best practices.
Authentication (AuthN): Who are you?
Authorization (AuthZ): What can you do?
Session-Based:
Token-Based (JWT):
OAuth2/OpenID Connect:
Detailed pattern documentation lives in references/details.md. Read that file when the navigation tier above is insufficient.
npx claudepluginhub yo-steven/agents-exploration-20260523 --plugin developer-essentialsCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.