ワンクリックで
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.