Skip to content

Instantly share code, notes, and snippets.

@QuantumGhost
Created June 23, 2026 11:15
Show Gist options
  • Select an option

  • Save QuantumGhost/626ca36f98eb246535d317601f62dd3d to your computer and use it in GitHub Desktop.

Select an option

Save QuantumGhost/626ca36f98eb246535d317601f62dd3d to your computer and use it in GitHub Desktop.

Use vendir to manage SKILL files

Steps:

  1. Install vendir
  2. Copy the example configuration to ~/.skills
  3. Execute vendir sync -l
apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'feat: rename to SKILL.md for skills.sh compatibility'
sha: e55ac385e89913a6d53c7da460d080982d32ea03
path: .
path: skills/software-design-philosophy
- contents:
- git:
commitTitle: 'Release v6.0.3: SDD artifacts move out of the .git/ protected
path...'
sha: 896224c4b1879920ab573417e68fd51d2ccc9072
tags:
- v6.0.3
path: .
path: .vendir/superpowers
- contents:
- directory: {}
path: .
path: skills/subagent-driven-development
- contents:
- directory: {}
path: .
path: skills/test-driven-development
kind: LockConfig
_EXCLUDE_GIT: &exclude-git
excludePaths:
- .git/**
_SUPERPOWER_GIT_CONFIG: &superpowers-git
path: .
git:
url: https://github.com/obra/superpowers/
ref: v6.0.3
_SUPERPOWER_LOCAL_CONFIG: &superpowers
path: .
directory:
path: .vendir/superpowers
apiVersion: vendir.k14s.io/v1alpha1
kind: Config
directories:
- path: skills/software-design-philosophy
contents:
- <<: *exclude-git
path: .
git:
url: https://github.com/luoling8192/software-design-philosophy-skill/
ref: e55ac385e89913a6d53c7da460d080982d32ea03
includePaths:
- SKILL.md
- path: .vendir/superpowers
contents:
- <<: *exclude-git
path: .
git:
url: https://github.com/obra/superpowers/
ref: v6.0.3
newRootPath: skills
- path: skills/subagent-driven-development
contents:
- <<: *superpowers
newRootPath: subagent-driven-development
- path: skills/test-driven-development
contents:
- <<: *superpowers
newRootPath: test-driven-development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment