example-skill · git:20260816.a9fd324 · 2026-08-16 · sha256 9d057beda322cf0c
example-skill git:20260816.a9fd324A
Immutable. This exact content is served forever at /api/v1/blob/9d057beda322cf0c.
---
name: example-skill
description: Duplicate this file to create a project skill. Write the trigger condition concretely in the description.
user-invocable: true
---
<!-- Describe when and what this skill does, as a procedure. Example skeleton: -->
1. Check preconditions (environment, reachability, state)
2. Perform the core action
3. Verify the result + report
> When turning this into an actual skill, rename the directory and `name` to
> `{{PROJECT_NAME}}-sk-<purpose>` and make the trigger in `description` concrete.