Your personal Bilda plugin marketplace. Skills, agents, commands, and hooks that travel with you across every VAPE instance.
📖 Full guide → vape-pages.dutchie.dev/bilda-toolbelt (password:
dutchie) — copy-paste templates for skills/agents/commands/hooks, MCP server wiring, and more.
Bilda (the AI assistant inside VAPE) can load custom capabilities from a GitHub repo you own. This template gives you a working starting point — one skill installed out of the box, scaffolding for the rest, and instructions throughout.
1. Create your fork
Click Use this template → Create a new repository (or go to https://github.com/new?template_name=bilda-toolbelt&template_owner=GetDutchie&owner=GetDutchie&name=my-bilda-toolbelt&description=My%20Bilda%20toolbelt&visibility=internal). Name it whatever you want — my-bilda-toolbelt, <yourname>-bilda, anything.
2. Open VAPE Settings → Claude Plugins
Add two entries:
| Field | Value |
|---|---|
| Marketplaces | GetDutchie/<your-repo-name> |
| Plugins | toolbelt@bilda-toolbelt |
3. Restart your VAPE instance
Bilda clones your repo on boot. From a branch with commits, run /pr-summary to confirm the skill loaded.
plugins/toolbelt/
├── .claude-plugin/plugin.json ← plugin metadata
├── skills/pr-summary/SKILL.md ← draft PR titles + descriptions
├── skills/hand-off/SKILL.md ← paste-ready session summaries
├── agents/README.md ← drop custom agents here
├── commands/README.md ← drop slash commands here
└── hooks/README.md ← wire event hooks here
- Push → restart — VAPE does
git pullon your marketplace repo every boot, so changes land automatically on the next instance start. - Private repos work as long as your
GITHUB_TOKENhasreposcope. - You can add multiple marketplaces in VAPE Settings.