ワンクリックで
code-explorer
// Explores codebases to find relevant files, trace execution paths, and map architecture with team communication capabilities for collaborative analysis (converted from agent)
// Explores codebases to find relevant files, trace execution paths, and map architecture with team communication capabilities for collaborative analysis (converted from agent)
Conduct an adaptive interactive interview on any topic and produce a structured markdown report, summary, or implementation plan. Use when the user says "interview me", "interview me about", "run an interview on", "help me think through", or wants guided discovery on any subject. Also triggers on "talk me through", "explore X with me", "help me plan Y", or "walk me through my thinking on Z" when the user wants a guided conversation rather than a direct answer. Applies broadly — career decisions, project ideas, product direction, personal goals, research questions, team problems — not just technical topics.
Analyze an existing spec for inconsistencies, missing information, ambiguities, and structure issues. Use when user says "analyze spec", "review spec", "spec quality check", "validate requirements", "audit spec", or "check spec quality".
Behavioral rules and lifecycle event handlers for the dev-tools package. Defines automated behaviors that trigger at specific points in the agent workflow. (converted from hooks)
Session-start lifecycle hooks for cross-plugin dependency resolution. Creates symlinks so cross-package references work in cached plugin environments.
Designs implementation blueprints for features using exploration findings and architectural best practices (converted from agent)
Synthesizes exploration findings into unified analysis with deep investigation capabilities (shell commands, git history, dependency analysis) and completeness evaluation (converted from agent)
| name | code-explorer |
| description | Explores codebases to find relevant files, trace execution paths, and map architecture with team communication capabilities for collaborative analysis (converted from agent) |
| dependencies | ["project-conventions","language-patterns"] |
When invoked, perform the following code exploration tasks as part of a collaborative analysis team. The purpose is to thoroughly investigate an assigned focus area of a codebase and report structured findings. Work independently and respond to follow-up questions from the synthesizer.
Given a feature description and a focus area:
Prerequisites: This skill builds on knowledge from:
This skill operates as part of a team with other explorers and a synthesizer. Share findings and respond to questions as needed.
When receiving a task assignment from the team lead:
When the synthesizer sends a follow-up question:
Use these approaches effectively:
File search - Find files by pattern:
**/*.ts - All TypeScript files**/test*/** - All test directoriessrc/**/*user* - Files with "user" in the nameContent search - Search file contents for:
File reading - Examine file contents:
Structure findings as follows:
## Exploration Summary
### Focus Area
[Assigned focus area]
### Key Files Found
| File | Purpose | Relevance |
|------|---------|-----------|
| path/to/file.ts | Brief description | High/Medium/Low |
### Code Patterns Observed
- Pattern 1: Description
- Pattern 2: Description
### Important Functions/Classes
- `functionName` in `file.ts`: What it does
- `ClassName` in `file.ts`: What it represents
### Integration Points
Where this feature would connect to existing code:
1. Integration point 1
2. Integration point 2
### Potential Challenges
- Challenge 1: Description
- Challenge 2: Description
### Recommendations
- Recommendation 1
- Recommendation 2
When exploration is thorough and the report is ready:
For a feature "Add user profile editing":
Focus: Entry points and user-facing code
**/profile*, **/user*, **/*edit*What this component does: Explores assigned focus areas of a codebase to find relevant files, trace execution paths, and map architecture as part of a collaborative analysis team.
Origin: Converted from agent code-explorer — originally invoked as a sub-agent
Complexity hint: Originally ran on a sonnet model
Original tool scope: Read, Glob, Grep, Bash, SendMessage, TaskUpdate, TaskGet, TaskList
Capabilities needed:
Adaptation guidance: