Svelte Documentation Lookup
SkillDocs & knowledgeLets your agent look up official Svelte, SvelteKit, and Svelte CLI documentation.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Svelte Documentation Lookup skill
About this capability
Look up official Svelte, SvelteKit, and Svelte CLI documentation.
What this skill tells your AI
The instructions your AI receives, as published by chattocorp/chatto in .agents/skills/svelte-docs/SKILL.md and read by ahel’s review.
Look up Svelte, SvelteKit, and Svelte CLI documentation from the official LLM-optimized docs at svelte.dev.
Instructions
-
Start with compressed documentation to minimize context usage:
Fetch
https://svelte.dev/llms-small.txtusing the WebFetch tool. -
If the answer is unclear or more detail is needed, escalate to medium docs:
Fetch
https://svelte.dev/llms-medium.txt -
For comprehensive reference (only when necessary):
Fetch
https://svelte.dev/llms-full.txt
Package-Specific Documentation
When you know the question is about a specific package, use targeted docs:
- Svelte only:
https://svelte.dev/docs/svelte/llms-small.txtorhttps://svelte.dev/docs/svelte/llms.txt - SvelteKit only:
https://svelte.dev/docs/kit/llms-small.txtorhttps://svelte.dev/docs/kit/llms.txt - CLI only:
https://svelte.dev/docs/cli/llms.txt
Using WebFetch
When fetching documentation, use a prompt that extracts the relevant information:
WebFetch url: https://svelte.dev/llms-small.txt
prompt: "Find information about [topic]. Extract relevant code examples and explanations."
Arguments: $ARGUMENTS
If arguments are provided, interpret them as:
svelte- Fetch only Svelte docs (not SvelteKit)kitorsveltekit- Fetch only SvelteKit docscli- Fetch only CLI docsfull- Skip to full documentation immediatelymedium- Start with medium documentation- Any other text - Use as the search topic with the default progressive strategy
Signals
- GitHub stars
- 3k
- Forks
- 121
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
svelte-docs- Source
- github.com/chattocorp/chatto