install
source · Clone the upstream repo
git clone https://github.com/leon-ai/leon
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/leon-ai/leon "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/timer_skill" ~/.claude/skills/leon-ai-leon-timer-skill && rm -rf "$T"
manifest:
skills/timer_skill/SKILL.mdsource content
Guidance
Choose This Skill When
- The owner wants to set, check, or cancel a timer.
Resolve With Context
- Setting a timer requires a concrete duration value plus unit.
- Checking or canceling should prefer the active timer state already held by the skill.
Avoid
- Do not start a timer from a vague request with no duration.
- Do not create multiple interpretations when the owner clearly refers to the current timer.