원클릭으로
manage-design-tokens
Guidelines for updating and synchronizing design tokens across the monorepo.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guidelines for updating and synchronizing design tokens across the monorepo.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?"
Guides the process of pulling in new or updated shadcn components and integrating them into the monorepo architecture (ui-core, ui-web, ui-native, docs).
Guidelines for using library components within the documentation site itself to ensure consistency and showcase real-world usage.
Guidelines for creating or updating UI components, ensuring tests and documentation stay in sync.
| name | manage-design-tokens |
| description | Guidelines for updating and synchronizing design tokens across the monorepo. |
Use this skill whenever you need to add, modify, or sync design tokens (colors, spacing, typography, etc.) in the gvtech-design library.
packages/design-tokens/src/palette.ts: Raw color values.theme.ts: Semantic mappings (e.g., primary, background) for light and dark modes.spacing.ts, typography.ts, etc.: Other scale definitions.light and dark themes in theme.ts.bun sync-tokens (or bun validate).apps/playground-web/src/globals.csssrc/globals.css (if applicable)/* @tokens-start */ markers in the CSS files to ensure they are updated.bun dev.packages/design-tokens/src/.theme.ts (both light/dark).bun sync-tokens run successfully.playground-web.bun validate passes.