A Claude Code plugin for Poimandres.
Generalist on purpose: it is not tied to one library. Anything that makes Claude work better across the pmndrs repos — agents, skills, commands, MCP servers — belongs here. What it actually carries is still being defined.
.mcp.json— thepmndrsMCP server (https://docs.pmnd.rs/api/mcp), which serves the official docs for react-three-fiber, drei and zustand.skills/docs— makes Claude actually reach for those docs instead of answering from memory, and teaches it to read a library index before fetching a page.
More components land as agents/ and commands/ as we agree on what else
the plugin is for.
/plugin marketplace add pmndrs/claude-code-plugin
/plugin install pmndrs@pmndrs
claude --plugin-dir /path/to/claude-code-plugin
Run /reload-plugins to pick up changes without restarting.
At the repo root both manifests are present, and claude plugin validate .
reads the marketplace one. Pass the plugin manifest explicitly to validate the
plugin itself:
claude plugin validate .
claude plugin validate .claude-plugin/plugin.json
MIT