What problem does it solve?
Skeleton UI documentation can be hard to navigate and easy to misapply, especially when debugging styling, component usage, or version-specific migration issues.
Core Features & Use Cases
- Doc lookup as source of truth: Helps you find the correct Skeleton docs paths from the provided index instead of guessing URLs, then fetches the latest markdown from skeleton.dev for accurate guidance.
- Version and styling gotchas: Covers common failure modes such as v3→v4 utility class behavior, required Tailwind forms plugin setup, and platform rendering quirks for inputs.
- Best-practice application: Guides you to use Skeleton preset classes (instead of hand-rolled color/dark variants) to ensure correct light/dark theming and consistent card/background styling.
Quick Start
Ask an AI agent to use the skeleton-docs skill to fetch the Skeleton documentation for your specific Svelte UI component you are working on and summarize the exact patterns and pitfalls you should apply.