skills/design_patterns/SKILL.md
--- name: design_patterns router_kit: FullStackKit description: Visual hierarchy, z-index, shadows, animations ve white space kuralları. metadata: skillport: category: design tags: [accessibility, api integration, backend, browser apis, client-side, components, css3, debugging, deployment, design patterns, frameworks, frontend, fullstack, html5, javascript, libraries, node.js, npm, performance optimization, responsive design, seo, state management, testing, typescript, ui/ux, web devel
npx skillsauth add vuralserhat86/antigravity-agentic-skills skills/design_patternsInstall 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.
Visual hierarchy, layering ve animation kuralları.
arch-patterns| Bu Skill | arch-patterns |
|----------|-----------------|
| UI/UX tasarım | Sistem mimarisi |
| Z-index, shadows | Microservices, CQRS |
| Animation, spacing | Database seçimi |
Kural: UI tasarımı → bu skill, Sistem tasarımı →
arch-patterns
-1 - Behind content
0 - Base layer
10 - Dropdown menus
20 - Sticky headers
30 - Modal backdrop
40 - Modal content
50 - Tooltips
100 - Toast notifications
shadow-xs: 0 1px 2px rgba(0,0,0,0.05)
shadow-sm: 0 1px 3px rgba(0,0,0,0.1)
shadow-md: 0 4px 6px rgba(0,0,0,0.1)
shadow-lg: 0 10px 15px rgba(0,0,0,0.1)
shadow-xl: 0 20px 25px rgba(0,0,0,0.15)
75ms - Instant (very subtle)
150ms - Fast (hover states)
200ms - Normal (default)
300ms - Moderate (dropdown, modal)
500ms - Slow (page transitions)
| Easing | Kullanım | |--------|----------| | ease-out | En yaygın (hover, click) | | ease-in-out | Modal, dropdown | | ease-in | Çıkış animasyonları |
| Tip | Spacing | |-----|---------| | Tight | 8-12px (data tables) | | Normal | 16-24px (default) | | Relaxed | 32-48px (marketing) | | Spacious | 64px+ (premium) |
:focus-visible {
outline: 2px solid var(--primary-500);
outline-offset: 2px;
}
design-tokens - Spacing, typographydesign-responsive - Breakpoints, fluidDesign Patterns v1.1 - Enhanced
Kaynak: Refactoring UI (Visual Hierarchy)
8px grid sistemine göre yerleştir.shadow ve z-index ile ayır.| Aşama | Doğrulama | |-------|-----------| | 1 | Sayfada nereye bakılacağı (Focal Point) net mi? | | 2 | Focus ring klavye ile gezinirken görünüyor mu? | | 3 | Animasyonlar performansı (FPS) düşürüyor mu? |
tools
Production-tested setup for Zustand state management in React. Includes patterns for persistence, devtools, and TypeScript patterns. Prevents hydration mismatches and render loops.
development
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
development
--- name: websocket_engineer router_kit: FullStackKit description: WebSocket specialist for real-time communication systems. Invoke for Socket.IO, WebSocket servers, bidirectional messaging, presence systems. Keywords: WebSocket, Socket.IO, real-time, pub/sub, Redis. triggers: - WebSocket - Socket.IO - real-time communication - bidirectional messaging - pub/sub - server push - live updates - chat systems - presence tracking role: specialist scope: implementation output-format:
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.