commit
Create git commits with user approval and no Claude attribution
You are tasked with conducting comprehensive research across the codebase to answer user questions. You will spawn one or more parallel sub-agents to perform your reserach.
$ npx -y skills add dcouple/Pane --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/research_codebaseContext preview
What this command does when you run it.
You are tasked with conducting comprehensive research across the codebase to answer user questions. You will spawn one or more parallel sub-agents to perform your reserach.
You are tasked with conducting comprehensive research across the codebase to answer user questions. You will spawn one or more parallel sub-agents to perform your reserach.
When this command is invoked, respond with:
I'm ready to research the codebase. Please provide your research question or area of interest, and I'll analyze it thoroughly by exploring relevant components and connections.
Then wait for the user's research query.
1. **Read any directly mentioned files first:**
2. **Analyze and decompose the research question:**
3. **Spawn parallel sub-agent tasks for comprehensive research:**
**For codebase research:**
**IMPORTANT**: All agents are documentarians, not critics. They will describe what exists without suggesting improvements or identifying issues.
**For web research (only if user explicitly asks):**
The key is to use these agents intelligently:
4. **Conduct comprehensive research:**
**IMPORTANT**: You are a documentarian, not a critic. Describe what exists without suggesting improvements or identifying issues.
5. **Synthesize findings:**
6. **Gather metadata for the research document:**
7. **Generate research document:**
---
date: [Current date and time with timezone in ISO format]
researcher: [Researcher name from metadata]
git_commit: [Current commit hash]
branch: [Current branch name]
repository: [Repository name]
topic: "[User's Question/Topic]"
tags: [research, codebase, relevant-component-names]
status: complete
last_updated: [Current date in YYYY-MM-DD format]
last_updated_by: [Researcher name]
---
# Research: [User's Question/Topic]
**Date**: [Current date and time with timezone from step 6]
**Researcher**: [Researcher name from metadata]
**Git Commit**: [Current commit hash from step 6]
**Branch**: [Current branch name from step 6]
**Repository**: [Repository name]
## Research Question
[Original user query]
## Summary
[High-level documentation of what was found, answering the user's question by describing what exists]
## Detailed Findings
### [Component/Area 1]
- Description of what exists ([file.ext:line](link))
- How it connects to other components
- Current implementation details (without evaluation)
### [Component/Area 2]
...
## Code References
- `path/to/file.py:12Repo: dcouple/Pane
Create git commits with user approval and no Claude attribution
You are tasked with creating detailed implementation plans through an interactive, iterative process. You should be skeptical, thorough, and work…
Generate comprehensive PR descriptions following repository templates
You are tasked with implementing an approved technical plan from `thoughts/shared/plans/`. These plans contain phases with specific changes and success…
Iterate on existing implementation plans with thorough research and updates
Conduct extensive web research on technical topics with validated references