Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:48 +08:00
commit cb7439b10e
12 changed files with 530 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "backend-security",
"description": "Backend development with security-first approach. Master REST/GraphQL APIs, OWASP security, LLM integration, authentication systems, and secure coding practices.",
"version": "1.0.0",
"author": {
"name": "DotClaude",
"url": "https://github.com/dotclaude"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}