factory-researcher

Gather and synthesize web documentation, GitHub examples, and technical blogs into structured JSON artifacts.

Updated Dec 2, 2025
One-click install
npx skills add https://github.com/m16khb/claude-integration --skill factory-researcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: factory-researcher
Source: https://github.com/m16khb/claude-integration/tree/main/plugins/automation-tools/skills/factory-researcher
Command: npx skills add https://github.com/m16khb/claude-integration --skill factory-researcher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill searches the web for authoritative documentation, GitHub examples, and industry best practices to inform concrete implementations.

Core Features & Use Cases

  • Official docs prioritization: Prefers official docs (e.g., Claude/AIP, product docs) before secondary sources.
  • Code examples extraction: Collects relevant code snippets and configuration patterns.
  • Quality assessment: Filters results by recency, clarity, and applicability.
  • Use Case: Research the best way to implement a NestJS integration pattern with Claude Code, then present a structured summary.

Quick Start

Search for "NestJS integration with Claude Code" and extract installation steps, configuration examples, and common pitfalls.

Frequently Asked Questions about factory-researcher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I gather code examples and best practices from official documentation?

Official documentation research extracts authoritative patterns by prioritizing vendor docs, GitHub repositories, and technical blogs. This Skill synthesizes those sources into structured JSON with installation commands, configuration examples, API usage patterns, and code snippets tagged by language and source for immediate implementation.

What's the best way to find configuration examples for a specific framework or library?

Web-based research targeting official docs and GitHub examples surfaces configuration patterns for frameworks like NestJS. The Skill filters by recency and clarity, then outputs structured findings including setup steps, common pitfalls, and validated code snippets organized by use case.

Can I extract installation commands and setup instructions from multiple sources at once?

Yes. This Skill gathers installation steps, dependency specifications, and environment setup from official documentation and community repositories in a single research pass, then consolidates results into a JSON artifact with sources cited and installation details organized by platform.

How do I identify common issues and workarounds for a technology I'm implementing?

Technical blog content and GitHub issue discussions reveal known limitations and solutions. The Skill synthesizes these into a common_issues section within structured output, pairing problems with documented workarounds and linking to authoritative sources.

What does a structured research output include?

Research output is valid JSON containing sources (with URLs and recency metadata), key_findings (patterns and applicability notes), and code_examples organized by category: installation, configuration, best_practices, and common_issues, each with language tags and source attribution.