2
0
Files
agent-skills/.claude-plugin/plugin.json
T
Philipp Sieder 92f66f3bad chore(plugin): update manifests + README to standards + correct repository URL
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
2026-05-20 17:57:25 +02:00

34 lines
855 B
JSON

{
"name": "klarheit-mit-idea2self",
"version": "2.0.0",
"description": "KI-gestützter Facilitator für Ideenentwicklung, Validierung und Umsetzungsplanung. Router + 7 atomare Skills für Design Thinking, Lean Startup und WOOP.",
"author": {
"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",
"keywords": [
"idea2self",
"ideenentwicklung",
"validierung",
"design-thinking",
"lean-startup",
"woop",
"discovery",
"problem-statement",
"persona",
"recherche",
"experiment",
"prototyp",
"action-plan",
"facilitator",
"deutsch"
]
}