37 lines
990 B
JSON
37 lines
990 B
JSON
{
|
|
"name": "antigravity-awesome-skills",
|
|
"version": "4.4.0",
|
|
"description": "624+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"validate": "python3 scripts/validate_skills.py",
|
|
"validate:strict": "python3 scripts/validate_skills.py --strict",
|
|
"index": "python3 scripts/generate_index.py",
|
|
"readme": "python3 scripts/update_readme.py",
|
|
"chain": "npm run validate && npm run index && npm run readme",
|
|
"catalog": "node scripts/build-catalog.js",
|
|
"build": "npm run chain && npm run catalog"
|
|
},
|
|
"dependencies": {
|
|
"yaml": "^2.8.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sickn33/antigravity-awesome-skills.git"
|
|
},
|
|
"bin": {
|
|
"antigravity-awesome-skills": "./bin/install.js"
|
|
},
|
|
"files": [
|
|
"bin"
|
|
],
|
|
"keywords": [
|
|
"claude-code",
|
|
"cursor",
|
|
"gemini-cli",
|
|
"antigravity",
|
|
"agentic-skills",
|
|
"ai-coding"
|
|
]
|
|
}
|