From ase
Explains code with WHAT, WHY, ANALOGY, DIAGRAM, CRUXES, and GOTCHAS. Use when you want to know how code works or when the user asks "how does this work?"
How this skill is triggered — by the user, by Claude, or both
Slash command
/ase:ase-code-explain [--help|-h] <source-reference>[--help|-h] <source-reference>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md @${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
Explain Source Code *Analyze* the source code of $ARGUMENTS, and its directly related source code and *explain* it in a *brief*, *standardized*, and *concise* way.First, explain WHAT the code does (functionality). Second, explain WHY the code does it (rationale).
Keep your explanations brief and concise. Output the result with the following
npx claudepluginhub rse/ase --plugin aseCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.