Skill Dispatch

Single front door for authoring and maintaining agent skills. Parses a subcommand — create, capture, comply, or scout — and routes to the right engine: skill-creator (guide for creating or updating a skill), skill-capture (extract a workflow from conversation into a SKILL.md), skill-comply (measure whether agents follow a skill or rule), or skill-scout (search for existing skills before building new ones). Backs the /skill command. Use when asked to create a skill, capture a pattern, test compliance of a skill, or scout for an existing skill, and the action must be picked from an argument like "create", "capture", "comply", or "scout".

shipshitdev 5eebd72 2 files · 5.1 KB Updated

File contents

shipshitdev/skills/tree/main/skills/skill-dispatch commit 5eebd7278d

Frequently asked questions

npx skillmds add shipshitdev/skill-dispatch