skills/design_responsive/SKILL.md
--- name: design_responsive router_kit: FullStackKit description: Breakpoints, fluid typography, container queries ve modern CSS features. metadata: skillport: category: design tags: [accessibility, api integration, backend, browser apis, client-side, components, css3, debugging, deployment, design responsive, frameworks, frontend, fullstack, html5, javascript, libraries, node.js, npm, performance optimization, responsive design, seo, state management, testing, typescript, ui/ux, web d
npx skillsauth add vuralserhat86/antigravity-agentic-skills skills/design_responsiveInstall 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.
Responsive tasarım ve modern CSS özellikleri.
Mobile: 0 - 639px
Tablet SM: 640 - 767px
Tablet: 768 - 1023px
Desktop: 1024 - 1439px
Wide: 1440px+
sm: 640px
md: 768px
lg: 1024px
xl: 1280px
2xl: 1536px
:root {
--fluid-sm: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
--fluid-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
--fluid-lg: clamp(1.25rem, 1rem + 1vw, 1.5rem);
--fluid-xl: clamp(1.5rem, 1.2rem + 1.5vw, 2rem);
--fluid-2xl: clamp(2rem, 1.5rem + 2.5vw, 3rem);
}
| Device | Max-Width | Padding | |--------|-----------|---------| | Mobile | 100% | 16px | | Tablet | 768px | 24px | | Desktop | 1200px | 32px | | Wide | 1440px | 48px |
.card-container {
container-type: inline-size;
}
@container (min-width: 400px) {
.card-content {
display: grid;
grid-template-columns: 1fr 2fr;
}
}
/* Dark mode */
@media (prefers-color-scheme: dark) { }
/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
* { animation-duration: 0.01ms !important; }
}
/* High contrast */
@media (prefers-contrast: high) { }
| Device | Columns | Gutter | |--------|---------|--------| | Mobile | 4 | 16px | | Tablet | 8 | 16px | | Desktop | 12 | 24px |
Kaynak: MDN - Container Queries & Utopia - Fluid Responsive Design
clamp() fonksiyonlarını hesapla ve entegre et.CSS Grid (Area naming) ve Flexbox (Gap) kullan.srcset ve aspect-ratio kullanarak görsel yüklemelerini ve düzenini optimize et.prefers-color-scheme ve prefers-reduced-motion desteğini test et.| Aşama | Doğrulama | |-------|-----------| | 1 | Tasarım 320px (iPhone SE) ve 2560px (Ultra-wide) arasında sorunsuz mu? | | 2 | Horizontal scroll oluşuyor mu? (Overflow kontrolü) | | 3 | Font boyutları her viewport'ta okunabilir mi? |
Design Responsive v1.5 - With Workflow
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.