skeleton-docs

Fetch Skeleton UI documentation from skeleton.dev for styling and migration guidance.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/dimitri-vs/elevate-agent-skills --skill skeleton-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skeleton-docs
Source: https://github.com/dimitri-vs/elevate-agent-skills/tree/main/skeleton
Command: npx skills add https://github.com/dimitri-vs/elevate-agent-skills --skill skeleton-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about skeleton-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix Skeleton UI styling and component customization issues in Svelte?

Fix Skeleton UI styling issues by fetching the correct official documentation from skeleton.dev to retrieve accurate guidance on component customization, required Tailwind forms plugin setup, and platform rendering quirks for inputs.

How do I migrate Skeleton UI from v3 to v4 in Svelte?

Migrate Skeleton UI from v3 to v4 by retrieving the official migration documentation covering utility class behavior changes and version-specific gotchas, ensuring your Svelte dashboard components follow the updated Tailwind CSS patterns.

What is the best way to apply light and dark theming to Skeleton UI components?

Apply light and dark theming to Skeleton UI components by using Skeleton preset classes instead of hand-rolled color variants, ensuring consistent card and background styling across your Svelte application.

Why does my Skeleton UI input component render incorrectly on different platforms?

Skeleton UI inputs may render incorrectly due to platform rendering quirks and missing Tailwind forms plugin setup; fetch the official skeleton.dev docs to verify correct component configuration and preset class usage.

Do I need the Tailwind forms plugin to use Skeleton UI components in Svelte?

The Tailwind forms plugin is required for proper Skeleton UI component rendering, particularly for inputs, and the official skeleton.dev documentation details the necessary setup and best-practice preset usage rules.

Can I use Skeleton UI documentation lookup to build Svelte dashboards without guessing URLs?

Skeleton UI documentation lookup resolves implementation uncertainty by locating matching docs paths from a provided index and fetching the latest markdown from skeleton.dev, eliminating URL guessing when building Svelte dashboards.