shadcn

Validate shadcn Skill Units by inspecting SKILL.md frontmatter and root structure.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Deadpool042/Creatyss --skill shadcn-deadpool042
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shadcn
Source: https://github.com/Deadpool042/Creatyss/tree/main/.agents/skills/shadcn
Command: npx skills add https://github.com/Deadpool042/Creatyss --skill shadcn-deadpool042

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Shadcn skill units are scattered across the repository and lack a consistent metadata contract; this skill identifies valid Skill Units by checking for a root SKILL.md with required frontmatter and documents their structure.

Core Features & Use Cases

  • Validates the presence and structure of SKILL.md (name and description) and recognizes optional resources (scripts/, references/, assets/).
  • Generates metadata fields (name, tagline, description, request, complexity, category, keywords, dependencies, components, toxicity) to support discovery, search, and auditing of Skill Units.
  • Performs safety checks (toxicity) and flags potential risks, enabling governance over Skill Unit assets and tooling integration.

Quick Start

Use the shadcn Skill Unit metadata workflow on the repository to surface metadata for each Skill Unit.

Frequently Asked Questions about shadcn

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

FAQPage Schema
How do I validate shadcn/ui component metadata across a repository?

To validate shadcn/ui component metadata, inspect the SKILL.md frontmatter for required name and description fields. This skill automates repository-wide validation, verifying root structures and optional resource directories to ensure consistent metadata contracts.

What is a shadcn Skill Unit and how does its structure work?

A shadcn Skill Unit is a component package requiring a root SKILL.md file with name and description frontmatter. Its structure recognizes optional resource directories like scripts, references, and assets to support automated tooling and discovery.

Can I audit shadcn/ui components for safety and toxicity risks?

Yes, you can audit shadcn/ui components for safety risks by applying toxicity assessments. This skill performs safety checks during metadata extraction to flag potential risks, enabling governance over component assets and tooling integration.

How do I extract metadata for shadcn/ui components to improve search and discovery?

Extract metadata for shadcn/ui components by applying this skill across the repository to compile fields like name, tagline, complexity, category, and keywords. This generates structured metadata to support search, auditing, and automated discovery.

Does shadcn Skill Unit validation require external dependencies?

No, shadcn Skill Unit validation does not require external dependencies. It inspects repository root structures and SKILL.md frontmatter directly to validate the component contract without needing additional packages or libraries.