skeumorphism

Generate skeumorphic design-system UI guidelines with WCAG 2.2 AA compliance.

Updated May 13, 2026
One-click install
npx skills add https://github.com/superpollo02/awesome-design-skill --skill skeumorphism-superpollo02
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skeumorphism
Source: https://github.com/superpollo02/awesome-design-skill/tree/main/skills/skeumorphism
Command: npx skills add https://github.com/superpollo02/awesome-design-skill --skill skeumorphism-superpollo02

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It provides opinionated, implementation-ready guidance for designing skeumorphic interfaces that look tactile and playful while staying accessible and consistent.

Core Features & Use Cases

  • Design foundation rules: Defines typography, spacing, and a specific color token set to keep the visual language coherent (e.g., primary #FA3C00, surface #FFFFFF, text #111827, spacing 4/8/12/16/24/32).
  • Accessibility and interaction expectations: Enforces WCAG 2.2 AA, keyboard-first interaction, and visible focus states with testable acceptance criteria.
  • Do/Don’t quality gates: Requires semantic tokens, preserves hierarchy, and explicitly avoids low-contrast text, inconsistent spacing rhythm, and ambiguous labels.

Quick Start

Instruct your AI agent to generate skeumorphic UI guidelines that include tokenized foundations, component states (default/hover/focus-visible/active/disabled/loading/error as relevant), accessibility acceptance criteria, and a QA checklist for code review.

Frequently Asked Questions about skeumorphism

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create accessible skeumorphic UI components?

Accessible skeumorphic UI components require WCAG 2.2 AA compliance, keyboard-first interaction, and explicit focus states. This skill generates design system instructions enforcing these accessibility constraints while maintaining tactile, playful 3D visual elements.

What are the design token foundations for a skeumorphic design system?

Skeumorphic design system foundations use specific color tokens like primary #FA3C00, surface #FFFFFF, and text #111827, alongside standardized spacing values of 4, 8, 12, 16, 24, and 32. These tokens ensure visual coherence across tactile 3D components.

How do I document component states for a UI design system?

Documenting component states requires defining default, hover, focus-visible, active, disabled, loading, and error states. This skill generates implementation-ready guidelines covering these variants with testable accessibility acceptance criteria and do/don't patterns.

Can I refactor an existing design system to be skeumorphic and accessible?

Refactoring design systems for skeumorphism requires applying token-driven rules, semantic tokens, and WCAG 2.2 AA standards. This skill guides refactoring component families with explicit focus states, keyboard-first behavior, and QA checklists for code review.

What quality gates should I use for UI component writing guidelines?

UI component writing guidelines need quality gates anchored to semantic tokens, preserved hierarchy, and explicit do/don't patterns. This skill enforces rules avoiding low-contrast text, inconsistent spacing rhythm, and ambiguous labels.

Why does my skeumorphic interface fail accessibility checks?

Skeumorphic interfaces fail accessibility checks when lacking WCAG 2.2 AA compliance, keyboard-first behavior, or visible focus states. This skill provides testable acceptance criteria and QA checklists to identify and resolve these violations.