read-docs

A specialized skill for exploring and retrieving accurate, clean content from documentation websites built with Fumadocs.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "read-docs" with this command: npx skills add fuma-nama/fumadocs/fuma-nama-fumadocs-read-docs

A specialized skill for exploring and retrieving accurate, clean content from documentation websites built with Fumadocs.

Fumadocs-powered sites typically expose three LLM-friendly features:

Page Discovery via llms.txt

The site provides a plain-text file at the root URL: /llms.txt .

This file contains a complete list of crawlable routes (one per line), often with comments or metadata indicating which paths are documentation pages.

Raw MDX Content for Docs Pages

Any documentation page under /docs/ (or similar documentation root) can be retrieved in its raw MDX source format by appending .mdx to the path.

Example:

This returns clean Markdown/MDX without navigation, headers, footers, or client-side HTML noise.

Search API

The site exposes a JSON search endpoint:

GET /api/search?query= It returns structured results (usually an array of objects with title, excerpt, URL, and sometimes hierarchy).

When a user query involves a library, tool, framework, or project whose official documentation is hosted on a Fumadocs site:

  • First, confirm it is Fumadocs-powered (user confirmation, known projects, or successfully fetching /llms.txt ).

  • Fetch /llms.txt to obtain the full list of available pages.

  • When retrieving the content of a specific docs page, always prefer the .mdx version.

  • When the user needs to find something (keyword, feature, concept), use the /api/search endpoint with a precise query.

  • Parse and reason over the raw MDX or JSON results to provide accurate, up-to-date answers.

  • Cite the exact source URL (prefer the original rendered URL for user readability, but base your understanding on the raw version).

Prioritize these endpoints over scraping rendered HTML to minimize noise and maximize accuracy.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

read-docs

No summary provided by upstream source.

Repository SourceNeeds Review
General

Xiaohongshu Post (Browser Auto)

Create and publish Xiaohongshu (小红书/RED) notes. Use when: user wants to publish a note to Xiaohongshu, schedule or batch post content, generate Xiaohongshu-s...

Registry SourceRecently Updated
General

Jsonlint

JSON validator, formatter, and toolkit. Validate JSON files for syntax errors, pretty-print with customizable indentation, minify for production, extract val...

Registry SourceRecently Updated
General

Unitconv

Unit converter for length, weight, temperature, volume, speed, and data sizes. Convert between metric and imperial units, Celsius and Fahrenheit, bytes and g...

Registry SourceRecently Updated