explain

Generates dense explanations of concepts, diffs, or recent work with optional comprehension checks.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/manusco/wolfgang --skill explain-manusco
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: explain
Source: https://github.com/manusco/wolfgang/tree/main/.cursor/skills/explain
Command: npx skills add https://github.com/manusco/wolfgang --skill explain-manusco

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Developers often need to quickly understand unfamiliar concepts, code diffs, or recently completed work without digging through documentation or commit history. This Skill routes the /explain command to a structured explainer procedure that teaches the operator rather than just summarizing the repository. ## Core Features & Use Cases - Concept Explanation: Produces a dense, teaching-oriented explanation of a concept, diff, or recent work. - Predict-Then-Reveal Check-In: Optionally quizzes the operator to verify understanding before revealing the answer. - Command Routing: Maps the /explain command to the underlying explain procedure defined in the ops skill directory. - Use Case: After reviewing a large pull request, invoke /explain to get a focused walkthrough of what changed and why, then confirm your understanding with the built-in check-in. ## Quick Start Ask the assistant to run /explain on the most recent diff or a concept you want to understand.

Frequently Asked Questions about explain

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get an explanation of a code diff or recent changes?▼

Invoke the /explain command and point it at the diff, concept, or recent work you want explained. The skill routes to a structured explainer procedure that produces a dense, teaching-focused walkthrough rather than a plain summary.

What is a predict-then-reveal check-in when learning code?▼

It is an optional comprehension step where you predict an answer or outcome before the explanation reveals it. This active-recall approach helps confirm you actually understood the concept or diff rather than passively reading it.

Does the explain skill analyze the repository directly?▼

No, this skill is a router. It directs the /explain command to a separate procedure file at .agents/skills/ops/explain/SKILL.md, which contains the actual operational instructions and Definition of Done.

When should I use an explainer skill instead of reading documentation?▼

Use it when you need a focused explanation of a specific diff, concept, or recent change in context, rather than general reference material. It is designed for teaching the operator, not exhaustively documenting the repository.