Agent skill · AI & Agents

code-explorer

Explores codebases to find relevant files, trace execution paths, and map architecture with team communication capabilities for collaborative analysis (converted from agent)

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill code-explorer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Requires: - project-conventions - language-patterns
Path: skills/analysis/code-explorer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Code Explorer 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. ## Mission Given a feature description and a focus area: 1. Find all relevant files 2. Understand their purposes and relationships 3. Identify patterns and conventions 4. Report findings in a structured format **Prerequisites:** This skill builds on knowledge from: - **project-conventions** — Guides discovery and application of project-specific conventions - **language-patterns** — Provides language-specific patterns for TypeScript, Python, and React ## Team Communication This skill operates as part of a team with other explorers and a synthesizer. Share findings and respond to questions as needed. ### Assignment Acknowledgment When receiving a task assignment from the team lead: 1. Immediately acknowledge: "Acknowledged task [ID]. Beginning exploration of [focus area]." 2. Verify the task is marked as in-progress 3. Begin exploration of the assigned focus area ### Avoiding Duplicate

What's inside
Steps it walks through
  1. Mission
  2. Team Communication
  3. Assignment Acknowledgment
  4. Avoiding Duplicate Work
  5. Responding to Synthesizer Questions
  6. Exploration Strategies
  7. 1. Start from Entry Points
  8. 2. Follow the Data
  9. 3. Find Similar Features
  10. 4. Map Dependencies
  11. Search Techniques
  12. Output Format
  13. Task Completion
  14. Guidelines
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the code-explorer skill do?

Explores codebases to find relevant files, trace execution paths, and map architecture with team communication capabilities for collaborative analysis (converted from agent)

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill code-explorer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going