write-a-consumer-skill

Installation
SKILL.md

Write a Consumer Skill

Contract

By the end of this skill the consumer has:

  • A .pilot/ folder at the root of their app (sibling to package.json and app/ or src/), readable by the server at startup.
  • A valid RESOLVER.md with at least one trigger row.
  • One or more skills/<name>/SKILL.md files with frontmatter that parses under packages/agentickit/src/protocol/skill.ts.
  • createPilotHandler in their API route (no system option needed — the handler auto-loads .pilot/).
  • A matching usePilotAction for every capability the model should be able to invoke. A SKILL.md without a matching action still feeds the model instructions, but the model has nothing to call — lead with the action registration if you can.

Iron Law: lead with the CLI

Installs
1
GitHub Stars
1
First Seen
Jun 12, 2026
write-a-consumer-skill — hec-ovi/agentickit