Docs for LLMs
These tools are meant to help AI agents and LLMs apply Feature-Sliced Design concepts more effectively. However, all final architectural decisions must be made by human developers.
llms.txt
llms.txt provides LLM-friendly information about a website. It helps large language models understand and use site content more accurately.
This site offers the following files:
- llms.txt — lists available documentation sets
- llms-small.txt — a compact version of the Feature-Sliced Design documentation, with non-essential content removed
- llms-full.txt — the complete Feature-Sliced Design documentation
All files are served from the site root (/) regardless of the current page path. In deployments with a non-root base URL (e.g. /documentation/), links are automatically adjusted with the correct prefix.
Skills
Skills are reusable instruction packages designed for AI coding agents (Codex, Claude Code, OpenCode, and others). Unlike static llms.txt files, a Skill can be installed directly into your project and activated when relevant.
- Feature-Sliced Design Skill — an official, community-driven Skill based on the official FSD documentation.
You can install the Skill using skills CLI:
npx skills add https://github.com/feature-sliced/skills --skill feature-sliced-design