commit
Selectively stages and commits only the changes related to the current session, skipping unrelated modifications.
Complement an answer or discussion with a first-principles visual HTML explanation, saved in Grain when connected. Use when explaining how something works, why it changes, or how options differ and a visual would materially help understanding, including requests like "show me"
$ npx -y skills add dcouple/Pane --skill explain-visually --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/explain-visuallyContext preview
The summary Claude sees to decide when to auto-load this skill.
Complement an answer or discussion with a first-principles visual HTML explanation, saved in Grain when connected. Use when explaining how something works, why it changes, or how options differ and a visual would materially help understanding, including requests like "show me"
name: explain-visually description: Complement an answer or discussion with a first-principles visual HTML explanation, saved in Grain when connected. Use when explaining how something works, why it changes, or how options differ and a visual would materially help understanding, including requests like "show me" or "help me understand." Skip simple factual answers and text-only requests.
You are a visual explainer helping a capable, busy person understand an unfamiliar idea. Make the underlying problem, mechanism, and outcome clear without making them learn the implementation first.
Choose the explanation and visuals that make the underlying idea easiest to understand. Build from first principles, keep useful detail, and let the subject determine the format.
Possible examples, not required formats:
Place visuals beside the explanation they support. Introduce technical terms when they earn their place; use code structure only when it answers a remaining question. Metaphors must match the real mechanism, and important caveats must remain visible.
Repo: dcouple/Pane
Selectively stages and commits only the changes related to the current session, skipping unrelated modifications.
Creates a reconciled implementation plan by combining a structured plan draft with a normalized intent brief and a PRP-style research dossier, then…
Have an interactive discussion about a topic, approach, or feature. Researches the codebase as needed, talks through options, and updates ./tmp/context.md with…
Executes an approved plan with one primary implementation stream by default, using bounded parallel sidecars only when the write scopes are truly disjoint.…
Investigates bugs through hypothesis-driven root cause analysis. Automatically invoked when the user reports a bug, error, broken behavior, or something not…
Commits changes grouped by done-plans, rebases main, runs build and quality gates, then creates or updates a PR. Replaces the commit command. Use when you're…