designer/designing-ui-system/SKILL.md
Create a unique, soulful design system that avoids generic "AI Slop." Defines tokens for color, typography, spacing, and motion that feel handcrafted and intentional.
npx skillsauth add 7a336e6e/skills designing-ui-systemInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Produce a visual identity that feels human, distinct, and premium. The system must reject the "default bootstrap/tailwind" look. It should have "soul"—intentionality in every curve, color, and gap.
Avoid the "Safe Blue" (#3B82F6) and "Cool Gray" default.
Stop using Inter/Roboto/System-UI by default. They are the "Times New Roman" of 2026.
box-shadow: 0 10px 30px -10px var(--brand-color-alpha)).Static UIs feel dead. Define:
--ease-elastic: cubic-bezier(0.68, -0.6, 0.32, 1.6) (Bouncy, playful).--ease-squish: cubic-bezier(0.25, 1, 0.5, 1) (Premium, snappy).tailwind.config.ts theme.clamp() for fluid typography that scales with the viewport.tailwind.config.ts: Fully customized theme.global.css: CSS Variables for non-Tailwind contexts.typography.md: Rationale for font choices.designer/brand-identity/SKILL.md (Source of the "Vibe")development
Implement features using the Red-Green-Refactor cycle to ensure testability and correctness from the start.
data-ai
Manage the `tasks.md` ledger with strict locking and collision avoidance protocols to allow multiple agents to work in parallel safely.
development
The git-workflow skill defines branching conventions, commit message formats, and pull request standards that all agents must follow for consistent version control.
development
The environment-config skill standardizes how agents manage environment variables, secrets, and application configuration across local development and deployed environments.