Agent Claude Code
A development agent for Seed Breeze UI components, covering component code, CSS Modules styles, examples, documentation, and registry entries.
Agent Claude Code
A development agent for Seed Breeze UI components, covering component code, CSS Modules styles, examples, documentation, and registry entries.
Agent Claude Code
A read-only documentation checker for AGENTS.md, README.md, and TECH.md files. It looks for duplicated, missing, misplaced, or badly layered information.
Agent Claude Code
A read-only guide for mapping a component's files, packages, and dependencies in a monorepo—a repository containing multiple related packages. It covers definitions, generated files, styles, logic, UI, and documentation.
Agent Claude Code
A read-only agent that checks workflows in the SEED Design monorepo, a repository containing several connected packages. It protects generated files and checks whether required builds or synchronization steps are missing.
Plugin Claude Code
SEED Design skill and command workflows for components, docs, migrations, and deprecations.
Command Claude Code
Use the check-docs-consistency skill to validate alignment across rootage/design/react docs.
Command Claude Code
Use the create-component skill to implement a new component end-to-end in SEED Design.
Command Claude Code
Use the deprecation skill to deprecate a component, interface, or foundation token.
Command Claude Code
Use the dev-figma-v3-migration-plugin skill for mapping and migration plugin updates.
Command Claude Code
Use the dev-react-headless skill to implement style-free React headless components.
Command Claude Code
Use the write-react-component-docs skill to generate or update React component docs.
Hook Claude Code
Runs before the agent uses a tool for Edit, Write, MultiEdit and Bash tool calls, executing generated-files-guard.sh via bash (4 commands). From daangn/seed-design.
Hook Claude Code
Runs after a tool call finishes for Write, Edit, Write and Edit tool calls, executing post-edit-tasks.sh via bash with --write (2 commands). From daangn/seed-design.
Hook Claude Code
Runs when the agent finishes a response, executing validation-reminder.sh via bash. From daangn/seed-design.
Settings file Claude Code
Agent settings declaring 3 hook events (PreToolUse, PostToolUse, Stop).
MCP server Claude CodeCodexCursor
SEED Design의 MCP 서버를 제공합니다. Runs locally from the @seed-design/mcp npm package.
MCP server Claude CodeCodexCursor
MCP server "seed-design-local" as configured in daangn/seed-design. Launched with bun ./packages/mcp/bin/index.mjs.
MCP server Claude CodeCodexCursor
Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.
Instructions file CodexOpenCode
General instructions for agents.
Instructions file
Claude Code instructions for daangn/seed-design, covering seed design, project overview, 핵심 문서 and rootage.
Skill Claude CodeCodex
A workflow for deciding which changed packages need release notes and what version increase each package should receive. A changeset is a file describing a package release.
Skill Claude CodeCodex
End-to-end SEED component implementation guide for React Web, Lynx, and cross-platform work. Use when adding or changing components across rootage, qvism, react/lynx packages, registry snippets, docs, examples, or when writing/refactoring docs/stories Storybook files. Story-only work follows a CSF Next fast path…
Skill Claude CodeCodex
Manage deprecation lifecycle for components, interfaces, and tokens with versioned notices, replacement guidance, migration docs, and removal tracking. Use when deprecating, migrating, or removing API/spec options.
Skill Claude CodeCodex
Develop and maintain the Figma V3 migration plugin, including metadata extraction, mapping updates, and type-safe property conversion. Use when updating V2 to V3 migration mappings in tools/figma-v3-migration.