# bin A place for things to be binned ## Install **Claude Code:** ```bash claude plugin marketplace add / claude plugin install bin@ ``` **GitHub Copilot CLI:** ```bash copilot plugin marketplace add / copilot plugin install bin ``` **Local (development):** ```bash # Claude Code claude --plugin-dir ./plugins/bin # GitHub Copilot CLI copilot plugin install ./plugins/bin ``` ## Contents | Component | Path | Description | |---|---|---| | Skills | `.apm/skills/` → `skills/` | Slash commands available after install | | MCP servers | `.mcp.json` | The `obsidian` server (`npx @bitbonsai/mcpvault@latest docs/`), hand-authored at the plugin root and reinjected into both compiled `plugin.json` manifests | `.apm/` is the authoring source; `skills/` is the generated mirror plugin hosts scan (ADR-0017). This plugin ships no agents. It is the only plugin here with a non-empty `.mcp.json`, which is why its compiled manifests are the only ones carrying an `mcpServers` block. ## Author Defame1297