一键导入
llmstxt-doc-parsing
Rapidly ingest documentation via the /llms.txt standard to gain "fast-track" understanding of libraries without scraping entire sites.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Rapidly ingest documentation via the /llms.txt standard to gain "fast-track" understanding of libraries without scraping entire sites.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
A QA gate that validates potentially destructive or irreversible actions before execution.
Detect and prevent state-visibility violations across execution contexts within a single transaction.
Convert mixed terminal output and instructions into safe, paste-ready command blocks.
Prepares isolated sub-workspaces for parallel agent execution. Copies context and generates specific mission instructions for "Worker" agents.
Structured logging and analysis of execution failures to prevent recurrence.
Detects when the agent is stuck in a reasoning loop or unproductive state by analyzing tool usage and sentiment patterns.
| name | llms.txt & Doc Parsing |
| description | Rapidly ingest documentation via the /llms.txt standard to gain "fast-track" understanding of libraries without scraping entire sites. |
| version | 1.0.0 |
| author | Antigravity Skills Library |
| created | "2026-01-16T00:00:00.000Z" |
| leverage_score | 5/5 |
Executes "Rapid Documentation Mastery" by locating and consuming the llms.txt file from a documentation site. This file provides a curated map of markdown files optimized for LLM consumption, allowing the agent to instantly master a framework or API.
read docs for <url>ingest llms.txtlearn <library> fastparse documentation| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
--url | string | Yes | - | Base URL of the project documentation (e.g., https://docs.example.com) |
--output-dir | string | No | .docs | Directory to save ingested documentation |
--max-files | int | No | 10 | Limit number of referenced files to fetch |
Metdata about what was ingested:
{
"source_url": "https://docs.example.com/llms.txt",
"project_name": "Example Lib",
"ingested_files": [
{ "path": "overview.md", "tokens": 1200 },
{ "path": "api-reference.md", "tokens": 4500 }
],
"total_tokens": 5700
}
A single, optimized markdown file containing the "fast-track" documentation content defined in llms.txt.
/llms.txt file (or user must provide direct link).url/llms.txt and url/llms-full.txt.llms.txt format:
# Project Name
> Project Description
- [Title](link) - Description
- [API](link) - Main API docs
CONSOLIDATED_KNOWLEDGE.md.Agent Workflow:
.\skills\08_llmstxt_doc_parsing\fetch_docs.ps1 -Url "https://generic-web3.io"CONSOLIDATED_KNOWLEDGE.md