example-skill · git:20260626.368d116 · 2026-06-26 · sha256 9145f8fc03ce35e9
example-skill git:20260626.368d116A
Immutable. This exact content is served forever at /api/v1/blob/9145f8fc03ce35e9.
--- name: example-skill description: >- Example skill scaffold. Replace this with a real, project-specific procedural playbook. The description must clearly state WHEN to use the skill (trigger phrases and scope) so the model can match it to user intent. USE FOR: <list the situations this skill applies to>. DO NOT USE FOR: <list out-of-scope situations and point to the right skill>. --- # Example Skill Describe the repeatable procedure here. Skills are loaded on demand when the `description` above matches the user's request. ## When to Use - Trigger phrase 1 - Trigger phrase 2 ## Steps 1. Step one — what to read or check first. 2. Step two — the action to take. 3. Step three — how to validate the result. ## Guardrails - State any safety boundaries (no destructive actions without confirmation). - Reference related skills for out-of-scope work. ## Output - Describe what the skill produces and where it is saved.