.github/skills/frontend-design/SKILL.md
Design system setup and UI implementation guidance for this project. Load when building new UI components, setting up design tokens, implementing animations or visual effects, or making aesthetic and layout decisions. Covers Tailwind CSS v4 @theme token structure, typography, color, motion, and visual design direction.
npx skillsauth add poko8nada/pj_docs frontend-designInstall 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.
Before coding, commit to a clear aesthetic direction:
Bold maximalism and refined minimalism both work. The key is intentionality, not intensity.
/* globals.css */
@import "tailwindcss";
@theme inline {
/* Colors */
--color-primary-500: #0ea5e9;
--color-success: #10b981;
--color-error: #ef4444;
/* Typography */
--font-display: "YourDisplayFont", sans-serif;
--font-body: "YourBodyFont", sans-serif;
}
--color-success, not --color-green)Create atmosphere with: gradient meshes, noise textures, geometric patterns, layered transparencies, dramatic shadows, decorative borders, grain overlays. Match the technique to the aesthetic direction — don't mix unrelated effects.
@theme!importanttools
Composite Skill. This skill is used for project planning. Users request that a project plan be created, particularly during the initial stages.
documentation
Core Skill. This skill is for document creation. User ask you to create planning documents, such as requirement and task breakdown.
development
Core Skill. Next.js 15+ App Router architecture guidelines including component patterns, state management with Zustand, server actions, and project structure. Use when developing Next.js applications.
development
Core Skill. HonoX architecture guidelines including file-based routing, Islands pattern, component types, performance optimization, and best practices for full-stack development.