Files
claude-plugins/.claude-plugin/marketplace.json
T
rootandClaude Opus 4.6 9c475f137b Add awesome-skills plugin: 856+ skill router via antigravity-awesome-skills
9 category-based router skills (architecture, business, data-ai, development,
general, infrastructure, security, testing, workflow) that auto-invoke on
matching keywords and route to the appropriate antigravity skill file.

Includes generate-indexes.py script to regenerate category indexes from
catalog.json when the antigravity repo updates.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 13:12:50 +00:00

40 lines
1.1 KiB
JSON

{
"name": "ki-brain-plugins",
"owner": {
"name": "ki-brain",
"email": "martina@veser.org"
},
"metadata": {
"description": "Claude Code plugins by ki-brain: n8n workflow automation and document conversion"
},
"plugins": [
{
"name": "n8n-skills",
"source": "./n8n-skills",
"description": "Complete n8n workflow automation skills (7 skills: Code JS/Python, Expressions, Patterns, Validation, Config, MCP Tools)",
"version": "1.0.0",
"author": {
"name": "ki-brain"
}
},
{
"name": "doc-converter",
"source": "./doc-converter",
"description": "Expert guidance for DOCX/PDF to HTML conversion via Gemini Vision API",
"version": "1.0.0",
"author": {
"name": "ki-brain"
}
},
{
"name": "awesome-skills",
"source": "./awesome-skills",
"description": "856+ expert skills router for architecture, development, AI, security, testing, infrastructure, business, and workflow (powered by antigravity-awesome-skills)",
"version": "1.0.0",
"author": {
"name": "ki-brain"
}
}
]
}