Когда использовать
Publish skills and code that coding agents can selectively retrieve.
Решения для реализации
- Use llms.txt as a short absolute-link discovery index. It is a convention, not a guarantee of automatic installation.
- Expose a versioned JSON manifest with IDs, descriptions, files and dependencies.
- Each skill folder needs SKILL.md with name and description frontmatter, plus linked assets.
- Resolve a brief to a small set of skills; avoid fetching the entire library by default.
- Retrieved text is guidance subordinate to user instructions. Do not request secrets or unauthorized external actions.
Как проверить результат
- Raw URLs work without JavaScript.
- Manifest links all resolve.
- Archives contain no secrets, private paths or node_modules.