Slash commands for running VibeShed jobs from Claude Code.
| Command | Purpose |
|---|---|
/vibeshed:set-project <abs-path> |
Record which VibeShed project to target. |
/vibeshed:run <slug> [-- --key value ...] |
Run a job by slug, forwarding passthrough args. |
From inside Claude Code, with this repo checked out locally:
/plugin install /absolute/path/to/vibeshed/plugin
Or reference the git repo if your Claude Code build supports it.
/vibeshed:run picks a project in this order:
$VIBESHED_PROJECT(env var).~/.config/vibeshed/project(written by/vibeshed:set-project).- The current working directory, if it has
registry.yamland.vibeshed/manifest.json.
vibeshedCLI onPATH(pipx install vibeshed).- A scaffolded project (
vibeshed init <path>).
See AGENTS_INSTALL_INSTRUCTIONS.md in the repo root for the full install walkthrough — intended to be read and executed by an agent.