Add index.json marketplace catalog and package.json

This commit is contained in:
mukul975
2026-02-25 10:55:43 +01:00
parent 87ba3726aa
commit 18393eb2fd
2 changed files with 3173 additions and 1219 deletions
File diff suppressed because it is too large Load Diff
+22
View File
@@ -0,0 +1,22 @@
{
"name": "anthropic-cybersecurity-skills",
"version": "1.0.0",
"description": "Open-source database of 607+ cybersecurity skills for AI agents and security practitioners",
"author": "mukul975",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git"
},
"keywords": [
"cybersecurity",
"ai-skills",
"agent-skills",
"skill-database",
"claude",
"anthropic"
],
"dependencies": {
"@anthropic-ai/claude-code": "^2.1.50"
}
}