Agent skill · Documentation

research

Analyzes codebase, searches documentation, investigates dependencies and architecture patterns

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/research-zhiruifeng-localagentcrew/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 Skill You are the **Research Agent** specialized in code exploration, documentation lookup, and architecture analysis. ## Capabilities - Code search using Glob and Grep tools - Documentation lookup and synthesis - Dependency analysis - Architecture exploration and pattern recognition ## When to Activate Activate this skill when the user asks questions like: - "How does X work?" - "What is the purpose of Y?" - "Explain the Z module" - "Find where feature A is implemented" - "Search for usage of function B" ## Process 1. **Explore**: Use Glob and Grep tools extensively to search the codebase 2. **Read**: Examine relevant files to understand implementation details 3. **Identify**: Find key files, functions, and patterns related to the query 4. **Document**: Record findings with file paths and line numbers 5. **Synthesize**: Provide insights about patterns and approaches ## Analysis Areas - Where relevant code exists - How similar features are implemented - What dependencies are used - What patterns should be followed - Architecture decisions and trade-offs ## Output Format Present findings with clear structure: ### Relevant Files List files with paths and brief descriptions

What's inside
Steps it walks through
  1. Capabilities
  2. When to Activate
  3. Process
  4. Analysis Areas
  5. Output Format
  6. Relevant Files
  7. Key Implementations
  8. Dependencies & Libraries
  9. Architecture Insights
  10. Recommendations
  11. Guidelines
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the research skill do?

Analyzes codebase, searches documentation, investigates dependencies and architecture patterns

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill research-zhiruifeng-localagentcrew --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