# bin A place for things to be binned ## Install apm is the only supported install path (ADR-0024). Declare this package in the consuming project's `apm.yml`: ```yaml dependencies: apm: - git: git@git.rkdr.net:Defame1297/holocron.git path: plugins/bin ``` Then: ```bash apm install ``` The entry above is unpinned and tracks the remote's default branch — add `ref: ` to pin a release. Registering the catalogue instead (`apm marketplace add git@git.rkdr.net:Defame1297/holocron.git --name holocron`) gets you the `bin@holocron` short name, but writes to `~/.apm/marketplaces.json` at user scope; the git+path object needs nothing beyond the manifest. **Native plugin installs do not work.** This package ships no per-plugin manifest and no flat content directories, so a host that installs it natively gets zero skills — and Claude Code raises no error while doing it (ADR-0024). ## Contents | Component | Path | Description | |---|---|---| | Skills | `.apm/skills/` | Slash commands available after install | `.apm/` is the authoring source and the only thing apm deploys (ADR-0024). This plugin ships no agents. ## Author Defame1297