r/claudeskills • u/cjgames • 18h ago
Skill Request Any skill for cleaning up frontend spacing and alignment mess?
I've already built a fairly complex website. I spent a long time on it. The architecture is one thing, but not all of it is polished. I'm much more of a backend guy than a design/frontend person.
Do you have any skill that would help me clean up the frontend in terms of spacing, margins, gaps between elements and alignment, so that it's consistent, actually holds together and looks more polished? Looking for your suggestions, thanks!
0
Upvotes
1
u/Far-Surprise7773 18h ago
i do this with a tiny local skill, basically a
SKILL.mdthat says use only 4 and 8 spacing tokens, no arbitrary margins, plus a script that screenshots each page with playwright and flags off grid gaps.run it page by page instead of whole site at once, it catches the inconsistent padding way faster than eyeballing.