Agent skill · Documentation

research-guide

Research best practices, guides, and libraries. Use when needing documentation, recommendations, implementation guidance, or library comparisons.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill research-guide-beshkenadze-claude-skills-market --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/analysis/research-guide-beshkenadze-claude-skills-market/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 Guide ## Overview Research and document best practices, guides, and library recommendations for any development topic. Leverages `/sc:research` for deep web research and synthesizes findings into detailed reports tailored to the project context. ## Instructions ### Step 1: Analyze Context Before researching, understand the project context: - Check `package.json`, `Cargo.toml`, `go.mod`, etc. for existing dependencies - Review project structure to understand tech stack - Identify constraints (language, framework, existing patterns) ### Step 2: Formulate Research Query Build a focused research query based on: - The specific topic or problem - Project's tech stack and constraints - Current year for up-to-date results ### Step 3: Execute Research Use the `/sc:research` slash command: ``` /sc:research "[topic] best practices [tech-stack] [current-year]" --depth standard ``` For complex topics, use deeper research: ``` /sc:research "[topic]" --depth deep ``` ### Step 4: Synthesize Report Create a detailed report with structure: ```markdown # Research Report: [Topic] ## Summary Brief overview of findings (2-3 sentences) ## Recommended Libraries | Library | Purpose | Stars | Las

What's inside
Steps it walks through
  1. Overview
  2. Instructions
  3. Step 1: Analyze Context
  4. Step 2: Formulate Research Query
  5. Step 3: Execute Research
  6. Step 4: Synthesize Report
  7. Step 5: Save Report
  8. Examples
  9. Example: Research Authentication
  10. Example: Research State Management
  11. Example: Research Testing Strategy
  12. Guidelines
  13. Report Quality Checklist
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the research-guide skill do?

Research best practices, guides, and libraries. Use when needing documentation, recommendations, implementation guidance, or library comparisons.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill research-guide-beshkenadze-claude-skills-market --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