Agent skills for Mobbin — the world's largest library of real app UI screenshots.
- Mobbin MCP Server — these skills require the Mobbin MCP server (
api.mobbin.com/mcp) to be configured in your AI coding agent. Add it to your MCP client config:{ "mcpServers": { "mobbin": { "url": "https://api.mobbin.com/mcp" } } }
Search Mobbin for real app screenshots and visually analyze them before answering design questions.
Use when:
- Exploring how top apps handle a specific screen or flow
- Looking for design inspiration or references before building
- Comparing UI patterns across apps
- Any design question where real-world examples would help
What it does:
- Searches Mobbin's library via MCP (images returned inline)
- Visually inspects each screenshot
- Responds directly or offers to build an HTML evidence board for deeper analysis
- Provides grounded observations with Mobbin links for further exploration
npx skills add mobbin/mobbin-skillsSkills are automatically available once installed. The agent will use them when relevant tasks are detected.
Manual installation
git clone https://github.com/mobbin/mobbin-skills.git
cp -r mobbin-skills/skills/* ~/.claude/skills/On Claude.ai, add the contents of a skill's SKILL.md to your project knowledge.
To add a new skill, create a directory under skills/ with a SKILL.md file following the Agent Skills format.
MIT