一键导入
generate-llms-txt
Generate llms.txt and llms-full.txt files for LLM-friendly documentation access.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate llms.txt and llms-full.txt files for LLM-friendly documentation access.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate or regenerate Waldur changelog entries. Use for release documentation or fixing changelog issues.
Add new documentation to Waldur docs. Use when creating new markdown files, adding guides, or documenting features.
Run quality assurance checks on Waldur documentation. Use before committing changes or when validating the build.
Sync documentation from external Waldur repositories. Use when updating externally-sourced docs or checking sync status.
| name | generate-llms-txt |
| description | Generate llms.txt and llms-full.txt files for LLM-friendly documentation access. |
| disable-model-invocation | true |
Generate llms.txt files following the llmstxt.org standard.
| File | Purpose | Size |
|---|---|---|
docs/llms.txt | Curated navigation index (manual) | ~6 KB |
docs/llms-full.txt | Complete documentation (generated) | ~2.2 MB |
# Generate llms-full.txt
python3 scripts/generate-llms-txt.py
# Show statistics only
python3 scripts/generate-llms-txt.py --stats-only
# Skip full file generation
python3 scripts/generate-llms-txt.py --no-full
The docs/llms.txt file is manually curated. When adding major new documentation:
docs/llms.txt directly## Section Name
- [Link Title](https://docs.waldur.com/path/): Description of content
docs/api-reference/** - 270+ auto-generated API filesdocs/integrator-guide/APIs/api-changes/** - 50+ version diff filesThe llms-full.txt generation runs automatically:
See docs/about/llms-txt.md for user-facing documentation about using llms.txt with AI assistants.