agent-comms
SendMessage recipient validation and worktreePath safety (CWE-59). TRIGGER when: validating a SendMessage `to:` recipient against the agent whitelist, or a…
Cross-stack UI/UX design intelligence: layout, color, typography, charts, accessibility. TRIGGER when: planning or reviewing UI/UX, choosing palettes/fonts, or improving accessibility. SKIP: Material-UI code specifics (use mui-styling); React component code (use react-patterns).
$ npx -y skills add komluk/scaffolding --skill ui-ux-pro-max --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ui-ux-pro-maxContext preview
The summary Claude sees to decide when to auto-load this skill.
Cross-stack UI/UX design intelligence: layout, color, typography, charts, accessibility. TRIGGER when: planning or reviewing UI/UX, choosing palettes/fonts, or improving accessibility. SKIP: Material-UI code specifics (use mui-styling); React component code (use react-patterns).
name: ui-ux-pro-max description: "Cross-stack UI/UX design intelligence: layout, color, typography, charts, accessibility. TRIGGER when: planning or reviewing UI/UX, choosing palettes/fonts, or improving accessibility. SKIP: Material-UI code specifics (use mui-styling); React component code (use react-patterns)." context: fork agent: general-purpose
Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.
Reference these guidelines when:
| Priority | Category | Impact | Domain | |----------|----------|--------|--------| | 1 | Accessibility | CRITICAL | `ux` | | 2 | Touch & Interaction | CRITICAL | `ux` | | 3 | Performance | HIGH | `ux` | | 4 | Layout & Responsive | HIGH | `ux` | | 5 | Typography & Color | MEDIUM | `typography`, `color` | | 6 | Animation | MEDIUM | `ux` | | 7 | Style Selection | MEDIUM | `style`, `product` | | 8 | Charts & Data | LOW | `chart` |
Search specific domains using the CLI tool below.
---
This skill ships with static design knowledge (styles, color palettes, font pairings, UX rules) as markdown tables embedded above. A richer interactive search is available **if** this skill is bundled with `scripts/core.py`, `scripts/search.py`, and `data/`. In this plugin distribution the scripts are not included, so the markdown-only fallback applies.
If `scripts/core.py` exists next to this SKILL.md, run:
python3 skills/ui-ux-pro-max/scripts/search.py "<query>" --design-system
See "How to Use This Skill" below for full workflow.
If you are in a repo without `scripts/`, skip every `python3 .../search.py ...` command below. Use only the tables above ("Rule Categories by Priority", "Quick Reference") as your design reference. This mode is enough for most UI reviews and implementation tasks; you just lose the search CLI.
Detection snippet (agent should run this once before citing any CLI command):
if [[ -f "skills/ui-ux-pro-max/scripts/core.py" ]]; then echo "Mode A (full)" else echo "Mode B (markdown-only)" fi
**If Mode B: pomin wszystkie sekcje ponizej ktore odwoluja sie do `python3 skills/ui-ux-pro-max/scripts/...`. Uzyj wylacznie tabel referencyjnych z gory tego pliku.**
---
Check if Python is installed:
python3 --version || python --version
If Python is not installed, install it based on user's OS:
**macOS:**
brew install python3
**Ubuntu/Debian:**
sudo apt update && sudo apt install python3
**Windows:**
winget install Python.Python.3.12
---
Spec-driven multi-agent orchestration for Claude Code — pure markdown, zero backend, runs on the stock runtime. 13 agents, 36 skills, 19 commands, 15 hooks, per-phase model tiers, opt-in lifecycle hooks, optional cross-device semantic memory.
Repo: komluk/scaffolding
SendMessage recipient validation and worktreePath safety (CWE-59). TRIGGER when: validating a SendMessage `to:` recipient against the agent whitelist, or a…
3-tier markdown memory protocol (shared/agent/conversation) for cross-session knowledge. TRIGGER when: reading or writing agent memory files, choosing which…
RESTful API design standards: resource naming, HTTP methods, status codes, pagination, versioning. TRIGGER when: designing new API endpoints, defining error…
Optimize Claude Code context-window usage for accuracy and cost. TRIGGER when: hitting context limits, structuring prompts for an agent, or trimming what gets…
Schema design, index strategy, migration safety, and query analysis. TRIGGER when: designing tables or indexes, writing a migration, or diagnosing a slow…