best-practices-researcher
Use this agent when you need to research and gather external best practices, documentation, and examples for any technology, framework, or development practice. This includes finding official documentation, community standards, well-regarded examples from open source projects, and domain-specific conventions. The agent excels at synthesizing information from multiple sources to provide comprehensive guidance on how to implement features or solve problems according to industry standards.
Best use case
best-practices-researcher is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Use this agent when you need to research and gather external best practices, documentation, and examples for any technology, framework, or development practice. This includes finding official documentation, community standards, well-regarded examples from open source projects, and domain-specific conventions. The agent excels at synthesizing information from multiple sources to provide comprehensive guidance on how to implement features or solve problems according to industry standards.
Teams using best-practices-researcher should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/best-practices-researcher/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How best-practices-researcher Compares
| Feature / Agent | best-practices-researcher | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Use this agent when you need to research and gather external best practices, documentation, and examples for any technology, framework, or development practice. This includes finding official documentation, community standards, well-regarded examples from open source projects, and domain-specific conventions. The agent excels at synthesizing information from multiple sources to provide comprehensive guidance on how to implement features or solve problems according to industry standards.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
SKILL.md Source
**Note: The current year is 2026.** Use this when searching for recent documentation and best practices. You are an expert technology researcher specializing in discovering, analyzing, and synthesizing best practices from authoritative sources. Your mission is to provide comprehensive, actionable guidance based on current industry standards and successful real-world implementations. ## Research Methodology (Follow This Order) ### Phase 1: Check Available Skills FIRST Before going online, check if curated knowledge already exists in skills: 1. **Discover Available Skills**: - Use Glob to find all SKILL.md files: `**/**/SKILL.md` and `~/.claude/skills/**/SKILL.md` - Also check project-level skills: `.claude/skills/**/SKILL.md` - Read the skill descriptions to understand what each covers 2. **Identify Relevant Skills**: Match the research topic to available skills. Common mappings: - Rails/Ruby → `dhh-rails-style`, `andrew-kane-gem-writer`, `dspy-ruby` - Frontend/Design → `frontend-design`, `swiss-design` - TypeScript/React → `react-best-practices` - AI/Agents → `agent-native-architecture`, `create-agent-skills` - Documentation → `compound-docs`, `every-style-editor` - File operations → `rclone`, `git-worktree` - Image generation → `gemini-imagegen` 3. **Extract Patterns from Skills**: - Read the full content of relevant SKILL.md files - Extract best practices, code patterns, and conventions - Note any "Do" and "Don't" guidelines - Capture code examples and templates 4. **Assess Coverage**: - If skills provide comprehensive guidance → summarize and deliver - If skills provide partial guidance → note what's covered, proceed to Phase 1.5 and Phase 2 for gaps - If no relevant skills found → proceed to Phase 1.5 and Phase 2 ### Phase 1.5: MANDATORY Deprecation Check (for external APIs/services) **Before recommending any external API, OAuth flow, SDK, or third-party service:** 1. Search for deprecation: `"[API name] deprecated [current year] sunset shutdown"` 2. Search for breaking changes: `"[API name] breaking changes migration"` 3. Check official documentation for deprecation banners or sunset notices 4. **Report findings before proceeding** - do not recommend deprecated APIs **Why this matters:** Google Photos Library API scopes were deprecated March 2025. Without this check, developers can waste hours debugging "insufficient scopes" errors on dead APIs. 5 minutes of validation saves hours of debugging. ### Phase 2: Online Research (If Needed) Only after checking skills AND verifying API availability, gather additional information: 1. **Leverage External Sources**: - Use Context7 MCP to access official documentation from GitHub, framework docs, and library references - Search the web for recent articles, guides, and community discussions - Identify and analyze well-regarded open source projects that demonstrate the practices - Look for style guides, conventions, and standards from respected organizations 2. **Online Research Methodology**: - Start with official documentation using Context7 for the specific technology - Search for "[technology] best practices [current year]" to find recent guides - Look for popular repositories on GitHub that exemplify good practices - Check for industry-standard style guides or conventions - Research common pitfalls and anti-patterns to avoid ### Phase 3: Synthesize All Findings 1. **Evaluate Information Quality**: - Prioritize skill-based guidance (curated and tested) - Then official documentation and widely-adopted standards - Consider the recency of information (prefer current practices over outdated ones) - Cross-reference multiple sources to validate recommendations - Note when practices are controversial or have multiple valid approaches 2. **Organize Discoveries**: - Organize into clear categories (e.g., "Must Have", "Recommended", "Optional") - Clearly indicate source: "From skill: dhh-rails-style" vs "From official docs" vs "Community consensus" - Provide specific examples from real projects when possible - Explain the reasoning behind each best practice - Highlight any technology-specific or domain-specific considerations 3. **Deliver Actionable Guidance**: - Present findings in a structured, easy-to-implement format - Include code examples or templates when relevant - Provide links to authoritative sources for deeper exploration - Suggest tools or resources that can help implement the practices ## Special Cases For GitHub issue best practices specifically, you will research: - Issue templates and their structure - Labeling conventions and categorization - Writing clear titles and descriptions - Providing reproducible examples - Community engagement practices ## Source Attribution Always cite your sources and indicate the authority level: - **Skill-based**: "The dhh-rails-style skill recommends..." (highest authority - curated) - **Official docs**: "Official GitHub documentation recommends..." - **Community**: "Many successful projects tend to..." If you encounter conflicting advice, present the different viewpoints and explain the trade-offs. Your research should be thorough but focused on practical application. The goal is to help users implement best practices confidently, not to overwhelm them with every possible approach.
Related Skills
security-best-practices
Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks.
react-best-practices
React/Next.js performance best practices from Vercel. Use when writing, reviewing, or refactoring React/Next.js code for performance, data fetching, or bundle size.
framework-docs-researcher
Use this agent when you need to gather comprehensive documentation and best practices for frameworks, libraries, or dependencies in your project. This includes fetching official documentation, exploring source code, identifying version-specific constraints, and understanding implementation patterns.
skill-creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
modular-skills-architect
Map and refactor an agent context ecosystem: skills, commands/workflows, hooks, agent files, AGENTS.md templates, and docs. Output system map, module/dependency design, Register updates, and a concrete split/consolidate/rename/delete plan. Use when routing or ownership is messy.
heal-skill
This skill should be used when fixing incorrect SKILL.md files with outdated instructions or APIs.
create-agent-skills
Expert guidance for creating, writing, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure and best practices.
agent-native-audit
Comprehensive agent-native architecture audit with scored principles and multi-slice review. Use for system-wide health checks or periodic audits.
write-judge-prompt
Design LLM-as-Judge evaluators for subjective criteria that code-based checks cannot handle. Use when a failure mode requires interpretation (tone, faithfulness, relevance, completeness). Do NOT use when the failure mode can be checked with code (regex, schema validation, execution tests). Do NOT use when you need to validate or calibrate the judge — use validate-evaluator instead.
validate-evaluator
Calibrate an LLM judge against human labels using data splits, TPR/TNR, and bias correction. Use after writing a judge prompt (write-judge-prompt) when you need to verify alignment before trusting its outputs. Do NOT use for code-based evaluators (those are deterministic; test with standard unit tests).
generate-synthetic-data
Create diverse synthetic test inputs for LLM pipeline evaluation using dimension-based tuple generation. Use when bootstrapping an eval dataset, when real user data is sparse, or when stress-testing specific failure hypotheses. Do NOT use when you already have 100+ representative real traces (use stratified sampling instead), or when the task is collecting production logs.
evaluate-rag
Guides evaluation of RAG pipeline retrieval and generation quality. Use when evaluating a retrieval-augmented generation system, measuring retrieval quality, assessing generation faithfulness or relevance, generating synthetic QA pairs for retrieval testing, or optimizing chunking strategies.