What Claude Code Consumes
Pluxx builds the Claude target intodist/claude-code/. The Claude bundle includes:
.claude-plugin/plugin.jsonskills/commands/agents/hooks/hooks.json.mcp.jsonCLAUDE.md
.mcp.json, hook wiring lives in hooks/hooks.json, and shared instructions live in CLAUDE.md.
Build And Install
- local marketplace root:
~/.claude/plugins/data/pluxx-local-<plugin>/ - install command Pluxx runs:
claude plugin install <plugin>@pluxx-local-<plugin> --scope user
--trust or confirm the trust prompt during install.
Agent-Driven Refinement
Build and install are deterministic. Claude only does model work when you explicitly run an agent pass:- taxonomy refinement
- instruction rewrites
- scaffold review passes
Claude-Specific Caveats
- If Claude Code is already open, run
/reload-pluginsafter install so the session picks up the new plugin immediately. - When a skill name collides with a command name, Pluxx keeps the command visible and rewrites the colliding skill as a hidden internal skill with
user-invocable: false. - If you configure Claude platform-managed MCP auth, the generated
.mcp.jsonkeeps the server definition but does not inject local auth headers at install time.