ワンクリックで
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.