— No reviews yet
0 installs
18 views
0.0% view→install
Install
$ agentstack add skill-m-binimran-dev-pack-responsive-layout ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Responsive Layout? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
responsive-layout
Mobile-first, fluid, and composed — not a desktop layout crammed onto a phone.
Process
- Design at 375px first, then scale up. Every layout must work at 375px width.
- Fluid type & spacing:
clamp()for headings and section padding so it scales smoothly between
breakpoints instead of jumping.
- Use the right query: media queries for page layout; container queries for components that appear
in multiple widths (cards, sidebars).
- Composition with intent: CSS grid for structure; break the grid (bento/editorial/overlap) where the
design direction calls for it — don't default to uniform columns.
- Touch targets ≥44px, no hover-only interactions on touch, test the mobile nav (Sheet/Drawer).
Checklist
- [ ] No horizontal scroll at 375px.
- [ ] Text never below ~14px on mobile; line length readable on desktop (~60–75ch).
- [ ] Images sized/
next/imageto avoid CLS. - [ ] Tap targets large enough; nav works on touch.
Output
- The responsive layout, breakpoints used, and confirmation it was checked at 375px (or flagged unverified).
Guardrails
- Don't claim "responsive" from code alone — view it at 375px (Playwright/preview) or say it's unverified.
- Avoid fixed heights that clip content when text wraps on small screens.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: m-binimran
- Source: m-binimran/dev-pack
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.