Skip to content

GetDutchie/bilda-toolbelt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bilda-toolbelt

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.

What this is

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.

Quick start

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.

Structure

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

Editing tips

  • Push → restart — VAPE does git pull on your marketplace repo every boot, so changes land automatically on the next instance start.
  • Private repos work as long as your GITHUB_TOKEN has repo scope.
  • You can add multiple marketplaces in VAPE Settings.

About

Personal Bilda plugin marketplace template — skills, agents, commands, and hooks that travel with you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors