Skip to content

claude code plugins

nate
Jul 8, 20261 min read1 read

claude code plugins

ackaging an mcp server (plus contextual guidance) for claude code — host-side integration, distinct from the server framework itself.

structure

.claude-plugin/ ├── plugin.json # plugin definition └── marketplace.json # marketplace metadata skills/ └── domain/ └── SKILL.md # contextual guidance

plugin.json:

{
  "name": "myserver",
  "description": "what it does",
  "mcpServers": "./.mcp.json"
}

skills are markdown files loaded as context when relevant to the task — the plugin bundles how to use the server well, not just the server.

sources

Did you enjoy this article?

Recommend it — Standard Reader surfaces well-loved writing to more readers across the network.

Across the AtmosphereDiscussions