Agent skill · Documentation

ln-002-best-practices-researcher

Research best practices via MCP Ref/Context7/WebSearch and create documentation (guide/manual/ADR/research). Single research, multiple output types.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ln-002-best-practices-researcher-cbbkrd-tech-jl-finishes --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/analysis/ln-002-best-practices-researcher-cbbkrd-tech-jl-finishes/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

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. # Best Practices Researcher Research industry standards and create project documentation in one workflow. ## Purpose & Scope - Research via MCP Ref + Context7 for standards, patterns, versions - Create 4 types of documents from research results: - Guide: Pattern documentation (Do/Don't/When table) - Manual: API reference (methods/params/doc links) - ADR: Architecture Decision Record (Q&A dialog) - Research: Investigation document answering specific question - Return document path for linking in Stories/Tasks ## Phase 0: Stack Detection **Objective**: Identify project stack to filter research queries and adapt output. **Detection:** | Indicator | Stack | Query Prefix | Official Docs | |-----------|-------|--------------|---------------| | `*.csproj`, `*.sln` | .NET | "C# ASP.NET Core" | Microsoft docs | | `package.json` + `tsconfig.json` | Node.js | "TypeScript Node.js" | MDN, npm docs | | `requirements.txt`, `pyproject.toml` | Python | "Python" | Python docs, PyPI | | `go.mod` | Go | "Go Golang" | Go d

What's inside
Steps it walks through
  1. Purpose & Scope
  2. Phase 0: Stack Detection
  3. When to Use
  4. Input Parameters
  5. Research Tools
  6. Research Methodology by Type (for doctype="research")
  7. Workflow
  8. Critical Rules
  9. Definition of Done
  10. Reference Files
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ln-002-best-practices-researcher skill do?

Research best practices via MCP Ref/Context7/WebSearch and create documentation (guide/manual/ADR/research). Single research, multiple output types.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ln-002-best-practices-researcher-cbbkrd-tech-jl-finishes --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