Commit Graph

67 Commits

Author SHA1 Message Date
Matt Bruce
3586f39e8e More refactoring
Signed-off-by: Matt Bruce <matt.bruce1@toyota.com>
2026-02-22 15:02:58 -06:00
Matt Bruce
6b7455f6ff added images
Signed-off-by: Matt Bruce <matt.bruce1@toyota.com>
2026-02-22 14:17:04 -06:00
Matt Bruce
d74e2ca3c1 Signed-off-by: Matt Bruce <matt.bruce1@toyota.com> 2026-02-12 16:58:59 -06:00
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
35d8bb7b6b Merge branch 'develop' into refactor 2026-02-12 16:34:25 -06:00
Matt Bruce
8533890d2c refactored filesystem
Signed-off-by: Matt Bruce <matt.bruce1@toyota.com>
2026-02-12 16:33:53 -06:00
Shawn Casey
000babfe80 updated instructions and moved bigger instructions that I want to be active all the time to a new Toyota iOS Dev agent 2026-02-12 15:02:52 -06:00
Matt Bruce
f3dd8d92bd Signed-off-by: Matt Bruce <matt.bruce1@toyota.com> 2026-02-11 13:22:51 -06:00
Matt Bruce
88e4402d38 fix: use tool-agnostic ~/.agents/ as default install path
Copilot, Claude, Cursor, and others all read from ~/.agents/.
The npx skills CLI handles fan-out to tool-specific directories.
2026-02-11 12:13:20 -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
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
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
1ce380182c docs: simplify assets base url setup 2026-02-11 11:49:04 -06:00
Matt Bruce
5f296fcd54 docs: simplify assets no-clone flow 2026-02-11 11:48:28 -06:00
Matt Bruce
f477014a47 docs: add assets install steps 2026-02-11 11:44:55 -06:00
Matt Bruce
399737006f docs: clarify assets install options 2026-02-11 11:43:59 -06:00
Matt Bruce
dca3215173 docs: move swiftui skill to ios list 2026-02-11 11:39:21 -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
1946461bf5 docs: plan for assets repo move 2026-02-11 11:05:25 -06:00
Matt Bruce
2d31659877 docs: update ai docs plan 2026-02-11 11:01:05 -06:00
Matt Bruce
c2b156f9f6 docs: add doc navigation checklist 2026-02-11 10:59:18 -06:00
Matt Bruce
5b514f80ff docs: add doc navigation rules 2026-02-11 10:58:40 -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
Shawn Casey
860948697b added default swift instructions based on our workspace setup and patterns, also added sample agents 2026-02-11 08:53:03 -06:00
Matt Bruce
12da6e4f95 docs: require new chat repo summary 2026-02-10 16:07:34 -06:00
Matt Bruce
7e3a770455 docs: remove prompt rule 2026-02-10 15:58:00 -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
8833c282a3 docs: clarify reader doc placement 2026-02-10 15:35:37 -06:00