Comma-separated. Powers marketplace search.

User configuration

Prompted at plugin enable time. Values are available as ${user_config.KEY} in MCP configs and hook commands, and exported as CLAUDE_PLUGIN_OPTION_KEY env vars. Mark sensitive fields to store them in the system keychain.

No config fields yet.

Executables (bin/)

Files shipped in bin/ land on the Bash tool's PATH while your plugin is enabled. The generated README reminds users to chmod +x after unzipping.

No files yet.

Commands (legacy flat markdown)

commands/ is the legacy flat format — use skills/ for new plugins. Shipped here for importing older plugins or authoring single-file commands.

No files yet.

Output styles

Custom response formatting definitions. Each file becomes an output-style Claude can switch into.

No files yet.

Best-practice score
Informational — never blocks download. Based on the agentskills.io spec.
45 / 100

Install your plugin

Download the ZIP, unzip it, then run one of these.

Test locally
claude --plugin-dir ./my-plugin
Run from the directory containing your unzipped plugin. Reloads via /reload-plugins.
Reload after edits
/reload-plugins
Run this inside Claude Code to pick up changes without restarting.
Install from a marketplace (after publishing)
/plugin marketplace add owner/repo
Inside Claude Code. Replace owner/repo with your published GitHub path.

To share this plugin with others, publish it to a GitHub repo and add it to a marketplace. Learn more →

Share your plugin

Generate install commands, a markdown badge, and an embeddable HTML snippet for others to add to their docs. Set your Repository URL in the metadata section for accurate links.

Preview card
Install plugin
Install command — Claude Code
/plugin marketplace add your-username/your-repo
Install command — Codex
codex plugin install your-username/your-repo
Markdown badge (paste into README)
[![Install plugin](https://img.shields.io/badge/Claude_Code-Install_plugin-2563eb)](https://github.com/your-username/your-repo)
Embeddable HTML
<a href="https://github.com/your-username/your-repo">
  <img src="/api/card.svg?name=plugin&desc=&skills=0" alt="Install plugin" width="600" />
</a>