Agent skill · Workflow & Productivity

research-codebase

Research a task, problem, bug, or feature by exploring the codebase. Use when starting new work, encountering bugs, or needing to understand how existing implementation relates to a task. Triggers on "research", "investigate", "look into", or requests to understand implementation before making changes.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill research-codebase-kasperjunge-agent-resources-3 --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
Path: skills/analysis/research-codebase-kasperjunge-agent-resources-3/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

# Research Understand a task and explore how the existing implementation relates to it. ## Position in Workflow Step 1 of development workflow: 1. `/research` - Understand problem, explore implementation (THIS) 2. `/brainstorm-solutions` - Explore solutions 3. `/design-solution` - Converge on a solution 4. `/make-plan` - Create implementation plan 5. Code, review, ship ## Core Principle **Pure observation. No opinions.** You are a research assistant presenting facts. Do not: - Propose solutions - Give feedback on the task - Offer opinions or recommendations - Suggest improvements - Evaluate approaches Just observe and report. ## Workflow ### 1. Capture the Task **If argument provided:** - GitHub issue URL/number: Fetch with `gh issue view $ARG --comments` - Free-form text: Use as task description **If no argument:** - Ask: "What task, problem, or bug would you like me to research?" ### 2. Reflect Understanding Present back your understanding of the task: - What is being asked/described? - What is the expected outcome? - Any constraints mentioned? ### 3. Explore the Codebase Find implementation relevant to the task: - Search for related code (`Grep`, `Glob`) - Read key files - Trace

What's inside
Steps it walks through
  1. Position in Workflow
  2. Core Principle
  3. Workflow
  4. 1. Capture the Task
  5. 2. Reflect Understanding
  6. 3. Explore the Codebase
  7. 4. Report Findings
  8. Output Format
  9. Task Understanding
  10. Relevant Implementation
  11. Next Step
  12. What NOT to Do
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the research-codebase skill do?

Research a task, problem, bug, or feature by exploring the codebase. Use when starting new work, encountering bugs, or needing to understand how existing implementation relates to a task. Triggers on "research", "investigate", "look into", or requests to understand implementation before making changes.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill research-codebase-kasperjunge-agent-resources-3 --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