★ claude code: ship your skills as a plugin marketplace (opens in new tab)
Problem statement: my Claude Code Claude Code reads skills from a marketplace, which is essentially a git repo with a manifest. So I turned github.com/thiagowfx/skills into one. The layout: .claude-plugin/marketplace.json # marketplace manifest plugins/skills/ # one plugin .claude-plugin/plugin.json # plugin manifest skills/ /SKILL.md # one dir per skill (auto-discovered) The marketplace lists plugins; a plugin bundles skills. I have one plugin holding all nine. I do not find it necessar...
Read the original article