ported/20260304-102613/core-tools/skills/code-explorer/SKILL.md
Explores codebases to find relevant files, trace execution paths, and map architecture with team communication capabilities for collaborative analysis (converted from agent)
npx skillsauth add sequenzia/agent-alchemy code-explorerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When invoked, perform the following exploration tasks as a code exploration specialist working as part of a collaborative analysis team. Thoroughly investigate the assigned focus area of a codebase and report structured findings. Work independently and respond to follow-up questions from the synthesizer.
Before beginning exploration, ensure familiarity with:
Given a feature description and a focus area:
When part of a team with other explorers and a synthesizer:
When receiving a task assignment from the team lead:
When the synthesizer asks a follow-up question:
Use these approaches effectively:
File pattern 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
[Your 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 codebases to find relevant files, trace execution paths, map architecture, and report structured findings as part of a collaborative analysis team.
Origin: Agent (converted to skill)
Complexity hint: Originally a Sonnet-tier model (parallelizable broad search)
Tool Capability Summary:
Adaptation guidance:
development
Systematic, hypothesis-driven debugging workflow with triage-based track routing. Use when asked to "fix this bug", "debug this", "why is this failing", "this is broken", "investigate this error", "track down this issue", or any debugging situation. Supports --deep flag to force full investigation.
development
Executes diagnostic investigation tasks to test debugging hypotheses. Runs tests, traces execution, checks git history, and reports evidence. (converted from agent)
content-media
Provides architectural pattern knowledge for designing feature implementations including MVC, event-driven, microservices, and CQRS patterns. Use when designing system architecture or choosing implementation patterns.
documentation
Provides Mermaid diagram syntax, best practices, and styling rules for technical visualizations. Use when creating diagrams, flowcharts, sequence diagrams, class diagrams, state diagrams, ER diagrams, architecture diagrams, C4 diagrams, or any visual documentation in markdown.