Daily-use Claude Code plugins.
/plugin marketplace add JoaquinCampo/my-plugins
/plugin install <name>@my-plugins
See .claude-plugin/marketplace.json for the current plugin list.
my-plugins/
├── .claude-plugin/marketplace.json # source of truth
├── <local-plugin>/
│ └── .claude-plugin/plugin.json
└── README.md
External plugins are referenced by URL in marketplace.json; no folder in this repo.
Local (in this repo):
- Create
<name>/.claude-plugin/plugin.json - Add a
skills/,agents/,commands/, orhooks/subdir - Add an entry to
.claude-plugin/marketplace.jsonwith"source": "./<name>"
External (someone else's repo with .claude-plugin/plugin.json at root):
Add an entry with "source": { "source": "url", "url": "https://github.com/owner/repo.git" }.
MIT