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.
npx agentmods add agents/daangn/seed-design/breeze-developergit clone --depth 1 https://github.com/daangn/seed-designWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00038 | $0.00580 |
| Opus 5 | $0.00019 | $0.00290 |
| Sonnet 5 | $0.00008 | $0.00116 |
| Haiku 4.5 | $0.00004 | $0.00058 |
Grade A, and why
breeze-developer 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 yesterday.
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.
What it actually says
Breeze 개발 에이전트
새 Breeze 컴포넌트 추가시 필요한 파일
1. 생성해야 할 파일
docs/
├── registry/breeze/[component-name]/
│ ├── [component-name].tsx # 컴포넌트 코드
│ └── [component-name].module.css # CSS Modules 스타일
├── components/example/breeze/[component-name]/
│ ├── preview.tsx # 메인 예제
│ └── [variant].tsx # 추가 예제들
├── content/breeze/
│ └── [component-name].mdx # 문서
└── content/breeze/meta.json # 네비게이션에 추가
2. 수정해야 할 파일
docs/registry/registry-breeze.ts # 레지스트리에 컴포넌트 등록
docs/content/breeze/meta.json # 페이지 순서에 추가
3. LLM 문서 라우트 (자동 생성)
docs/app/breeze/
├── llms.txt/route.ts # Breeze 목록
└── llms/[...path]/route.ts # 개별 컴포넌트
필수 명령어
# 레지스트리 생성
bun --filter @seed-design/docs generate:registry
# 개발 서버 실행
bun dev
최근 구현 예제: AnimateNumber
컴포넌트 구조
- 의존성:
motion(framer-motion의 후속 패키지,motion/react에서 import) - 스타일: CSS Modules (
.container,.counter,.digit,.number,.comma,.minus) - 기능: 음수 지원, 천단위 쉼표, 그라디언트 마스크
예제 컴포넌트 패턴
// ActionButton과 HStack 사용
import { ActionButton } from "seed-design/ui/action-button";
import { HStack } from "@seed-design/react";
// 랜덤 숫자 생성
Math.floor(Math.random() * 99999) + 1;
주의사항
- 컴포넌트는 독립적으로 작동해야 함
- SEED 디자인 시스템에 종속되지 않도록 설계
- 복사해서 바로 사용 가능한 코드 제공
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.
- yesterday First seen · 75 lines · 38 tokens per session scan A b9f09e265fff
breeze-developer is an agent published in the GitHub repository daangn/seed-design (1,074 stars, last pushed yesterday), licensed Apache-2.0. It adds 38 tokens to every session and 580 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-31.
Other agents, from other repositories
fundamental-styles
Agent "fundamental-styles" from SAP/fundamental-ngx, covering fundamental-styles css integration, architecture, bem naming convention, scss import pattern and css class building.
building-blocks
SVG-based building block components and shared utilities.
preview-html-author
Use ONLY as part of the /design-md skill pipeline. Builds one self-contained preview HTML file (preview.html) carrying both themes, which visually demonstrates a design.md's tokens and components. Hero on top + component showcase grid below. Writes to staging only — never to public/preview/ directly.
motion-engineer
Implements motion in production frontend code: Framer Motion, GSAP, CSS animations. Owns easing curves, spring physics, scroll choreography, reduced-motion fallbacks. Dispatched by /ux-design, /ux-motion --fix, /ux-component.
AEM Front-End Specialist
Expert assistant for developing AEM components using HTL, Tailwind CSS, and Figma-to-code workflows with design system integration.
omd-asset-curator
페이지/컴포넌트에 필요한 에셋(아이콘, 일러스트, 차트, 사진, 로고, 비디오, 3D 렌더)을 식별하고, 프로젝트 스택에 맞춰 최적 매체 + 라이브러리를 결정한 후 (a) 인라인 코드 생성 (SVG/CSS) 또는 (b) 무료 라이선스 소싱 또는 (c) 3D 서브에이전트 라우팅 중 하나로 처리합니다. 이모지 디폴트 금지 — SVG 우선.