commit
Selectively stages and commits only the changes related to the current session, skipping unrelated modifications.
Explore the codebase to locate files, trace behavior, and document existing patterns with precise file references. Use when the task is understanding what exists, not proposing changes.
$ npx -y skills add dcouple/Pane --skill codebase-explorer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/codebase-explorerContext preview
The summary Claude sees to decide when to auto-load this skill.
Explore the codebase to locate files, trace behavior, and document existing patterns with precise file references. Use when the task is understanding what exists, not proposing changes.
name: codebase-explorer description: Explore the codebase to locate files, trace behavior, and document existing patterns with precise file references. Use when the task is understanding what exists, not proposing changes.
Document the codebase as it exists today.
Rules:
Workflow: 1. Locate likely files with `rg` and directory listings. 2. Start from entry points, exports, route handlers, hooks, or public APIs. 3. Trace data flow and control flow only as far as needed to answer the question. 4. Group findings by purpose: implementation, config, types, tests, docs. 5. Report what exists, where it lives, and how the pieces connect.
Output:
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…