بنقرة واحدة
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.