Commit Graph

39 Commits

Author SHA1 Message Date
Matt Bruce
370647c882 more edits
Signed-off-by: Matt Bruce <matt.bruce1@toyota.com>
2026-02-12 16:50:00 -06:00
Matt Bruce
3d1e2835b0 Signed-off-by: Matt Bruce <matt.bruce1@toyota.com> 2026-02-12 16:45:14 -06:00
Matt Bruce
8533890d2c refactored filesystem
Signed-off-by: Matt Bruce <matt.bruce1@toyota.com>
2026-02-12 16:33:53 -06:00
Matt Bruce
20446c5224 feat: auto-discover custom skills from assets/skills/
- setup.sh skills command now does two things:
  1. Installs registry skills from <platform>-skills.txt
  2. Auto-discovers and copies custom skill folders from assets/skills/
- Added SKILLS_DIR config (default: ~/.copilot/skills/)
- Added download_dir_to helper for copying skill folders remotely
- Created assets/skills/ for team-maintained custom skills
2026-02-11 12:11:01 -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
Matt Bruce
8f0f0df7d6 refactor: unified setup.sh replaces sync-skills.sh
- Single script handles skills, agents, and instructions
- Works locally (cloned repo) and remotely (curl, no clone)
- Auto-generated manifests (agents.list, instructions.list)
- update-lists command regenerates manifests from directory contents
- Removed sync-skills.sh (folded into setup.sh)
- Rewrote assets README to be concise and actionable
- Updated all references in Agents.md and skills.md
2026-02-11 11:59:12 -06:00
Matt Bruce
648ee9a8c9 docs: move skills sync into assets 2026-02-11 11:37:29 -06:00
Matt Bruce
70bb8c1422 docs: add curated assets lists 2026-02-11 11:36:11 -06:00
Matt Bruce
a19e6ac618 docs: update assets structure example 2026-02-11 11:33:55 -06:00
Matt Bruce
302ea5592a docs: unify skills install path 2026-02-11 11:32:41 -06:00
Matt Bruce
a8b3c261fc docs: clarify curated skills repo 2026-02-11 11:28:51 -06:00
Matt Bruce
714f23840b docs: add skills cli commands 2026-02-11 11:14:23 -06:00
Matt Bruce
43e8d0a326 docs: add repo url skills example 2026-02-11 11:11:02 -06:00
Matt Bruce
543fdb0253 docs: add skills.sh links 2026-02-11 11:09:23 -06:00
Matt Bruce
3bffaaab85 docs: add skills.sh usage 2026-02-11 11:07:06 -06:00
Matt Bruce
96a3497862 docs: add contents blocks 2026-02-11 10:57:28 -06:00
Matt Bruce
294b69552f docs: add breadcrumbs to ai pages 2026-02-11 10:56:45 -06:00
Matt Bruce
f4eebb604e docs: improve navigation and routing 2026-02-11 10:31:47 -06:00
Matt Bruce
b00f480802 docs: expand guidance for setup and prompts 2026-02-11 10:28:49 -06:00
Matt Bruce
576cba8422 chore: move agents and instructions to assets 2026-02-11 10:24:50 -06:00
Matt Bruce
34be609446 docs: point to central assets repo 2026-02-11 10:03:36 -06:00
Matt Bruce
eb83c2177c docs: clarify instructions agents skills 2026-02-11 10:01:38 -06:00
Matt Bruce
b39ce9cb65 docs: explain agents.md vs instructions 2026-02-11 09:58:59 -06:00
Matt Bruce
e0bd11deae docs: document instructions scope 2026-02-11 09:56:03 -06:00
Matt Bruce
51e2fae97f docs: clarify agents vs skills 2026-02-11 09:54:35 -06:00
Matt Bruce
15ad82b644 docs: standardize example formatting 2026-02-10 15:50:59 -06:00
Matt Bruce
fb15105d87 docs: link key repo files 2026-02-10 15:46:51 -06:00
Matt Bruce
9aaa24d6a4 docs: add key repo files section 2026-02-10 15:46:24 -06:00
Matt Bruce
efb59096e7 docs: remove plain language headings 2026-02-10 15:34:12 -06:00
Matt Bruce
762e3d3521 docs: format chat mode section 2026-02-10 15:33:31 -06:00
Matt Bruce
74555c65cc docs: add chat mode costs 2026-02-10 15:32:39 -06:00
Matt Bruce
b87fcab248 docs: add chat mode guidance 2026-02-10 15:30:04 -06:00
Matt Bruce
e292e74931 docs: fix xcodebuildmcp markdown 2026-02-10 15:03:14 -06:00
Matt Bruce
70f9bcdcd0 docs: expand xcodebuildmcp usage 2026-02-10 14:59:10 -06:00
Matt Bruce
8f7cae08ba docs: add mcp references 2026-02-10 14:55:41 -06:00
Matt Bruce
13c418b434 docs: expand beginner guidance 2026-02-10 14:24:09 -06:00
Matt Bruce
5d7ff301bb chore: add skills sync 2026-02-10 14:08:36 -06:00
Matt Bruce
2500b54bcc chore: initial docs 2026-02-10 13:55:42 -06:00