seed-create-component

seed-create-component is a command for Claude Code from daangn/seed-design. It costs 12 tokens per session (203 once invoked), scanned A, original, Apache-2.0.

A command for creating a new SEED Design component, including its source specification, recipes, React implementation, documentation, examples, and optional headless layer.

In plain words
What is it for?
It is for starting a component from scratch, regenerating outputs, building packages, checking types, and reporting visual results.
Why use it?
It keeps the required component files and generation steps in the intended order instead of leaving the component partially connected.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the seed plugin — 6 commands shipped together

About the project

SEED is a design system that provides shared visual tokens, styling recipes, and UI components for React, iOS, Android, and Lynx, with Figma integration. It is used to build consistent products across platforms; the catalogue add-ons support agents working with its components, tools, documentation, and development workflows.

daangn/seed-design · 1,084 stars · on GitHub · seed-design.io

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/daangn/seed-design/seed-create-component
Clone the repo
git clone --depth 1 https://github.com/daangn/seed-design

Made for: Claude Code.

Or install seed, the plugin that ships this one along with the rest of its 6 commands.

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 seed-create-component

README.md
[![agentmods](https://agentmods.dev/badge/commands/daangn/seed-design/seed-create-component.svg)](https://agentmods.dev/commands/daangn/seed-design/seed-create-component)
Your own site
<a href="https://agentmods.dev/commands/daangn/seed-design/seed-create-component"><img src="https://agentmods.dev/badge/commands/daangn/seed-design/seed-create-component.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 203 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00012 $0.00203
Opus 5 $0.00006 $0.00102
Sonnet 5 $0.00002 $0.00041
Haiku 4.5 $0.00001 $0.00020

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

Security

Grade A, and why

seed-create-component 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 2d 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/plugins/seed-design/commands/seed-create-component.md · 21 lines

What it actually says

컴포넌트 생성 흐름

seed-create-component 스킬로 SEED Design의 새 컴포넌트를 처음부터 끝까지 구현합니다.

인자

  • $COMPONENT_ID: Rootage와 문서 경로에 사용할 kebab-case 컴포넌트 id
  • $COMPONENT_NAME: PascalCase 컴포넌트 이름
  • $WITH_HEADLESS: 선택 사항. true|false, 기본값은 false

필수 결과

  1. Rootage 명세, Recipe, React 구현, 문서, 예제를 올바른 순서로 갱신합니다.
  2. Rootage 변경 뒤 bun generate:all을 실행합니다.
  3. bun packages:build, bun typecheck, 시각 검증 결과를 보고합니다.
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. 2d ago First seen · 21 lines · 12 tokens per session scan A 7f546088728e

Subscribe to this mod's changes

seed-create-component is a command published in the GitHub repository daangn/seed-design (1,084 stars, last pushed yesterday), licensed Apache-2.0. It adds 12 tokens to every session and 203 once invoked, about $0.0001 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-04.