An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
TAGS
17 tagsMerge pull request #179 from nextlevelbuilder/feat/banner-and-slides feat: add banner-design, slides, ui-styling, design-system, brand skills
Merge pull request #177 from nextlevelbuilder/feat/banner-and-slides feat(skills): add banner-design, slides, and design skills
Merge pull request #176 from nextlevelbuilder/feat/google-fonts-collection feat: add Google Fonts Collection + new design skills
chore: remove reference folders (CLI generates these) (#130) Remove folders that were only used as reference/examples: - .cursor/, .windsurf/, .kiro/, .roo/, .github/ - .agent/, .opencode/ These folders are no longer needed since CLI generates all necessary files for users via `uipro init`. Update CLAUDE.md architecture section accordingly. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
feat: reorganize codebase with single source of truth + merge prompts into styles (#116) BREAKING CHANGES: - Moved canonical data/scripts to src/ui-ux-pro-max/ - Removed duplicate folders (.codex/, .gemini/, .trae/, .codebuddy/, .continue/, skills/, .qoder/) - CLI now uses template system instead of copying pre-built folders New features: - Merged prompts.csv into styles.csv with 4 new columns: - AI Prompt Keywords - CSS/Technical Keywords - Implementation Checklist - Design System Variables - All 67 styles now have complete prompt data - Added Astro stack (53 guidelines) - Added 10 new 2025 UI trend styles CLI changes: - New template rendering system (cli/src/utils/template.ts) - Reduced cli/assets from ~34MB to ~564KB - Assets now contain only: data/, scripts/, templates/ File structure: - src/ui-ux-pro-max/ - Single source of truth - .claude/skills/ - Symlinks to src/ for development - .shared/ - Symlink to src/ui-ux-pro-max/ Bumped CLI version: 2.1.3 → 2.2.0 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
chore: bump CLI version to 2.1.3 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
fix: Python 3.11 compatibility for f-string backslash - Extract newline character to variable before using in f-string - Fixes SyntaxError on Python 3.11 and earlier versions - Synced fix to all 11 design_system.py locations - Bump CLI version to 2.1.2 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
chore: bump CLI version to 2.1.1 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Merge pull request #97 from nextlevelbuilder/fix/cli-dynamic-version fix(cli): read version dynamically from package.json
Merge pull request #83 from nextlevelbuilder/feat/v2.0.0-design-system feat: v2.0.0 - Design System Generator with 100 reasoning rules
feat(cli): prioritize GitHub release download with fallback to bundled assets (#81) - Add GitHubRateLimitError and GitHubDownloadError for better error handling - Detect rate limits (403 with remaining=0, 429) - Try downloading from GitHub releases first - Fall back to bundled assets on network error, rate limit, or download failure - Add --offline flag to skip GitHub download - Use GitHub auto-generated archive URL as fallback when no ZIP asset exists - Update CLI to v1.9.0 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
feat: add support for Trae AI assistant (#69) * feat(trae): add support for Trae AI assistant Add Trae as a new supported AI assistant with version bump to 1.7.0. Includes: - New .trae folder for skill files - Updated CLI to detect and copy Trae skill files - Added Trae to AIType enum and documentation - Implemented search functionality for Trae-specific queries - Added Trae skill data and scripts * feat: update trae skill documentation and readme example - Refactor SKILL.md to improve clarity and organization - Add explicit usage instructions and prerequisites - Update README.md example to clarify frontend-only scope --------- Co-authored-by: Alex Le <alex.le@bytedance.com>
Merge pull request #55 from 994AK/feature/gemini-cli-support feat: add support for Gemini CLI
feat: add GitHub Copilot support (#17) - Add .github/prompts/ui-ux-pro-max.prompt.md for Copilot - Add 'copilot' as new AI type in CLI - Update detect utility to recognize .github folder - Update CLAUDE.md sync rules with .github - Update README with Copilot installation and usage - Bump version to 1.2.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
fix: add Tailwind theme color variables guideline (#10) - Add guideline to use bg-primary instead of bg-[var(--color-primary)] - Add checklist item in SKILL.md Pre-Delivery Checklist - Sync html-tailwind.csv to .shared folder 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>