skills/frontend-design/SKILL.md
Opinionated constraints for building better interfaces with agents.
npx skillsauth add dopiotrek/dotclaude ui-skillsInstall 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.
When invoked, apply these opinionated constraints for building better interfaces.
/ui-skills
Apply these constraints to any UI work in this conversation.
/ui-skills <file>
Review the file against all constraints below and output:
Rooted in Swiss Style's grid discipline, typographic hierarchy, and functional restraint — but inflected with the precision of professional instrumentation. The interface feels like well-designed equipment: dense but legible, technical but humane, precise but not cold.
The aesthetic connection to drones comes not from imagery, but from the values we share with aerospace: precision, reliability, efficiency, and professional-grade clarity.
tw-animate-css for entrance and micro-animations in Tailwind CSScn utility (clsx + tailwind-merge) for class logicshadcn-svelte)aria-label to icon-only buttonsAlertDialog for destructive or irreversible actionsh-screen, use h-dvhsafe-area-inset for fixed elementsinput or textarea elementstransform, opacity)width, height, top, left, margin, padding)background, color) except for small, local UI (text, icons)ease-out on entrance200ms for interaction feedbackprefers-reduced-motiontext-balance for headings and text-pretty for body/paragraphstabular-nums for datatruncate or line-clamp for dense UIletter-spacing (tracking-*) unless explicitly requestedz-index scale (no arbitrary z-*)size-* for square elements instead of w-* + h-*blur() or backdrop-filter surfaceswill-change outside an active animationuseEffect for anything that can be expressed as render logicdevelopment
Burst copilot for learning-in-public company deep dives. Walks the user through one complete publishing burst — shape loose thoughts into a question, frame it, research with sources, enforce the from-memory recall step, support (but never write) the draft, critique against the signature checklist and style guide, and prepare cross-posts for X and Substack. Use this skill whenever the user wants to start a burst, work on their deep dive series, research a company or industry question for a post, asks "what's my next post/question", brings a few rough thoughts or a reaction they want to turn into a post, shares a deep-dive draft for editing, or wants to publish/cross-post a series piece — even if they don't say "burst" or "deep dive" explicitly. Works both for continuing a series and as a standalone start from scratch with no posts yet. Also use it when the user asks to write a deep-dive post for them (the skill defines how to respond to that).
development
Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues. Use when asked to "review this PR", "code review", "pre-landing review", or "check my diff". Proactively suggest when the user is about to merge or land code changes. (gstack)
development
Weekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with persistent history and trend tracking. Team-aware: breaks down per-person contributions with praise and growth areas. Use when asked to "weekly retro", "what did we ship", or "engineering retrospective". Proactively suggest at the end of a work week or sprint. (gstack)
development
Systematically QA test a web application and fix bugs found. Runs QA testing, then iteratively fixes bugs in source code, committing each fix atomically and re-verifying. Use when asked to "qa", "QA", "test this site", "find bugs", "test and fix", or "fix what's broken". Proactively suggest when the user says a feature is ready for testing or asks "does this work?". Three tiers: Quick (critical/high only), Standard (+ medium), Exhaustive (+ cosmetic). Produces before/after health scores, fix evidence, and a ship-readiness summary. For report-only mode, use /qa-only. (gstack)