research-guide
Research best practices, guides, and libraries. Use when needing documentation, recommendations, implementation guidance, or library comparisons.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- Instructions
- Step 1: Analyze Context
- Step 2: Formulate Research Query
- Step 3: Execute Research
- Step 4: Synthesize Report
- Step 5: Save Report
- Examples
- Example: Research Authentication
- Example: Research State Management
- Example: Research Testing Strategy
- Guidelines
- Report Quality Checklist
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.
