Agents-Anywhere: Skill for Claude Code

.agents/skills/shadcn/SKILL.md

shadcn is a skill for Claude Code, Codex from anywhere-labs/Agents-Anywhere. It costs 94 tokens per session (4,866 once invoked), scanned A, original, no licence file.

A tool for managing shadcn/ui components, a set of reusable interface building blocks for web projects. It helps add, find, fix, style, and combine components, including chat interfaces.

In plain words
What is it for?
Use it to add or search components, work with component registries and presets, and debug or style shadcn/ui projects.
Why use it?
It keeps component usage, project settings, and documentation together so you do not have to work them out from scratch.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is anywhere-labs/Agents-Anywhere's own configuration. It tells Claude Code and Codex how to work on Agents-Anywhere 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 Agents-Anywhere configures →

Reuse

Borrowing it

Nothing to install: this file belongs to anywhere-labs/Agents-Anywhere. 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/anywhere-labs/Agents-Anywhere/main/.agents/skills/shadcn/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/anywhere-labs/Agents-Anywhere

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 shadcn

README.md
[![agentmods](https://agentmods.dev/badge/skills/anywhere-labs/agents-anywhere/shadcn/github.svg)](https://agentmods.dev/skills/anywhere-labs/agents-anywhere/shadcn)
Your own site
<a href="https://agentmods.dev/skills/anywhere-labs/agents-anywhere/shadcn"><img src="https://agentmods.dev/badge/skills/anywhere-labs/agents-anywhere/shadcn/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 shadcn

Your own site · 80×15
<a href="https://agentmods.dev/skills/anywhere-labs/agents-anywhere/shadcn"><img src="https://agentmods.dev/badge/skills/anywhere-labs/agents-anywhere/shadcn.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,866 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00094 $0.04866
Opus 5 $0.00047 $0.02433
Sonnet 5 $0.00019 $0.00973
Haiku 4.5 $0.00009 $0.00487

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

Security

Grade A, and why

shadcn scanned grade A with 0 findings 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 today.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/shadcn/SKILL.md · 278 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. today First seen · 278 lines · 94 tokens per session scan A deba6c5152d9

Subscribe to this mod's changes

shadcn is a skill published in the GitHub repository anywhere-labs/Agents-Anywhere (710 stars, last pushed yesterday), with no licence file. It adds 94 tokens to every session and 4,866 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-10.

Related

Other skills, from other repositories

openkb-html-critic

Use to review a generated HTML deck or single-page artifact for visual quality and structural correctness. Especially good at catching CSS specificity bugs where slide-modifier classes (.divider, .center, .q, .flow etc.) accidentally override the base .slide{display:none} and cause one slide to stack on top of every…

VectifyAI/OpenKB · 132 tokens

apply-mantel-styles

Provides guidelines for applying Mantel's brand styles to diagrams and frontend components. Use when asked to create visuals that need to align with Mantel's branding.

sammcj/agentic-coding · 37 tokens

chat-formatting-widgets

Governs the custom markdown widgets rendered in the QuantumByte chat interface. This includes the inline highlight-mark span (use on every question the user must answer). You must check this skill on every reply to format highlights.

QuantumByteOSS/quantumbyte · 50 tokens

web-sprinkles

Build static multipage websites enhanced with small, self-contained ES modules — progressive enhancement, where every page is complete and usable with zero JavaScript and scripts only add behavior to markup that already exists. Composes with web-static (CSS-only patterns, structure, verification loop), web-conventions…

AdamBien/airails · 224 tokens

web-static

Build modern static websites using semantic HTML and CSS without external dependencies or build systems. Also owns the verification loop for such sites — drives the rendered pages through Chrome DevTools MCP (console, accessibility snapshot, viewport resize, dark/reduced-motion emulation, Lighthouse), executes the…

AdamBien/airails · 183 tokens

react-change-review

Review recent React, Next.js, or TypeScript UI code changes for hardening before merge or commit. Use when asked to review recent React code changes, audit a React diff, harden a feature, check a PR or branch for React issues, or produce a stack-ranked list of nonredundant findings and a recommended fix plan using…

petekp/claude-code-setup · 95 tokens