Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:02 +08:00
commit ec2cec7636
8 changed files with 2608 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "angular-security",
"description": "Security best practices with XSS prevention, authentication, and OWASP compliance",
"version": "1.0.0",
"author": {
"name": "Ihsan - Full-Stack Developer & AI Strategist",
"url": "https://github.com/EhssanAtassi"
},
"skills": [
"./skills/xss-prevention/SKILL.md",
"./skills/auth-patterns/SKILL.md"
],
"agents": [
"./agents/angular-security-expert.md"
],
"commands": [
"./commands/secure-component.md",
"./commands/audit-security.md"
]
}