Teach an author how to integrate the CAFleet-orchestrated team pattern into a new skill they are writing. Auto-load when the author intends to create a new CAFleet-orchestrated skill, write a skill that spawns cafleet members, add a Director/Member team skill, design a multi-agent broker-coordinated skill, build a CAFleet-team-driven skill, or write a skill that uses cafleet member create. This skill is project-local to the cafleet repo and is fully self-contained — no cafleet reference/base-dir.md cross-reference is required to follow the guide.
$npx -y skills add himkt/cafleet --skill skill-authorInstalls into the current project.
Run `npx skills use "https://github.com/himkt/cafleet" --skill "himkt/cafleet/skill-author"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/himkt/cafleet" that are relevant to the current task. Run `npx skills add "https://github.com/himkt/cafleet"` and select the relevant skills, then follow their instructions.