claude/ai-resources-plugin/skills/explainer-document/SKILL.md
Write a concise explainer / learning document / beginner guide that teaches a topic to someone unfamiliar with it.
npx skillsauth add amhuppert/my-ai-resources explainer-documentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create concise, beginner-friendly educational documents that teach a topic through logical progression. The audience is someone who does not already understand the subject.
Before writing, establish:
If any of these are ambiguous, ask before proceeding.
List every concept the reader needs to understand. Then determine the dependency order: which concepts require understanding other concepts first.
Example dependency chain:
"Permission" depends on "API" → "Role" depends on "Permission" → "Client Grant" depends on both "Application" and "API"
This dependency order determines the document's section order.
For technical topics, verify claims against official documentation. Use web search and official docs — do not rely solely on training data. If something cannot be verified, say so explicitly rather than stating it as fact.
Follow the structure and style guidelines below.
After writing, check:
Start with the most fundamental concepts — the building blocks everything else depends on. Define key entities and their relationships before discussing behaviors or mechanics.
Each section builds on the previous. The reader should never encounter an unexplained term. Structure from:
Example:
Application — an OAuth 2.0 client that requests tokens. Identified by a
client_idandclient_secret.
Use tables when comparing across multiple dimensions. Tables are especially effective for:
When the topic has a commonly confused or non-obvious behavior, call it out with a clearly labeled subsection (e.g., "Critical: These Are Mutually Exclusive"). Do not bury important caveats in the middle of a paragraph.
development
Debug a running web app via the web-debugger SDK: app logs, application state, runtime snapshots, React state, query cache.
development
Thoroughly understand a software development objective before implementation: research, identify ambiguities, ask clarifying questions. Use before starting implementation of a non-trivial or ambiguously specified feature, or when requirements leave open design decisions.
development
Locate the on-disk Claude Code transcript file (.jsonl under ~/.claude/projects/) for the current or a specified conversation.
development
Reflect on codebase navigation effectiveness at end of conversation. Surfaces dead ends, inefficiencies, missing context. Does not write files — pair with /kiro:steering-custom to persist.