Files
2025-11-29 18:25:02 +08:00

20 lines
532 B
JSON

{
"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"
]
}