Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:01:07 +08:00
commit bb896ebcde
5 changed files with 144 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "auth-skills",
"description": "Create and update auth layer for JavaScript/TypeScript projects",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Alex Yang",
"email": "alex@better-auth.com"
},
"skills": [
"./skills/create-auth"
]
}