diff --git a/DEVELOP.md b/DEVELOP.md index 8c7e64374..2ef211f54 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -175,7 +175,7 @@ git commit -m "Add [command/skill name]" ## Build System Details -The build system (`scripts/build.js`) is a single 410-line Node.js script with: +The build system (`scripts/build.js`) is a single ~170-line Node.js script with: - Custom YAML frontmatter parser (no dependencies) - Provider-specific transformation functions - Automatic directory management @@ -234,7 +234,7 @@ impeccable/ │ ├── gemini/ │ └── codex/ ├── scripts/ -│ └── build.js # Build system (410 lines, zero deps) +│ └── build.js # Build system (~170 lines, zero deps) ├── package.json # ESM project config ├── README.md # User documentation ├── DEVELOP.md # This file diff --git a/README.md b/README.md index 6cbd1b421..6c8dab623 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The vocabulary you didn't know you needed. 1 skill, 15 commands, and curated ant ## The Missing Upgrade -This is the missing upgrade to Anthropic's `frontend-design` skill. Every LLM learned from the same generic templates. Without guidance, you get the same predictable mistakes: Inter font, purple gradients, cards nested in cards, gray text on colored backgrounds. Design Language fights that bias with an expanded skill, 15 steering commands, and curated anti-patterns. +This is the missing upgrade to Anthropic's `frontend-design` skill. Every LLM learned from the same generic templates. Without guidance, you get the same predictable mistakes: Inter font, purple gradients, cards nested in cards, gray text on colored backgrounds. Impeccable fights that bias with an expanded skill, 15 steering commands, and curated anti-patterns. ## What's Included diff --git a/public/index.html b/public/index.html index 538ce2c2f..4c8f52846 100644 --- a/public/index.html +++ b/public/index.html @@ -4,6 +4,22 @@