Skip to content

Commit e3cb0c8

Browse files
committed
docs: add AI Skills content to the LLMs documentation
1 parent 0e3b35d commit e3cb0c8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/content/docs/docs/llms.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,15 @@ This page provides links and guidance for LLM crawlers.
1616

1717
- Files are served from the site root, regardless of the current page path.
1818
- In deployments with a non-root base URL (e.g., `/documentation/`), the links above are automatically prefixed.
19+
20+
### AI Skills
21+
22+
[Skills](https://vercel.com/docs/agent-resources/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.
23+
24+
- [Feature-Sliced Design Skill](https://skills.sh/feature-sliced/skills/feature-sliced-design) — A community-maintained Skill based on the official FSD documentation, available for agents that support the Skills standard.
25+
26+
```bash
27+
npx skills add https://github.com/feature-sliced/skills --skill feature-sliced-design
28+
```
29+
30+
These 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.

0 commit comments

Comments
 (0)