KE
keel-session
Use this skill when working in a KEEL-managed repository and you need to re-enter the current slice cleanly.
Install
mkdir -p .claude/skills/keel-session && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13482" && unzip -o skill.zip -d .claude/skills/keel-session && rm skill.zipInstalls to .claude/skills/keel-session
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use this skill when working in a KEEL-managed repository and you need to re-enter the current slice cleanly.108 chars · catalog description✓ has a “when” trigger
About this skill
KEEL Session
Use this skill when working in a KEEL-managed repository and you need to re-enter the current slice cleanly.
Workflow
- Read
.keel/session/alerts.yamlfirst when it exists, then.keel/session/current-brief.md. - Run
keel watch --once --mode autoif the brief or alert feed looks stale or incomplete. - Run
keel nextbefore starting a new change slice. - If current work no longer matches the brief, use
keel checkpointorkeel replan. - When staying in the repo for a while, keep
keel watchrunning in another terminal. - After a meaningful slice, run
keel validate,keel drift --mode auto, andkeel check.
Rules
- Treat active KEEL alerts as the highest-signal short-term warning feed.
- If changed files do not map to the active goal or step, assume drift until proven otherwise.
- Keep out-of-scope items and constraints stable unless KEEL artifacts are updated.