quiver-bootstrap
Installation
SKILL.md
Quiver Bootstrap Stack
Configure the three-layer bootstrap that turns a bare Quiver bolt into a
personalized dev environment. This skill scaffolds and encrypts the three repos,
produces a bolt.yaml, and hands off the exact command to create the bolt.
Quiver in brief (end-user view)
- A bolt is an ephemeral Ubuntu container running in Kubernetes with a
persistent home and workspace. Reach it via a browser terminal, VSCode, or
kubectl. - A fresh bolt has no SSH keys, dotfiles, or code. The three-layer bootstrap delivers them at startup from three git repos plus one age key.
- The bootstrap repo plus the dotfiles repo form a reusable persona. The workspace repo is the swappable per-task input. Rebuilding a bolt from the same inputs reproduces the same environment.