Steps:
- Install vendir
- Copy the example configuration to ~/.skills
- 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 |