31 lines
799 B
JSON
31 lines
799 B
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"
|
|
}
|
|
}
|
|
]
|
|
}
|