ai-docs/assets/skills
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
..
swift-clean-architecture fix: use tool-agnostic ~/.agents/ as default install path 2026-02-11 12:13:20 -06:00
swift-localization fix: use tool-agnostic ~/.agents/ as default install path 2026-02-11 12:13:20 -06:00
swift-model-design fix: use tool-agnostic ~/.agents/ as default install path 2026-02-11 12:13:20 -06:00
swift-modern fix: use tool-agnostic ~/.agents/ as default install path 2026-02-11 12:13:20 -06:00
swift-pop fix: use tool-agnostic ~/.agents/ as default install path 2026-02-11 12:13:20 -06:00
swiftui-accessibility fix: use tool-agnostic ~/.agents/ as default install path 2026-02-11 12:13:20 -06:00
swiftui-modern fix: use tool-agnostic ~/.agents/ as default install path 2026-02-11 12:13:20 -06:00
swiftui-mvvm fix: use tool-agnostic ~/.agents/ as default install path 2026-02-11 12:13:20 -06:00
README.md feat: auto-discover custom skills from assets/skills/ 2026-02-11 12:11:01 -06:00

Custom Skills

Drop skill folders here. Each folder should contain a SKILL.md file.

assets/skills/
  my-custom-skill/
    SKILL.md
    references/        (optional)
  another-skill/
    SKILL.md

The setup script auto-discovers and installs every folder in this directory. No manifest to update — just add the folder and push.