Docs for LLMs
This page provides links and guidance for LLM crawlers.
- Spec: https://llmstxt.org/
- Files are served from the site root, regardless of the current page path.
- In deployments with a non-root base URL (e.g.,
/documentation/), the links above are automatically prefixed.
AI Skills
Section titled “AI Skills”Skills are reusable instruction packages for AI coding agents. Unlike the static llms.txt files above, a Skill can be installed in your project and used when relevant.
- Feature-Sliced Design Skill — A community-maintained Skill based on the official FSD documentation, available for agents that support the Skills standard.
npx skills add https://github.com/feature-sliced/skills --skill feature-sliced-designThese resources can help AI systems apply FSD concepts more effectively, but final architectural and design decisions should still be made by your team in the context of your project.