agentcn: Skill for Claude Code

.agents/skills/launch-shadcn-registry/SKILL.md

launch-shadcn-registry is a skill for Claude Code, Codex from shadcn-labs/agentcn. It costs 156 tokens per session (2,147 once invoked), scanned A, original, MIT.

A set of instructions for launching a custom shadcn/ui registry. A registry is a published collection of reusable user-interface components that developers can add to their projects.

In plain words
What is it for?
Use it to validate a registry, prepare directory listings and pull requests, and draft announcements for Reddit, X, Dev.to, and Hacker News.
Why use it?
It organizes the checks, directory submissions, and announcement drafts needed to make a registry discoverable in several places.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is shadcn-labs/agentcn's own configuration. It tells Claude Code and Codex how to work on agentcn itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything agentcn configures →

Reuse

Borrowing it

Nothing to install: this file belongs to shadcn-labs/agentcn. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/shadcn-labs/agentcn/main/.agents/skills/launch-shadcn-registry/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/shadcn-labs/agentcn

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for launch-shadcn-registry

README.md
[![agentmods](https://agentmods.dev/badge/skills/shadcn-labs/agentcn/launch-shadcn-registry/github.svg)](https://agentmods.dev/skills/shadcn-labs/agentcn/launch-shadcn-registry)
Your own site
<a href="https://agentmods.dev/skills/shadcn-labs/agentcn/launch-shadcn-registry"><img src="https://agentmods.dev/badge/skills/shadcn-labs/agentcn/launch-shadcn-registry/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for launch-shadcn-registry

Your own site · 80×15
<a href="https://agentmods.dev/skills/shadcn-labs/agentcn/launch-shadcn-registry"><img src="https://agentmods.dev/badge/skills/shadcn-labs/agentcn/launch-shadcn-registry.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 156 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,147 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 39
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 128
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00156 $0.02147
Opus 5 $0.00078 $0.01073
Sonnet 5 $0.00031 $0.00429
Haiku 4.5 $0.00016 $0.00215

Measured 11d ago against content hash 32408cb2c9b6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

launch-shadcn-registry scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate-registry.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

compatibility: Requires network access, curl, gh (GitHub CLI), and git. User must be authenticated with gh for PR creation.
.agents/skills/launch-shadcn-registry/SKILL.md · 193 lines

How it starts

The opening of the file, as written. The whole thing — 193 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Launch shadcn Registry

Orchestrate listing and announcing a custom shadcn/ui registry across official and community directories, then draft platform-specific social posts.

Before You Start

Confirm the user wants a full launch or a subset (e.g. official directory only, or social drafts only). Default to the full workflow unless they narrow scope.

Collect or infer a registry profile. If missing fields, ask before generating artifacts. Use templates/registry-profile.example.json as the shape; validate against templates/registry-profile.schema.json.

Required profile fields:

Field Purpose
scope Registry scope, e.g. @ogimagecn
name Display name
homepage Marketing/docs URL
registryBaseUrl Base URL for JSON files (no trailing slash)
componentUrlPattern URL pattern with {name} placeholder, e.g. https://example.com/r/{name}.json
description One sentence (≤160 chars) for directories
descriptionLong 2–3 sentences for awesome lists and social
githubUrl Source repo
githubUsername For avatar URLs and filenames
distribution open-source or premium
categories Tags for shadcntemplates / awesome lists
installExample e.g. npx shadcn@latest add @scope/component-name
logo Inline SVG string for official directory (optional but recommended)
registryIndexPath Path to registry index relative to registryBaseUrl, defaults to /registry.json (optional)
sampleComponents Array of component slugs to validate during preflight, e.g. ["og-image"] (optional)
features Bullet points for shadcntemplates and social posts (optional)

Workflow Overview

Copy this checklist and track progress:

Launch Progress:
- [ ] Phase 1: Preflight validation
- [ ] Phase 2: Generate directory artifacts
- [ ] Phase 3: Open GitHub PRs (user approval per PR)
- [ ] Phase 4: Draft social posts
- [ ] Phase 5: Post-launch follow-up

Read the full file on GitHub · 193 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 193 lines · 156 tokens per session scan A 32408cb2c9b6

Subscribe to this mod's changes

launch-shadcn-registry is a skill published in the GitHub repository shadcn-labs/agentcn (458 stars, last pushed 18d ago), licensed MIT. It adds 156 tokens to every session and 2,147 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

component-search

Search 21st.dev component registry for production-ready React components. Finds components by natural language description, filters by framework and style system, returns ranked results with install instructions. Use when looking for UI components, finding alternatives to existing components, or sourcing design system…

yonatangross/orchestkit · 57 tokens

shadcn-vue

Manages shadcn-vue components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn-vue, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for…

unovue/shadcn-vue · 97 tokens

web-animation-design

Design and implement web animations that feel natural and purposeful. Use this skill proactively whenever the user asks questions about animations, motion, easing, timing, duration, springs, transitions, or animation performance. This includes questions about how to animate specific UI elements, which easing to use…

vercel-labs/open-agents · 177 tokens

frontend-ui-dark-ts

Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.

microsoft/skills · 48 tokens

shadcn-ui-flutter

A comprehensive Flutter UI library inspired by shadcn/ui. Provides high-quality, customizable, and accessible components including Buttons, Cards, Forms, and more. Use this skill when building Flutter UIs, implementing design systems, or needing specific component usage examples.

nank1ro/flutter-shadcn-ui · 58 tokens

frontend-design-workflow

Workflow for frontend features, visual changes, and product design changes. Present mockup options before writing code, build against the project's design system, capture the right evidence type (screenshots vs video), and run a new-user usability review before finalizing. Use when building or changing UI, styling…

kirodotdev/KiroCrew · 75 tokens