92f66f3bad
Fix wrong GitHub URL (philippsieder/klarheit-mit-idea2self) and align
plugin.json + marketplace.json with Claude Code plugin/marketplace
schema. Repository is hosted on the self-hosted Gitea at
git.slickservice.eu/Idea2Self/agent-skills, not GitHub.
plugin.json:
- homepage + repository point at git.slickservice.eu/Idea2Self/agent-skills
- repository changed from string to {type, url} object (schema-conform)
- version bumped 1.0.0 -> 2.0.0 (router + 7 atomic skills is a major
architectural change vs the monolithic v1)
- description updated to reflect the new router-and-atoms architecture
- author gains url field (think-slick.de)
- keywords expanded with the seven sub-skill domains (discovery,
problem-statement, persona, recherche, experiment, prototyp,
action-plan) + facilitator
marketplace.json:
- description expanded ("Sammlung von Claude-Code-Plugins ...")
- owner gains url field
- marketplace gains its own homepage + repository + license (Gitea URL)
- per-plugin entry gains homepage + license + keywords for marketplace
discovery
- plugin version synced to 2.0.0
- source stays "./" — marketplace.json and plugin.json sit in the
same repo, no cross-repo source needed
README.md:
- Lead paragraph now describes router + 7 atomic skills (not 7
workflows in a single skill)
- Installation: Gitea URL for /plugin marketplace add; install
command uses plugin@marketplace form
(klarheit-mit-idea2self@idea2self-ecosystem)
- SSH + local-path install variants added for contributors
- "Als einzelne Skills" copy command updated for new layout
- New "Architektur"-Section with ASCII tree of router + i2s-* skills
+ plugin-shared explanation
- Trigger-tabelle for direct sub-skill activation (7 rows mapping
german trigger-phrase to skill and output section)
- Repository link in footer
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
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"
|
|
},
|
|
"homepage": "https://git.slickservice.eu/Idea2Self/agent-skills",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.slickservice.eu/Idea2Self/agent-skills.git"
|
|
},
|
|
"license": "MIT",
|
|
"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",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"idea2self",
|
|
"ideenentwicklung",
|
|
"validierung",
|
|
"design-thinking",
|
|
"lean-startup",
|
|
"woop",
|
|
"facilitator",
|
|
"deutsch"
|
|
]
|
|
}
|
|
]
|
|
}
|