The mobile-check skill: see your page the way phones show it
TL;DR
The mobile-check skill reads your page at 375 pixels wide, the size of an average iPhone, and hands back a numbered fix list ordered by how much each problem costs you. Every item comes with a plain-English sentence you paste straight back to Claude. You never touch the CSS yourself.
You built it on a laptop. Most people who open it will be on a phone, one-handed, half distracted. A page that looks fine at 1440 pixels wide can be unusable at 375, and you'd never find out, because you never looked at it that way.
The mobile-check skill reads your page at phone width and tells you what breaks: text too small to read, buttons too small to tap, a page that slides sideways, an image blowing out the layout, and the main button parked where a thumb can't reach it. Then it ranks the problems by how much each one costs you, so you fix the one that matters first.
The part that makes it useful for a beginner is the paste-back sentence. Every fix comes written as one plain sentence you copy into your next message. No selectors, no pixel values, nothing you'd have to understand. The skill is free and it sits in our public freeskills repo.
Reads your page at phone width and ranks what breaks, worst damage first.
Install the mobile-check skill
Grab the repo, then drop this folder into your Claude Code skills directory.
bashgit clone https://github.com/duncan-buildroom/freeskills.git
mkdir -p ~/.claude/skills
cp -r freeskills/mobile-check ~/.claude/skills/Restart Claude Code or open a new session and it's live. No API keys, no setup.
Run it the first time
Type /mobile-check. It asks for the file path of the page. If you don't know it, it looks for the index.html you've been working on and confirms with you before reading anything. Then it reads the whole file, the HTML and the CSS and any JavaScript inside it, and tells you out loud that it's reading the page as a phone at 375 pixels wide.
What comes back is a numbered list. Each item says what's wrong, where it is, why it costs you, and the sentence to paste. It also gives you a short already-good list, because you need to know what not to touch. The report saves to ~/mobile-checks/<page-name>-<date>.md. Honest expectation: if your page is a paragraph of text with no styling, it'll tell you it's fine rather than invent problems for you.
Check the page you just built
The normal run. Point it at the file and let it read.
/mobile-check
My page is at [~/sites/your-folder/index.html].
It's a [what the page is, e.g. landing page for my cleaning business].
The one thing I want people to do on it is [e.g. tap the Get a quote button].Check something that's already live
If it's deployed and someone told you it looks weird on their phone, give it the link and what they said.
/mobile-check
It's live at [paste your URL] and the file is at [path, if you have it].
[Person] opened it on their phone and said [exactly what they said, e.g. it looks tiny and slides around].
Start with whatever explains that.Run the fix loop, one at a time
This is where the skill pays off. Take fix number one, paste it, look at the page, come back. Fixing eight things in one prompt is how a working page turns into a broken one.
[paste the exact paste-back sentence from fix #1 here]
After you change it, tell me in one line what you did and what I should look at on the page.The 60-second version
What this skill does and why it's worth running before anyone else opens your page. Sixty seconds, out loud.
- 1Hook: there's a brand new free Claude skill that takes you from a page that quietly breaks on phones to a ranked fix list with the exact words to paste back.
- 2Mechanism: you hand it the page you built, and it reads the whole thing the way a phone at 375 pixels wide would see it. It runs seven checks for the things that actually break, the sideways scroll, the text too small to read, the button no thumb can hit, then ranks what it finds by how much each one costs you. Every problem comes back with one plain sentence you paste straight back to get it fixed.
- 3Transformation: you stop guessing about the half of your visitors you can't see. You know what's broken, in what order it matters, and how to say it.
- 4Close: it's free, one of 55 sitting in the repo. Knowing what to build so you've got pages worth checking is the bigger job, and that runs inside Claude Code Club for $9 a month. Link's below.
Tonight: run it on the last page you built, do fix number one, and open the page on your actual phone to see the difference.
Common questions
Do I need to know how to code?
No. Every fix comes as one plain sentence you paste back to Claude. The skill deliberately never writes a fix in code terms, because describing what you saw is the beginner move that works.
Is it really free?
Yes. It's public in the freeskills repo and needs no API keys, no accounts, and no paid tools.
What if I don't have the file, only a live link?
Give it the URL and it works from that. If you have neither, take a screenshot on your actual phone and hand it that instead.
What if I break something applying a fix?
Type /rewind and the change goes back. That's why trying a fix costs you nothing.
My page isn't broken, it just looks bad. Is this the right skill?
No. That's a different job. Use make-it-designed from the same repo for a polish pass, then run mobile-check afterwards.
Keep going
Want the whole build-it-and-ship-it path?
Get 650+ plug-and-play skills, MCPs & prompts, plus 7,000+ members - $9/mo, cancel anytime.
Join the Club