agent-desktop/skills
Lahfir b04d6f9731
feat: bundle skill docs and refactor --help for AI agents (#36)
Add `agent-desktop skills` (list/get/path) so agents can load
version-matched usage guidance straight from the binary, and rework
`--help` with a top-of-help "For AI agents — read this first" section
that points there. Skills are embedded via `include_str!`, with `desktop`
and `ffi` aliases resolving to canonical names.

Also extract the long after_help text out of cli.rs into help_after.txt
and a new help_before.txt to keep the file under the 400 LOC limit, and
sweep the 53→54 command count across CLAUDE.md, README.md, and SKILL.md.
2026-05-04 03:03:40 -04:00
..
agent-desktop feat: bundle skill docs and refactor --help for AI agents (#36) 2026-05-04 03:03:40 -04:00
agent-desktop-ffi feat(ffi): ship C-ABI cdylib with review hardening and release pipeline (#26) 2026-04-17 04:00:43 -07:00