flutter/update-llms-text
Update and maintain the llms.txt file. Use when the user wants to add sections, add links, correct information, or review the llms.txt file.
npx skills add https://github.com/flutter/website --skill update-llms-text
Update sites/docs/src/content/llms.txt, a curated resource list that
helps LLMs understand the Flutter framework.
Always start by reading the existing sites/docs/src/content/llms.txt to
understand the current structure and content before making changes.
Based on the user-provided action, perform one of the following tasks:
When asked to add a new section:
When asked to add new links to an existing section:
determine an appropriate description.
matching the existing Markdown-based format:
- [Title](URL): Description.
When asked to correct information:
When asked to review the file:
spelling and grammar errors, and general opportunities for improvement.
don't make changes without approval.
- Title: Description.Take flutter/update-llms-text from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.