Files
laguagu 0b7b5c0607 Make the repo installable in Claude Code too
Claude Code does not read the Agent Plugins manifest — `claude plugin validate`
rejects a root plugin.json with "Expected .claude-plugin/marketplace.json or
.claude-plugin/plugin.json". So add both under .claude-plugin/, which is exactly
the client-namespaced directory the Agent Plugins spec reserves for this.

marketplace.json points at "./", so the repo is its own marketplace and installs
without a clone. Nothing moves: both manifests describe the same skills/ tree
that the portable plugin.json already describes.
2026-08-10 20:56:16 +03:00
..