Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:03:09 +08:00
commit 33a29e697a
25 changed files with 10078 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "secskills",
"description": "Comprehensive offensive security toolkit with 16 production-ready skills and 6 specialized AI subagents for penetration testing, red teaming, cloud security, mobile security, Web3 auditing, and reconnaissance.",
"version": "1.0.0",
"author": {
"name": "trilwu",
"url": "https://github.com/trilwu"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
]
}