# Send Shadcn/Ui Complete Documentation to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "lb-shadcn-ui-skill",
    "name": "Shadcn/Ui Complete Documentation",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/leonaaardob/lb-shadcn-ui-skill",
    "canonicalUrl": "https://clawhub.ai/leonaaardob/lb-shadcn-ui-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/lb-shadcn-ui-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lb-shadcn-ui-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "docs/(root)/blocks.mdx",
      "docs/(root)/cli.mdx",
      "docs/(root)/components-json.mdx",
      "docs/(root)/directory.mdx"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/lb-shadcn-ui-skill"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/lb-shadcn-ui-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/lb-shadcn-ui-skill",
    "agentUrl": "https://openagent3.xyz/skills/lb-shadcn-ui-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lb-shadcn-ui-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lb-shadcn-ui-skill/agent.md"
  }
}
```
## Documentation

### shadcn/ui Documentation

Complete shadcn/ui documentation extracted from the official shadcn/ui repository.

### Contents

This skill includes 201 MDX files (1.4MB) covering:

### Getting Started

Installation - Setup for Next.js, Vite, Remix, Astro, Laravel, Gatsby, React Router, Tanstack Router
CLI - shadcn/ui CLI commands and usage
Components JSON - Configuration and customization
Theming - CSS variables, dark mode, theme customization
Typography - Font setup and typography utilities

### Components (50+)

Accordion - Collapsible content sections
Alert - Contextual feedback messages
Avatar - User profile images
Badge - Status indicators
Button - Interactive buttons with variants
Calendar - Date picker and calendar views
Card - Content containers
Checkbox - Selection controls
Combobox - Searchable select
Command - Command palette
Context Menu - Right-click menus
Data Table - Sortable, filterable tables
Date Picker - Date selection
Dialog - Modal dialogs
Drawer - Slide-out panels
Dropdown Menu - Action menus
Form - Form components with validation
Hover Card - Hoverable content cards
Input - Text inputs
Label - Form labels
Menubar - Application menu bar
Navigation Menu - Site navigation
Pagination - Page navigation
Popover - Floating content
Progress - Progress indicators
Radio Group - Radio button groups
Resizable - Resizable panels
Scroll Area - Custom scrollbars
Select - Dropdown selects
Separator - Visual dividers
Sheet - Slide-over panels
Skeleton - Loading placeholders
Slider - Range inputs
Switch - Toggle switches
Table - Data tables
Tabs - Tabbed interfaces
Textarea - Multi-line text inputs
Toast - Toast notifications
Toggle - Toggle buttons
Tooltip - Contextual hints
And many more...

### Advanced Features

Charts - Recharts integration (Area, Bar, Line, Pie, Radar, Radial)
Forms - React Hook Form, Tanstack Form, Zod integration
Data Tables - Advanced table patterns
Dark Mode - Theme switching
Figma - Design system integration
Icons - Icon libraries (Lucide, Radix Icons)

### Framework Integration

Next.js - App Router, Pages Router
Vite - React + Vite setup
Remix - Remix integration
Astro - Astro integration
Laravel - Inertia.js + Laravel
Gatsby - Gatsby integration
React Router - React Router v7
Tanstack Router - Tanstack Router integration

### Registry & Distribution

Registry - Component registry system
Custom Registry - Build your own component registry
Namespace - Custom namespaces
Authentication - Registry authentication
MCP - Model Context Protocol integration

### Developer Resources

Changelog - Version history and updates
About - Project philosophy and principles
FAQ - Frequently asked questions
CLI Reference - Complete CLI documentation
RTL Support - Right-to-left language support

### Usage

This skill provides comprehensive documentation for:

Component Installation - Adding components to your project
Customization - Theming, styling, and variants
Framework Setup - Integration with Next.js, Vite, Remix, etc.
Forms & Validation - React Hook Form + Zod patterns
Charts & Data - Recharts integration
Design System - Building custom design systems
Accessibility - WCAG-compliant components

### Philosophy

shadcn/ui is not a component library. It's a collection of re-usable components that you can copy and paste into your apps.

Key Benefits:

Own the code - Components are copied to your project
Customizable - Full control over styling and behavior
Accessible - Built on Radix UI primitives
Themeable - CSS variables for easy theming
Framework agnostic - Works with any React framework

### File Structure

docs/
├── installation/        # Framework-specific setup guides
├── components/          # Component documentation (50+)
├── charts/              # Chart components (Recharts)
├── forms/               # Form integration guides
├── cli.mdx              # CLI reference
├── components-json.mdx  # Configuration reference
├── theming.mdx          # Theming guide
├── dark-mode.mdx        # Dark mode implementation
├── typography.mdx       # Typography setup
├── changelog.mdx        # Version history
├── about.mdx            # Project philosophy
├── figma.mdx            # Figma integration
└── registry/            # Registry documentation

### Documentation Source

Official shadcn/ui documentation extracted from:

Repository: https://github.com/shadcn-ui/ui
Website: https://ui.shadcn.com
Last Updated: 2026-02-07

### License

Documentation content © shadcn. Used for educational purposes under fair use.
Skill package © OpenClaw Community, MIT License.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: leonaaardob
- Version: 0.1.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/lb-shadcn-ui-skill)
- [Send to Agent page](https://openagent3.xyz/skills/lb-shadcn-ui-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/lb-shadcn-ui-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/lb-shadcn-ui-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/lb-shadcn-ui-skill)