Build a Claude skill for opting repos into the vault pattern #18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Build a Claude skill (working name:
wire-vault) that automates wiring arepo (or a multi-repo project domain) into the personal notes vault pattern
documented in
docs/superpowers/specs/2026-05-27-vault-pattern-design.md.Steps the skill should automate:
project domains, accept multiple paths.
~/code/notes/<name>/if it doesn't exist, with a seedINDEX.mdfollowing the template in the design doc (D5).
<path>/vault → ~/code/notes/<name>/at each provided path.AGENTS.md.Create
AGENTS.mdwith aCLAUDE.md → AGENTS.mdsymlink alongside if missing.Respect each repo's local gitignore tracking stance (commit only if
!AGENTS.mdis negated in the local .gitignore).<name>: init vault.Idempotency requirements:
Design reference:
docs/superpowers/specs/2026-05-27-vault-pattern-design.md.Related skill:
vault-pkm— this skill complements that one;vault-pkmgoverns how to use a wired-up vault,
wire-vaultcreates one.