원클릭으로
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.