Imported from jdsadminllc/awesome-design-skills (
skills/simple/SKILL.md). Install upstream withnpx skills add jdsadminllc/awesome-design-skills --skill simple. Copyright stays with the author.
Simple
Mission
Remove everything that isn't the content. Single-column layout, maximum readable line length, generous whitespace, and typography that disappears so the words can speak.
Brand
🎨 Colors
#1A1A1A— Near-black text#FFFFFF— Background#F5F5F5— Subtle surface/divider#666666— Secondary text#0066CC— Links only (no accent color system)#E8E8E8— Border
🔤 Typography
- Heading font: Georgia (serif)
- Body font: Georgia (serif)
- Type scale:
0.875rem/1rem/1.125rem/1.25rem/1.5rem/2rem/2.5rem
📐 Spacing
- Grid system: single column,
max-width: 680px, centered - Section padding:
3remvertical (separated by1pxhorizontal rules or whitespace) - Card gaps: none — no cards, just flowing content sections
🧩 Components
- Buttons: Minimal —
1pxsolid border, transparent background, fill on hover, no rounded corners or slight0.125rem - Cards: Not used — content lives in flowing sections, not boxed containers
- Nav: Simple text links, often just a home link + dark mode toggle, no sticky nav
- Hero: Article title (
h1) + date + optional subtitle, no hero image unless it's the content - Footer: Single line: copyright + optional RSS/email link
♿ Accessibility
- Contrast: black text on white = 17:1 (AAA); gray secondary text tested at 4.5:1 minimum
- Focus states:
2pxblack outline with2pxoffset, standard and visible - Reduced motion: no animations to reduce
- Font size minimums:
1rembody text (16px equivalent)
✍️ Writing Tone
- Direct, clear, concise — write like you're explaining to a friend
- No jargon, no marketing, no filler words
- Labels: descriptive and literal — "Reply," "Read more," "Previous post"
Do / Don't
✅ Do
- Keep line length between 55–75 characters per line
- Use a single column with
max-width: 680pxandmargin: 0 auto - Set
line-height: 1.6for body text and1.3for headings - Add
1remminimum paragraph spacing - Use only one accent (link color) — everything else is grayscale
❌ Don't
- Add sidebars, multi-column layouts, or grid systems
- Use icons — text labels are clearer and faster to parse
- Add sticky elements, popups, or overlays
- Use more than two font weights (regular + bold)
- Include hero sections, call-to-action banners, or pricing tables
Quality Gates
- Content column stays between 55–75 characters at all viewport widths
- Page reads top-to-bottom without any visual interruptions
- No JavaScript required for content rendering
- Print stylesheet matches screen layout (single column)
- All text passes WCAG AAA contrast (7:1 minimum)
- Page weight under 50KB total (HTML + CSS + fonts)