Skip to content

Fix ui-design-system token generator#38

Merged
majiayu000 merged 3 commits into
mainfrom
codex/fix-ui-design-system-token-generator
Jun 5, 2026
Merged

Fix ui-design-system token generator#38
majiayu000 merged 3 commits into
mainfrom
codex/fix-ui-design-system-token-generator

Conversation

@majiayu000
Copy link
Copy Markdown
Owner

Summary

  • add the missing scripts/design_token_generator.py helper referenced by ui-design-system
  • support documented json, css, and scss outputs
  • generate brand colors, typography, spacing, radii, shadows, and breakpoints with no external dependencies

Validation

  • rg -n "design_token_generator|build_tokens|color_scale\\(" skills scripts docs
  • python3 -m py_compile skills/ui-design-system/scripts/design_token_generator.py
  • python3 skills/ui-design-system/scripts/design_token_generator.py "#2563eb" modern json
  • python3 skills/ui-design-system/scripts/design_token_generator.py "#2563eb" classic css
  • python3 skills/ui-design-system/scripts/design_token_generator.py "#2563eb" playful scss
  • python3 scripts/validate_skills.py --check
  • git diff --check

Closes #30
Refs #27

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fb50076c7f

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread skills/ui-design-system/scripts/design_token_generator.py Outdated
Comment thread skills/ui-design-system/scripts/design_token_generator.py Outdated
Comment thread skills/ui-design-system/scripts/design_token_generator.py
Comment thread skills/ui-design-system/scripts/design_token_generator.py
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5a039c46bb

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread skills/ui-design-system/scripts/design_token_generator.py
@majiayu000 majiayu000 merged commit 64182f3 into main Jun 5, 2026
1 check passed
@majiayu000 majiayu000 deleted the codex/fix-ui-design-system-token-generator branch June 5, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix ui-design-system missing design token generator

1 participant