2
0
Files
Philipp Sieder 4a0cb0aa56 fix(marketplace): align manifest with claude-code schema
Remove invalid top-level homepage/repository/license fields.
Move repository to plugin entry as string per schema spec.
Add $schema reference for editor validation.
2026-05-27 20:09:48 +02:00

37 lines
1.2 KiB
JSON

{
"$schema": "https://json.schemastore.org/claude-code-marketplace.json",
"name": "idea2self-ecosystem",
"description": "Idea2Self — Von vager Idee zu messbarem nächsten Schritt. Sammlung von Claude-Code-Plugins rund um Ideenentwicklung, Validierung und Umsetzung.",
"owner": {
"name": "Philipp Sieder",
"email": "kontakt@think-slick.de",
"url": "https://think-slick.de"
},
"plugins": [
{
"name": "klarheit-mit-idea2self",
"description": "KI-gestützter Facilitator für Ideenentwicklung, Validierung und Umsetzungsplanung. Router + 7 atomare Skills für Design Thinking, Lean Startup und WOOP.",
"version": "2.0.0",
"source": "./",
"author": {
"name": "Philipp Sieder",
"email": "kontakt@think-slick.de",
"url": "https://think-slick.de"
},
"homepage": "https://git.slickservice.eu/Idea2Self/agent-skills",
"repository": "https://git.slickservice.eu/Idea2Self/agent-skills.git",
"license": "MIT",
"keywords": [
"idea2self",
"ideenentwicklung",
"validierung",
"design-thinking",
"lean-startup",
"woop",
"facilitator",
"deutsch"
]
}
]
}