adapt
Adapts designs across devices and platforms using responsive CSS techniques and context-specific layout strategies.
Install
npx skills add https://github.com/pbakaus/impeccable --skill adaptStats
| Total installs | 31,530 |
| Weekly installs | 31.4K |
| GitHub stars | 14.0K |
| First seen | Mar 4, 2026 |
| Source | @pbakaus/impeccable |
Summary
- Assess source and target contexts (device type, input method, screen size, connection speed, usage patterns) to identify what won't fit or work across platforms
- Apply context-specific strategies: single-column layouts and touch targets for mobile, two-column hybrid layouts for tablet, multi-column and hover states for desktop, narrow widths and inline CSS for email
- Use responsive techniques including CSS Grid/Flexbox, media queries, container queries, and clamp() for fluid sizing; increase touch targets to 44x44px minimum and remove hover dependencies on touch devices
- Test on real devices across orientations, browsers, and input methods rather than relying solely on browser emulation
Tags
Related skills
| Skill | Installs | vs adapt |
|---|---|---|
| web-design-guidelines | 206,584 | +175,054 |
| delight | 30,624 | -906 |
| vercel-composition-patterns | 104,328 | +72,798 |
| vercel-react-best-practices | 256,738 | +225,208 |
| remotion-render | 109,099 | +77,569 |
FAQ
- How many installs does adapt have?
- adapt has 31,530 total installs and 31.4K installs this week.
- Where is adapt hosted?
- adapt is published by @pbakaus/impeccable at https://github.com/pbakaus/impeccable.
- How many GitHub stars does adapt have?
- adapt has 14.0K GitHub stars.
- When was adapt first indexed?
- OrangeBot.AI first indexed adapt on Mar 4, 2026.
- How do I install adapt?
- Run: npx skills add https://github.com/pbakaus/impeccable --skill adapt