shadcn

Scan directories for SKILL.md files and extract metadata with safety checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill unit analysis identifies and validates Skill Units by requiring a root SKILL.md with YAML frontmatter containing name and description. It ensures structured discovery and safe loading of operational instructions.

Core Features & Use Cases

  • Detect valid Skill Units by locating SKILL.md at the root of each directory and parsing its frontmatter.
  • Generate structured metadata including name, tagline, dependencies, and safety checks, with optional resources discovery for scripts/references/assets.
  • Produce toxicity evaluation to flag unsafe scripts or prompt-injection risks and surface actionable remediation examples.

Quick Start

Run a discovery pass to identify valid Skill Units by locating SKILL.md and extracting metadata.

Frequently Asked Questions about shadcn

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

FAQPage Schema
How do I validate SKILL.md frontmatter for prompt injection risks?

Validate SKILL.md frontmatter by scanning root directories to extract YAML metadata and assess safety. The tool flags toxic content, evaluates prompt injection risks in the body, and returns a rationale if malicious content is detected.

What is the best way to discover valid Skill Units in a repository?

Discover valid Skill Units by running a scan to locate SKILL.md files at the root of each directory. The tool parses YAML frontmatter to extract the name and description, ensuring structured discovery of operational instructions.

How do I extract dependencies and components from SKILL.md metadata?

Extract dependencies and components by parsing the YAML frontmatter of valid SKILL.md files. The tool generates structured metadata including optional resources like scripts, references, and assets used by the Skill.

Can I check for malicious scripts in Skill Unit frontmatter?

Check for malicious scripts by evaluating frontmatter and body content for prompt injections. The tool assesses safety and compliance, returning a toxic flag and actionable remediation rationale when unsafe content is found.

Why does my Skill Unit discovery fail when SKILL.md is missing?

Skill Unit discovery fails without a root SKILL.md file containing valid YAML frontmatter with a name and description. This file is required to identify and validate operational instructions for structured loading.

Do I need YAML frontmatter to generate structured metadata for Skill Units?

YAML frontmatter containing name and description is required to generate structured metadata. The tool relies on this frontmatter to validate Skill Units and extract dependencies, components, and optional resources.