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-sequenzia-agent-alchemy --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-sequenzia-agent-alchemy/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 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. ## Prerequisites Before beginning exploration, ensure familiarity with: - **project-conventions** -- For discovering and following the target codebase's conventions - **language-patterns** -- For recognizing language-specific patterns in the code being explored ## 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 ## Team Communication When part of a team with other explorers and a synthesizer: ### Assignment Acknowledgment When receiving a task assignment from the team lead: 1. Acknowledge the task: "Acknowledged task [ID]. Beginning exploration of [focus area]." 2. Begin exploration of the assigned focus area ### Avoiding Duplicate Work - If receiving an assignment for a task already completed: respond "Task [I

What's inside
Steps it walks through
  1. Prerequisites
  2. Mission
  3. Team Communication
  4. Assignment Acknowledgment
  5. Avoiding Duplicate Work
  6. Responding to Synthesizer Questions
  7. Exploration Strategies
  8. 1. Start from Entry Points
  9. 2. Follow the Data
  10. 3. Find Similar Features
  11. 4. Map Dependencies
  12. Search Techniques
  13. Output Format
  14. Task Completion
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-sequenzia-agent-alchemy --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