feat: Andritz Precision industrial design system#255
Open
Xuu-an wants to merge 3 commits intonextlevelbuilder:mainfrom
Open
feat: Andritz Precision industrial design system#255Xuu-an wants to merge 3 commits intonextlevelbuilder:mainfrom
Xuu-an wants to merge 3 commits intonextlevelbuilder:mainfrom
Conversation
… system Replace all generic design system content with the Andritz "Monolithic Engine" design system featuring dark/light theme variants, three-layer token architecture (primitive→semantic→component), Material Design surface hierarchy, 0px radius industrial aesthetic, tonal layering, and glassmorphic overlays. - Rewrite SKILL.md with Andritz branding, key colors, and best practices - Add design-philosophy.md with creative north star and industrial rules - Replace all 7 reference files with Andritz-specific tokens and specs - Update design-tokens-starter.json to W3C DTCG Andritz token format - Update scripts (fetch-background.py, html-token-validator.py) with Andritz colors - Add implementation plan document Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix generate-tokens.cjs to handle Andritz DTCG JSON structure
(unwrap root key, resolve inline {references}, support semantic-dark)
- Generate assets/design-tokens.css from token JSON (all references resolved)
- Add assets/design-tokens.json (token definitions for direct consumption)
- Add assets/css/slide-animations.css (industrial motion library)
- Add docs/brand-guidelines.md (Andritz brand identity, colors, typography, rules)
- Update SKILL.md Quick Start with correct paths and HTML import example
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Key changes
SKILL.md— rebranded to Andritz Design System v2.0.0references/design-philosophy.md— NEW: "The Monolithic Engine" creative north starreferences/primitive-tokens.md— Andritz Blue scale, surface hierarchy (light/dark), neutral, status colorsreferences/semantic-tokens.md— Light:rootand.darktheme tokensreferences/component-tokens.md— Button (gradient), Input (bottom-border), Card (no-line), Dialog (glassmorphic)references/component-specs.md— Industrial component specifications with anatomy diagramsreferences/states-and-variants.md— Tonal shifts, scale(0.98) active, ghost bordersreferences/tailwind-integration.md— HSL variables, 0px radius overrides, shadcn/ui alignmentreferences/token-architecture.md— Three-layer architecture with W3C DTCG formattemplates/design-tokens-starter.json— Complete W3C DTCG Andritz token starterscripts/fetch-background.py&scripts/html-token-validator.py— Updated with Andritz color valuesTest plan
python -c "import json; json.load(...)")#2563EB,gray-50: #F9FAFB) in reference files🤖 Generated with Claude Code