IA/skills/ui-design/SKILL.md
Applies consistent renderer UI/UX implementation patterns using a Vercel-inspired white theme, strong accessibility defaults, and repository component conventions.
npx skillsauth add esplotter/esplotter ui-designInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill defines how to implement or review renderer UI so it looks unified with the existing app and follows a high-quality product design baseline.
Primary sources:
docs/frontend/components.mddocs/guidelines/code-standards.mdFor each changed UI file, verify:
Return a structured YAML report including:
status: ok | needs_clarification | errorsummary: short UI consistency and UX quality assessmentscope: task IDs, files reviewed, assumptionsdecisions: key design decisions and rationaleconsistency_checks: checklist results by file or modulefindings: issues with severity, evidence, and minimal fixverdict: ready | ready_with_changes | not_readynext_actions: minimal action listwarnings: unresolved risks or assumptionsdevelopment
Use this first for any task that changes behavior or tests. This is a test strategy and routing skill, it selects the right test-suite skill(s), defines when to escalate coverage (for example e2e/compiled parity), and enforces regression rules.
tools
Guides how to design, implement, and validate high-value unit tests for renderer pure logic (stores, selectors, mappers, and utility flows) with strict no-DOM boundaries and deterministic contract assertions.
testing
Guides how to design, implement, and validate high-value unit tests for preload bridge contracts, renderer-facing exposures, and IPC delegation behavior with clear boundaries and deterministic collaborator doubles.
development
Guides how to design, implement, and validate high-value unit tests for main-process application/domain logic in a hexagonal architecture.