Ejecuta cualquier Skill en Manus
con un clic
con un clic
Ejecuta cualquier Skill en Manus con un clic
Comenzar$pwd:
$ git log --oneline --stat
stars:3
forks:1
updated:12 de marzo de 2026, 06:14
Explorador de archivos
SKILL.md
[HINT] Descarga el directorio completo de la habilidad incluyendo SKILL.md y todos los archivos relacionados
| name | llms-skills |
| description | llms.txt 文件标准规范 - 遵循 llmstxt.org 定义的格式标准,生成符合规范的 LLM 友好文档 |
| user-invocable | true |
| context | fork |
| model | sonnet |
| memory | project |
| 文档 | 内容 | 适用场景 |
|---|---|---|
| SKILL.md | 核心理念、标准格式、验证清单 | 快速入门 |
| format/file-structure.md | 文件结构、链接格式、完整示例 | 编写 llms.txt |
| format/validation.md | 验证规则、错误检查、最佳实践 | 质量保证 |
llms.txt 是为 LLM 优化的项目文档,提供简洁、结构化的信息,帮助 LLM 快速理解项目。
三个原则:
# 项目名称
> 项目简短摘要
项目详细信息
## Docs
- [文档标题](文档路径): 文档描述
## Examples
- [示例标题](示例路径): 示例描述
## Optional
- [可选内容](URL): 可选描述
[name](url): description- [API 文档](docs/api.md): API 参考
- [外部文档](https://example.com/docs): 外部资源
# FastHTML
> FastHTML is a python library which brings together Starlette, Uvicorn, HTMX, and fastcore's `FT` "FastTags" into a library for creating server-rendered hypermedia applications.
Important notes:
- Although parts of its API are inspired by FastAPI, it is _not_ compatible with FastAPI syntax
- FastHTML is compatible with JS-native web components and any vanilla JS library
## Docs
- [FastHTML quick start](https://fastht.ml/docs/tutorials/quickstart_for_web_devs.html.md): A brief overview of many FastHTML features
- [HTMX reference](https://github.com/bigskysoftware/htmx/blob/master/www/content/reference.md): Brief description of all HTMX attributes
## Examples
- [Todo list application](https://github.com/AnswerDotAI/fasthtml/blob/main/examples/adv_app.py): Detailed walk-thru of a complete CRUD app
## Optional
- [Starlette full documentation](https://gist.githubusercontent.com/.../starlette-sml.md): A subset of the Starlette documentation
llms.txt(小写)# 项目名称)> 项目简短摘要)[标题](路径): 描述# 和 ##(不使用 ###)