Docs for LLMs
이 콘텐츠는 아직 번역되지 않았습니다.
llms.txt
Section titled “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
Section titled “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