shadcn-lar: Skill for Claude Code

.claude/skills/frontend-design/SKILL.md

ck:frontend-design is a skill for Claude Code from binjuhor/shadcn-lar. It costs 41 tokens per session (2,071 once invoked), scanned A, original, no licence file.

A frontend design tool for building web interfaces from designs, screenshots, or videos. It covers web components, 3D experiences, prototypes, and replicated user interfaces.

In plain words
What is it for?
Use it to build web components, reproduce an existing interface, create quick prototypes, or make interactive and 3D web experiences.
Why use it?
It helps turn visual references into working interface code and provides guidance for avoiding repetitive, low-quality generated designs.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is binjuhor/shadcn-lar's own configuration. It tells Claude Code how to work on shadcn-lar 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 shadcn-lar configures →

Reuse

Borrowing it

Nothing to install: this file belongs to binjuhor/shadcn-lar. 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/binjuhor/shadcn-lar/main/.claude/skills/frontend-design/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/binjuhor/shadcn-lar

Made for: Claude Code.

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 ck:frontend-design

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/binjuhor/shadcn-lar/frontend-design"><img src="https://agentmods.dev/badge/skills/binjuhor/shadcn-lar/frontend-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,071 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.00041 $0.02071
Opus 5 $0.00020 $0.01035
Sonnet 5 $0.00008 $0.00414
Haiku 4.5 $0.00004 $0.00207

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

Security

Grade A, and why

ck:frontend-design 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 10d ago.

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.

.claude/skills/frontend-design/SKILL.md · 133 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. 10d ago First seen · 133 lines · 41 tokens per session scan A f22bb905f1a8

Subscribe to this mod's changes

ck:frontend-design is a skill published in the GitHub repository binjuhor/shadcn-lar (99 stars, last pushed 2mo ago), with no licence file. It adds 41 tokens to every session and 2,071 once invoked, about $0.0002 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-08-30.

Related

Other skills, from other repositories

owl-admin-amis-page

A reference skill for building Owl Admin pages with amis, a system for defining admin interfaces such as forms, tables, filters, and actions through schemas.

slowlyo/owl-admin · 84 tokens

owl-admin-frontend-assets

A development guide for the browser-side files and published assets used by Owl Admin, a Laravel-based administration system. It covers admin views, themes, layouts, React work, and asset publishing.

slowlyo/owl-admin · 80 tokens

antd

Use when the user's task involves Ant Design (antd) — writing antd components, debugging antd issues, querying antd APIs/props/tokens/demos, migrating between antd versions, or analyzing antd usage in a project. Triggers on antd-related code, imports from 'antd', or explicit antd questions.

ant-design/ant-design-pro · 69 tokens

kiranism-shadcn-dashboard

Guide for building features, pages, tables, forms, themes, and navigation in this Next.js 16 shadcn dashboard template. Use this skill whenever the user wants to add a new page, create a feature module, build a data table, add a form, configure navigation items, add a theme, set up RBAC access control, or work with…

Kiranism/next-shadcn-dashboard-starter · 142 tokens

powergrid-theme

Create or update a PowerGrid v7 theme using the Theme abstract class, per-section token methods (layout/header/table/footer/cols/tabs plus filter/editable/toggleable), config themeoverrides, or ArrayTheme.

Power-Components/livewire-powergrid · 49 tokens

upgrade-theme-v6-to-v7

Migrates a v6 Theme class to the v7 architecture: a tiny struct() plus per-section token methods (layout/header/table/footer/cols/tabs + filter/editable/toggleable) with parentTheme inheritance.

Power-Components/livewire-powergrid · 52 tokens