18 lines
350 B
YAML
18 lines
350 B
YAML
# External skills registry
|
|
# Format:
|
|
# <name>:
|
|
# repo: <git-url>
|
|
# ref: <branch|tag> (default: main)
|
|
# path: <subpath> (default: .)
|
|
#
|
|
# Example:
|
|
# superpowers:
|
|
# repo: https://github.com/obra/superpowers
|
|
# ref: main
|
|
# path: .
|
|
|
|
superpowers:
|
|
repo: https://github.com/obra/superpowers
|
|
ref: main
|
|
path: .
|