Paul BakausandClaude Opus 4.5 97c83fc51a Add animated mesh gradient hero with overlay content
- Add @paper-design/shaders for WebGL mesh gradient effect
- Create hero-shader.js with liquid ink gradient (grayscale palette)
- Add overlay content: title, tagline, and CTA on shader
- Update hero section structure and styling
- Fix accessibility: gallery dot buttons, toggle ARIA attributes
- Fix undefined --color-terracotta CSS variable
- Update distribution structure for Codex/Cursor skills

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 17:46:49 -08:00
2025-12-16 18:00:03 -08:00
2025-12-16 18:00:03 -08:00
2025-11-16 14:54:35 -08:00
2025-12-14 13:55:29 -08:00
2025-11-15 17:52:04 -08:00

Impeccable

The vocabulary you didn't know you needed. 1 skill, 15 commands, and curated anti-patterns for impeccable style.

Visit impeccable.style to download bundles for Cursor, Claude Code, Gemini CLI, or Codex CLI.

The Missing Upgrade

This is the missing upgrade to Anthropic's frontend-design skill. Every LLM learned from the same generic templates. Without guidance, you get the same predictable mistakes: Inter font, purple gradients, cards nested in cards, gray text on colored backgrounds. Design Language fights that bias with an expanded skill, 15 steering commands, and curated anti-patterns.

What's Included

The Skill: frontend-design

A comprehensive design skill that guides creation of distinctive, production-grade frontend interfaces. Includes 7 domain-specific reference files:

  • typography - Type systems, font selection, modular scales, fluid type, OpenType features
  • color-and-contrast - OKLCH color spaces, tinted neutrals, dark mode, accessibility
  • spatial-design - Spacing systems, grids, visual hierarchy, container queries
  • motion-design - Easing curves, perceived performance, reduced motion, staggering
  • interaction-design - Form design, focus states, loading patterns, keyboard navigation
  • responsive-design - Mobile-first, fluid design, input detection, safe areas
  • ux-writing - Button labels, error messages, empty states, accessibility

Commands (15)

Command Purpose
normalize Align with design system standards
audit Quality audit with severity ratings
polish Final pass before shipping
clarify Improve unclear UX copy
optimize Performance improvements
harden Error handling, i18n, edge cases
quieter Tone down overly bold designs
bolder Amplify boring designs
simplify Strip to essence
animate Add purposeful motion
colorize Introduce strategic color
delight Add moments of joy
extract Pull into design system
adapt Adapt for different devices
onboard Design onboarding flows

Patterns & Anti-Patterns

The skill includes curated patterns that fight model bias:

Do: Use modular type scales, pair distinctive fonts, use off-whites and near-blacks, create visual rhythm through varied spacing, use asymmetry and unexpected compositions.

Don't: Use overused fonts (Arial, Inter), use gray text on colored backgrounds, use pure black/gray (always tint), wrap everything in cards, nest cards inside cards, use bounce/elastic easing.

Installation

Cursor

# From website ZIP
unzip impeccable-style-cursor.zip -d your-project/

# From repo
cp -r dist/cursor/.cursor .cursor/

Claude Code

# Global
cp -r dist/claude-code/.claude/* ~/.claude/

# Project-specific
cp -r dist/claude-code/.claude .claude/

Gemini CLI

cp -r dist/gemini/.gemini/* ~/.gemini/
cp dist/gemini/GEMINI*.md ~/your-project-root/

Codex CLI

cp -r dist/codex/.codex/* ~/.codex/

Usage

Cursor, Claude Code:

/normalize
/audit
/polish

Gemini:

/normalize <optional-feature>
/audit <optional-area>

Codex:

/prompts:normalize
/prompts:audit

Development

git clone https://github.com/pbakaus/vibe-design-plugins.git
cd vibe-design-plugins
bun run build
bun run dev  # http://localhost:3000

Project Structure

  • source/ - Single source of truth for all content
  • dist/ - Generated provider-specific files
  • public/ - Website
  • scripts/ - Build system

See DEVELOP.md for contributor guidelines.

Provider Comparison

Feature Cursor Claude Code Gemini CLI Codex CLI
Command Args No Yes Yes Yes
Frontmatter No Yes Yes (TOML) Yes
Modular Skills No No Yes Yes

License

See LICENSE file.


Created by Paul Bakaus

S
Description
No description provided
Readme
378 MiB
Languages
JavaScript 75.7%
Rust 22.1%
Shell 0.9%
Batchfile 0.9%
CSS 0.2%
Other 0.1%