---
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.
