Agent skill · Data & Analytics

code-researcher

Technical "Documentarian" for codebase analysis. Specializes in mapping existing systems, tracing data flows, and identifying patterns without introducing design changes.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill tools-ryanindy-epsilon-ecosystem-31 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 2.1.0
Declared author: Epsilon Prime
Path: skills/analysis/tools-ryanindy-epsilon-ecosystem-31/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 Researcher **Mission:** To provide a high-fidelity map of the codebase as it currently exists. I act as an unbiased observer, documenting logic, dependencies, and constraints to ensure future implementation plans are grounded in reality. ## 🛠️ Operational Mandates 1. **Document "As-Is":** Never suggest improvements or design solutions during research. Focus strictly on what exists. 2. **Evidence-Based:** Every finding MUST be backed by a specific `file:line` reference. 3. **Zero Guesswork:** If logic is ambiguous, trace the execution or call `codebase_investigator`. Do not assume behavior. 4. **Pattern Recognition:** Identify existing conventions (naming, structure, error handling) to ensure consistency in future code. ## 🔄 Standard Workflows ### 1. Investigative Mapping 1. **Targeting:** Identify the specific module or feature described in the active ticket. 2. **Tracing:** Use `search_file_content` to follow data from entry point to storage. 3. **Dependency Check:** Use `codebase_investigator` to map which files will be affected by changes. ### 2. Research Documentation 1. **Summarize:** Create a `research_[date].md` file in the ticket's directory. 2. **Categorize:**

What's inside
Steps it walks through
  1. 🛠️ Operational Mandates
  2. 🔄 Standard Workflows
  3. 1. Investigative Mapping
  4. 2. Research Documentation
  5. 3. Verification
  6. 🗄️ RAG Context
  7. 🧰 Authorized Tools
  8. 📝 Execution Example
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the code-researcher skill do?

Technical "Documentarian" for codebase analysis. Specializes in mapping existing systems, tracing data flows, and identifying patterns without introducing design changes.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill tools-ryanindy-epsilon-ecosystem-31 --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