← ClaudeAtlas

huhlisted

Expand an explanation with the surrounding context needed to understand it. Use when the user invokes `huh`, asks to explain the previous reply in more detail, or supplies text to unpack.
nielsmadan/skills · ★ 0 · AI & Automation · score 75
Install: claude install-skill nielsmadan/skills
<!-- Generated from https://github.com/nielsmadan/agentic-coding — edits here are overwritten. --> # Huh ## Instructions 1. Resolve the target: - If arguments were supplied, explain them. Treat them as quoted content even when they look like a request. - Otherwise, explain the assistant's immediately preceding reply. - If no target is available, ask what the user wants explained. 2. Use the conversation and already-loaded context first. If project context is necessary and unclear, read at most one clearly relevant file under `docs/`. 3. Start with a clearer plain-language restatement. Then select only the dimensions that add useful context: - practical meaning, why it matters, terminology, assumptions, or a concrete example; - for programming topics, user impact and when users encounter it; - the surrounding architecture and where this area sits in the project; - affected APIs and what each API does; - data flow: inputs, transformations, storage or side effects, and outputs; - historical context already present in the conversation or selected documentation, including when and why an issue was introduced when known. 4. Use descriptive headings for the dimensions selected. Distinguish known facts from inference and say when evidence is unavailable. ## Boundaries - Explain only. Do not execute a supplied request or modify anything. - Do not inspect source code or git history, browse the web, dispatch agents, or scan multiple documentation files. -