smithery/4t145

skeleton-ui

How to use skeleton-ui in frontend development

Installation

$ npx skills add smithery/4t145 --skill skeleton-ui

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/4t145.

npx skills add smithery/4t145

Browse all from smithery/4t145

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 748 B
  • docs SUMMARY.md 65 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Purpose

Create and style components using Skeleton UI framework with proper preset classes.

Prerequisites

Guidelines

  • Use preset classes (e.g., bg-primary-500) instead of variant-*
  • Ensure dark mode compatibility
  • Follow Skeleton's spacing and typography system

Example Usage

When user requests: "Create a card component with avatar" → Look up Card and Avatar components from Skeleton docs → Generate TypeScript component with proper props → Apply theme-aware styling → Include accessibility attributes