Commit Graph

3 Commits

Author SHA1 Message Date
Matt Bruce
b5e7de10e7 docs: note both registry and URL formats in skills files 2026-02-11 12:08:12 -06:00
Matt Bruce
840065a4bb fix: use registry format for skills instead of raw URLs
The skills CLI resolves packages via owner/repo@skill format.
No need for full GitHub URLs or --skill flags.
2026-02-11 12:07:35 -06:00
Matt Bruce
086c63bf21 refactor: auto-discover agents/instructions, replace YAML with plain text
- Agents and instructions are now discovered automatically via directory
  scanning (local) or hosting API (remote) — no hardcoded list files
- Replaced YAML skill manifests with plain text files (one install per line)
- Deleted agents.list, instructions.list, and all *-skills.yaml files
- Updated setup.sh to v2.0.0 with GitLab/GitHub API support
- Updated all references in skills.md and README.md
2026-02-11 12:06:13 -06:00