A cohesive setup to develop, test, and distribute Claude Code Skills and Plugins.
- Skills: Reusable expertise bundles discoverable by Claude Code.
- Plugin marketplace: Private registry to install your plugins via
/plugin install.
- Add this marketplace (local path):
/plugin marketplace add /Users/kunl/code/github/agents /plugin install oxlint@agents-plugin-marketplace - Add this marketplace (from GitHub once pushed):
/plugin marketplace add kunl/agents /plugin install oxlint@agents-plugin-marketplace
.claude-plugin/
marketplace.json
plugins/
skills/
oxlint/
SKILL.md
plugin.json
.claude-plugin/marketplace.json: Marketplace manifest listing plugins inplugins/.plugins/: Distributable plugins with their own.claude-pluginmetadata.
oxlintskill and plugin: Use oxlint to lint/fix JS/TS/Vue.
MIT