commit
Selectively stages and commits only the changes related to the current session, skipping unrelated modifications.
Have an interactive discussion about a topic, approach, or feature. Researches the codebase as needed, talks through options, and updates ./tmp/context.md with decisions. Use when you want to think through an approach before planning.
$ npx -y skills add dcouple/Pane --skill discussion --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/discussionContext preview
The summary Claude sees to decide when to auto-load this skill.
Have an interactive discussion about a topic, approach, or feature. Researches the codebase as needed, talks through options, and updates ./tmp/context.md with decisions. Use when you want to think through an approach before planning.
name: discussion description: Have an interactive discussion about a topic, approach, or feature. Researches the codebase as needed, talks through options, and updates ./tmp/context.md with decisions. Use when you want to think through an approach before planning. argument-hint: "[topic or question to discuss]"
Have an interactive, back-and-forth discussion with the user about this topic. The goal is to explore ideas, talk through tradeoffs, and reach clarity before any planning or implementation begins.
This skill is for **conversation only**. You must **NEVER**:
You **may** read code and research the codebase to inform the discussion, but your only output is conversation with the user.
If the topic requires understanding the current codebase:
Only research what's needed. Let the conversation guide what needs investigating.
Suggested next steps: - `/plan [description]` — Create an implementation plan - `/discussion [follow-up]` — Continue exploring a specific aspect - `/research-web [topic]` — Deep-dive into external documentation
Topic to discuss: $ARGUMENTS
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…
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…
Conducts extensive web research on technical topics with validated references and citations. Use when you need external documentation, library comparisons, or…