Skip to main content
Back to registry

Frontend Responsive Design Standards

am-will/codex-skills

Rule: Mobile-first development with consistent breakpoints, fluid layouts, relative units, and touch-friendly targets.

Install command
npx skills add https://github.com/am-will/codex-skills --skill 'Frontend Responsive Design Standards'
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Rule: Mobile-first development with consistent breakpoints, fluid layouts, relative units, and touch-friendly targets. This Skill provides Codex with specific guidance on how to adhere to coding standards as they relate to how it should handle frontend responsive. Always start with mobile layout, then enhance for larger screens. Bad (desktop-first): Good (mobile-first): Why mobile-first: Identify and use project breakpoints consistently: Common breakpoint systems: Tailwind: Bootstrap: Check existing codebase for breakpoint definitions before creating new ones. Usage (Tailwind): Usage (CSS): Never use arbitrary breakpoints like 850px or 1150px unless explicitly required. Use flexible containers that adapt to screen size: Bad (fixed widths): Good (fluid): Patterns for fluid layouts: Use rem/em for scalability and accessibility: Bad: Good: When to use each unit: Framework utilities handle this automatically: Minimum touch target size: 44x44px (iOS) / 48x48px (Android) Bad: Good: Touch target checklist: Maintain readable font sizes without zoom: Bad: Good: Typography guidelines: Responsive typography: Or with clamp (fluid): Show most important content first, hide or collapse secondary content: Bad: Good: Strategies: Serve appropriate images for device size: Bad: Good: Or with modern formats: Framework-specific: Verify layouts at key breakpoints before completing work: Test...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does Frontend Responsive Design Standards do?

Rule: Mobile-first development with consistent breakpoints, fluid layouts, relative units, and touch-friendly targets.

Is Frontend Responsive Design Standards good?

Frontend Responsive Design Standards does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does Frontend Responsive Design Standards work with?

Frontend Responsive Design Standards currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to Frontend Responsive Design Standards?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install Frontend Responsive Design Standards?

npx skills add https://github.com/am-will/codex-skills --skill 'Frontend Responsive Design Standards'

Related skills

More from am-will/codex-skills

Related skills

Alternatives in Software Engineering