원클릭으로
frontend-design
Use this skill when building UI components, designing layouts, or making frontend styling decisions. Triggers on 'build this UI', 'style this component', 'make this look good', 'improve the design', 'create a landing page'.
메뉴
Use this skill when building UI components, designing layouts, or making frontend styling decisions. Triggers on 'build this UI', 'style this component', 'make this look good', 'improve the design', 'create a landing page'.
Helps the user explore a career pivot from senior technical leadership into a healthier, values-aligned future role. Use this skill when the user is brainstorming future roles, career pivots, values, passions, burnout, anxiety, identity, purpose, work-life fit, executive roles, consulting, COO, CTO, VP Engineering, Head of Engineering, AI leadership, or founder-to-corporate transitions.
Visual guide to structuring your Claude Code development environment with tmux, git worktrees, and Agent Teams. Use when setting up parallel sessions, onboarding to Claude Code workflows, or when terminal tabs are getting chaotic. Triggers on 'set up my dev environment', 'tmux workflow', 'parallel sessions', 'worktree setup', 'agent teams setup', 'too many tabs'.
Use this skill when reviewing, auditing, or improving code quality. Triggers on requests like 'review this code', 'check code quality', 'clean this up', 'audit this file', or 'make this production-ready'.
Use this skill when preparing code for review, reviewing a PR, or doing an adversarial review pass. Triggers on 'review this PR', 'prepare this for review', 'adversarial review', 'fresh eyes on this'.
Build a concrete plan to manually find and personally close the first 10 customers for a new product, feature, or pricing tier. Includes the Sean Ellis "would be devastated" test. Triggers on 'find first 10', 'first 10 customers', 'who do I sell this to first', 'sean ellis test', 'manual customer acquisition plan'.
Use this skill when creating commits, writing commit messages, preparing PRs, or when asked about git workflow. Triggers on 'commit this', 'write a commit message', 'create a PR', 'prepare for review'.
| name | frontend-design |
| description | Use this skill when building UI components, designing layouts, or making frontend styling decisions. Triggers on 'build this UI', 'style this component', 'make this look good', 'improve the design', 'create a landing page'. |
This skill guides Claude toward high-quality, opinionated frontend design that avoids generic AI aesthetics.
rounded-2xl shadow everywhere — not everything needs to be a cardKey rules:
p-3 and p-[14px] arbitrarilygap- over manual margins in flex/grid layoutsAfter pushing CSS, colour, or layout changes to production:
backdrop-blur on cards over dark backgroundsNever tell the user "it should work now" based on code alone. The only reliable check is what the browser actually receives. If the project has a scripts/verify-deploy.sh, run it and report the pass/fail results.
backdrop-blur on cards over dark/image backgrounds turns everything grey — the blur averages the background pixels into a neutral grey that bleeds through regardless of card colour or opacity. Only use backdrop-blur on overlays (lightboxes, modals) where the grey effect is intentionaloklch(0.14 0.02 350) it will look grey. Use chroma >= 0.04 for any colour that needs to be visible