Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:09:43 +08:00
commit f6f1439893
4 changed files with 256 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "authentication-specialist",
"description": "Authentication and security specialist for JWT implementation, OAuth2 flows, refresh tokens, session management, password hashing (bcrypt, argon2), 2FA, SSO, and security best practices. Use when implementing authentication, authorization, or security features.",
"version": "1.0.0",
"author": {
"name": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"agents": [
"./agents/auth-expert.md"
]
}