You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentations include demos, code samples, screenshots, [Storybook](https://livecodes.io/stories) and [TypeScript types](https://livecodes.io/docs/sdk/js-ts#typescript-types).
220
221
222
+
See below for documentations for [contributors](#contribution) and [AI models](#for-ai-agents).
223
+
221
224
## Updates
222
225
223
226
Keep up with the latest changes:
@@ -246,13 +249,26 @@ Please refer to the [contribution guide](https://github.com/live-codes/livecodes
246
249
247
250
## For AI Agents
248
251
252
+
### llms.txt
253
+
254
+
For developers working with AI agents and language models, we provide specialized documentation files following the [llms.txt specification](https://llmstxt.org/):
255
+
256
+
-[llms.txt](https://livecodes.io/docs/llms.txt) - Concise documentation optimized for LLM context windows
257
+
-[llms-full.txt](https://livecodes.io/docs/llms-full.txt) - Comprehensive documentation including all referenced URLs
258
+
259
+
These files provide LLM-friendly content in a standardized format, helping language models understand and work with LiveCodes documentation. The format is designed to be both human and LLM readable.
260
+
261
+
### Intent Skills
262
+
249
263
If you use an AI coding agent, run:
250
264
251
265
```bash
252
266
npx @tanstack/intent@latest install
253
267
```
254
268
255
-
This loads the Intent skills for LiveCodes. See [skills/livecodes/SKILL.md](https://github.com/live-codes/livecodes/blob/HEAD/skills/livecodes/SKILL.md) for the skill index.
269
+
This loads the Intent skills for LiveCodes SDK. See [skills/livecodes/SKILL.md](https://github.com/live-codes/livecodes/blob/HEAD/skills/livecodes/SKILL.md) for the skill index.
270
+
271
+
### System Documentation
256
272
257
273
For internal architecture and system documentation, see [docs/docs/contribution/](https://github.com/live-codes/livecodes/blob/HEAD/docs/docs/contribution/README.md).
258
274
@@ -334,7 +350,7 @@ Packages used by LiveCodes and their licenses are [listed here](https://github.c
0 commit comments