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

Dingding

钉钉开放平台开发助手,精通机器人、审批流程、日程管理等企业 API

Registry SourceRecently Updated
General

Takeout Coupon 外卖优惠券隐藏券大额券,美团、京东、闪购/饿了么

调用外卖优惠券API获取各平台(美团、淘宝闪购/饿了么、京东)的隐藏外卖券列表及聚合领券页面。返回优惠券代码和领取说明,用户可复制优惠码到对应APP领取。

Registry SourceRecently Updated