一键导入
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | update-llms-text |
| description | 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. |
| disable-model-invocation | true |
| argument-hint | [action or description of changes] |
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:
If not provided, ask for the target section and links to add.
For each link provided:
Load and analyze its source file to identify its title and determine an appropriate description.
Append the link to the specified section, matching the existing Markdown-based format:
- [Title](URL): Description.
When asked to correct information:
When asked to review the file:
- [Title](URL): Description.Add or update a dart_mappable data model in lib/src/models/content/, including adding format validation, regenerating code, and adding tests. Use when adding a new content type or modifying an existing model's fields.
Extracts a part of a website and converts it to a Jaspr component. Use when you need to migrate a part of a website to Jaspr.
Extracts YouTube transcripts and generates professional Flutter showcase blog posts in Markdown format. Use when you need to create a technical marketing case study from a video success story.
Proofreads Markdown files against Google guidelines.
Stages the Flutter site locally. This includes checking for broken links, verifying excerpts, updating formatting, and serving the dev site.