Documentation
¶
Overview ¶
Add (or update) a curated remote skill entry in internal/commands/skills/remote/registry.yaml.
Usage:
go run ./scripts/skills/add-remote <gitlab-url> [--replace]
The URL can be either form:
https://gitlab.com/<group>/<project>/-/tree/<ref>/<path> https://gitlab.com/<group>/<project>/-/blob/<ref>/<path>/SKILL.md
The script fetches SKILL.md from gitlab.com (anonymously), reads its frontmatter, and inserts/updates the registry entry sorted by name. Branch refs are recorded as "latest"; tags and SHAs are preserved as-is.
Click to show internal directories.
Click to hide internal directories.