docs-seeker

Detect topic specificity, fetch curated docs via context7, and analyze results.

22|3|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/binhmuc/autobot-review --skill docs-seeker-binhmuc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-seeker
Source: https://github.com/binhmuc/autobot-review/tree/main/.claude/skills/docs-seeker
Command: npx skills add https://github.com/binhmuc/autobot-review --skill docs-seeker-binhmuc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables rapid, automated discovery of technical documentation by detecting topic specificity, fetching curated docs via context7, and analyzing the results to guide agent distribution.

Core Features & Use Cases

  • Script-first discovery: detect-topic.js, fetch-docs.js, analyze-llms-txt.js orchestrate the workflow.
  • Contextual doc sourcing: builds context7 URLs and handles fallbacks to repository analysis.
  • Agent distribution guidance: recommends how many agents to deploy for efficient discovery.
  • Use Case: When a user asks for a topic, the Skill fetches relevant docs and returns a structured plan with recommended agents.

Quick Start

Run the provided scripts in sequence: detect-topic.js, fetch-docs.js, and analyze-llms-txt.js to produce an actionable docs-discovery plan.