## Goal Make the skills in this repo available to anyone with a single command, without requiring manual cloning or file copying. ## Tasks - [ ] Add `plugin.json` at root to define the plugin bundle - [ ] Add `.claude-plugin/marketplace.json` to register this repo as a subscribable marketplace - [ ] Test install flow: `/plugin marketplace add <owner>/<repo>` + `/plugin install <skill>@<marketplace>` - [ ] Submit to `anthropics/claude-plugins-community` for visibility in the official community marketplace - [ ] (Optional) Publish an `npx` CLI on npm for one-command install: `npx <package-name> --claude` ## References - [Discover and install plugins – Claude Code Docs](https://code.claude.com/docs/en/discover-plugins) - [Create and distribute a plugin marketplace – Claude Code Docs](https://code.claude.com/docs/en/create-plugin-marketplace) - [anthropics/claude-plugins-community](https://github.com/anthropics/claude-plugins-community)
Goal
Make the skills in this repo available to anyone with a single command, without requiring manual cloning or file copying.
Tasks
plugin.jsonat root to define the plugin bundle.claude-plugin/marketplace.jsonto register this repo as a subscribable marketplace/plugin marketplace add <owner>/<repo>+/plugin install <skill>@<marketplace>anthropics/claude-plugins-communityfor visibility in the official community marketplacenpxCLI on npm for one-command install:npx <package-name> --claudeReferences