Sub-skill of frontend-design: Common Issues.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill common-issues --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Common Issues?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-common-issues-0f5e9fd9)More formats (shields.io, HTML) on the badges page.
---
name: frontend-design-common-issues
description: 'Sub-skill of frontend-design: Common Issues.'
version: 2.0.0
category: business
type: reference
scripts_exempt: true
---
# Common Issues
## Common Issues
**Issue: Design looks generic**
- Cause: Using default fonts and colors
- Solution: Audit for Inter/Roboto/system fonts, replace with distinctive choices
**Issue: Animations feel janky**
- Cause: Using wrong easing or duration
- Solution: Use `ease-out` for entrances, keep durations 200-600ms
**Issue: Layout breaks on mobile**
- Cause: Fixed widths or no responsive breakpoints
- Solution: Use relative units, add media queries, test at 320px
**Issue: Colors clash in dark mode**
- Cause: Using light-mode palette directly
- Solution: Design dark mode first, derive light mode from it
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.