commit
Selectively stages and commits only the changes related to the current session, skipping unrelated modifications.
Conducts extensive web research on technical topics with validated references and citations. Use when you need external documentation, library comparisons, or best practices research.
$ npx -y skills add dcouple/Pane --skill research-web --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/research-webContext preview
The summary Claude sees to decide when to auto-load this skill.
Conducts extensive web research on technical topics with validated references and citations. Use when you need external documentation, library comparisons, or best practices research.
name: research-web description: Conducts extensive web research on technical topics with validated references and citations. Use when you need external documentation, library comparisons, or best practices research. argument-hint: "[technical topic or question]" model: opus context: fork
Conduct comprehensive web research to investigate technical topics, compare approaches, extract documentation, and produce a validated guide with references.
1. **If a topic was provided**: Proceed to Step 1 2. **If NO topic**: Ask what to research, then wait.
1. Break down the topic into research dimensions 2. Identify authoritative source categories (official docs, GitHub, expert blogs, SO) 3. Create a research plan using TaskCreate 4. Present the plan and wait for confirmation
Launch multiple research agents in parallel, each focused on a dimension:
1. Wait for ALL research tasks to complete 2. Group findings by theme, identify consensus, flag contradictions 3. If findings conflict, spawn follow-up research 4. Identify gaps
Save to: `./tmp/research/YYYY-MM-DD-web-description.md`
Use this structure:
Present a summary with key findings and document path. Handle follow-up requests.
Research Topic: $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…
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…