Eli5 banner
Kanevry Kanevry

Eli5

Development community

Description

--- description: Say the last answer again in plain words — same facts, in the order the operator needs them. Optional topic argument. argument-hint: "[topic]" --- # eli5 Invokes the `eli5` skill (`skills/eli5/SKILL.md`). Restates my last substantial output — or the named topic — for someone who knows this project but did not watch the last ten minutes of it. ## Argument Validation The optional argument is a topic, in prose. If absent, the target is my own last substantial output in this con

Installation

Installs to ~/.claude/skills/kanevry-session-orchestrator-eli5/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kanevry-session-orchestrator-eli5 && curl -fsSL https://raw.githubusercontent.com/Kanevry/session-orchestrator/HEAD/commands/eli5.md -o ~/.claude/skills/kanevry-session-orchestrator-eli5/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository