2
0
Files
agent-skills/.claude-plugin
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
..