skills/design-theory/SKILL.md
Design theory and principles — grid systems, proportional logic, dynamic composition, color science, and concept-driven strategy. Use when defining layout systems, building palettes, planning brand strategy, or auditing composition and visual energy.
npx skillsauth add ihj04982/my-cursor-settings design-theoryInstall 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.
Foundational design theory covering grid systems, dynamic composition, color science, and concept-driven strategy.
The grid is the visual grammar of the page — strategic support for composition, not decoration.
| Component | Role | |-----------|------| | Margins | Container; prevent cramping | | Columns | Equal width; images spanning N columns relate mathematically to single-column text | | Gutters | 12–18pt standard. <12pt fails as separator; >18pt disconnects | | Hang lines | Horizontal anchors; without them, imagery and text "bounce" |
Grid stretches/contracts; proportional relationships and hierarchy stay constant across devices.
Composition bridges idea and message. A successful layout must: attract attention, deliver a clear message, and communicate story/tone.
| Element | Impact | |---------|--------| | Thicker lines | Importance, attention, texture, boundary | | Rounded shapes | Softness, calm, stability | | Sharp/angular shapes | Assertiveness, agility, energy | | Repeated shapes | Recognizable language, familiarity |
Color is a strategic tool for functional requirements and brand personality.
| Type | Character | Use | |------|-----------|-----| | Complementary | Max dynamism, contrast | Bold, balanced presence | | Analogous | Cohesion, harmony | Soothing, unified layouts | | Triadic | Diversity + consistency | Varieties within one family | | Monochromatic | Depth, contemporary | Restricted palettes |
The concept is the "soul" and "roadmap" — the North Star that prevents creative drift.
Every creative decision must pass through the central idea. Root the "why" in a story, feeling, or "big idea"; then define the audience.
Translate the central concept into a visual and tactical roadmap:
development
Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.
research
Generate high-entropy research (자료조사) and ideas (아이디어) using Verbalized Sampling to avoid mode collapse and maximize creativity and novelty.
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
documentation
Sync documentation from source-of-truth (package.json, .env.example). Generates CONTRIB.md, RUNBOOK.md. Use when updating project docs or after adding scripts/env vars.