Following the install instructions in the README:
/plugin marketplace add flyteorg/skills
fails with:
Error: Marketplace file not found at .../.claude-plugin/marketplace.json
The README's "Layout" section documents .claude-plugin/marketplace.json as the marketplace catalog, but the repo only contains LICENSE, README.md, and plugins/ at the root — there's no .claude-plugin/ directory at the top level. Each plugin under plugins/<skill>/.claude-plugin/plugin.json exists individually, but nothing ties them together into a marketplace catalog.
Could you add the missing .claude-plugin/marketplace.json listing flyte-deploy-aws and flyte-deploy-kind? Happy to send a PR if that's useful.
Following the install instructions in the README:
fails with:
The README's "Layout" section documents
.claude-plugin/marketplace.jsonas the marketplace catalog, but the repo only containsLICENSE,README.md, andplugins/at the root — there's no.claude-plugin/directory at the top level. Each plugin underplugins/<skill>/.claude-plugin/plugin.jsonexists individually, but nothing ties them together into a marketplace catalog.Could you add the missing
.claude-plugin/marketplace.jsonlistingflyte-deploy-awsandflyte-deploy-kind? Happy to send a PR if that's useful.