refero_skill
Health Pass
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 40 GitHub stars
Code Warn
- Code scan incomplete — No supported source files were scanned during light audit
Permissions Pass
- Permissions — No dangerous permissions requested
This skill enables AI coding agents to search and reference a large database of real-world application designs and user flows via the Refero platform, helping them generate better UI/UX implementations.
Security Assessment
Risk Rating: Low. The tool functions as an MCP skill that connects to an external API (`api.refero.design`). It does not execute local shell commands or request dangerous local file system permissions. It does require network requests to function, and relies on passing an authentication token for the Refero service. No hardcoded secrets, environment variable exposures, or malicious payloads were detected. Developers should be aware that passing authorization headers via CLI arguments could potentially expose the token in the process history or shell logs.
Quality Assessment
The project is highly maintained, with repository updates pushed as recently as today. It possesses a standard MIT license, ensuring clear and permissive usage rights. With 40 GitHub stars, it demonstrates a solid baseline of community trust and user adoption for an early-stage AI integration tool. The rule-based scan successfully passed all active code and permission checks.
Verdict
Safe to use, provided you are comfortable routing your agent's UI research queries through the external Refero API.
Research-first design skill for AI agents. 150K+ real app screens and flows via Refero MCP.

Refero Design Skill
Design with data, not defaults.
AI agents design from training data averages. Generic layouts, safe colors, patterns you've seen a thousand times. This skill gives your agent something it never had: access to real design research.
Real-time design research
Before creating anything, your agent searches Refero: 150,000+ screens and 6,000+ user flows from Stripe, Linear, Notion, Figma, Vercel, and thousands of the best products ever built.
Not just screenshots. Every screen has rich metadata: components, patterns, typography, colors, layout structures. Your agent doesn't just see designs, it understands them. User flows are broken down step by step: what each screen does, what content it shows, how users move through the experience.
Semantic search that finds anything. Pricing page with annual toggle? Fintech onboarding? Dark mode dashboard? Cancellation flow that reduces churn? If the pattern exists, your agent will find it. Research that takes designers hours, done in seconds.
Without this data, AI agents guess. They produce "safe" designs that look like everything else. With Refero, your agent researches first, then designs with confidence.
Also in this skill:
Craft knowledge. Deep guides on typography, color, spacing, motion, and icons. Letter-spacing rules, color token systems, animation timing curves. The details that separate polished products from rough prototypes.
Anti-slop rules. Explicit guidance to avoid the generic AI look: no default indigo, no blob backgrounds, no hero-features-pricing-FAQ templates. What makes design feel human versus generated.
Methodology. A complete workflow from discovery questions through research, analysis, and implementation. Quality gates and side-by-side validation against real products.
Install
npx skills add referodesign/refero_skill
Requires Refero MCP to connect your agent to the design library.
Setup Refero MCP
1. Get your token
2. Connect
Claude Code:
claude mcp add --transport http refero https://api.refero.design/v1/mcp --header "Authorization: <token>"
Gemini CLI:
gemini mcp add --transport http refero https://api.refero.design/v1/mcp --header "Authorization: <token>"
Cursor — add to .cursor/mcp.json:
{
"mcpServers": {
"refero": {
"url": "https://api.refero.design/v1/mcp",
"headers": { "Authorization": "<token>" }
}
}
}
Lovable: Settings → Connectors → New MCP server → https://api.refero.design/v1/mcp → Bearer token
Other tools:
URL: https://api.refero.design/v1/mcp
Auth: Bearer <token>
Troubleshooting
npx skills add referodesign/refero_skill --agent cursor
Or clone:
git clone https://github.com/referodesign/refero_skill.git .cursor/skills/refero-design
What's inside
SKILL.md — Research-First methodology
- Discovery questions before designing
- Research strategies and query patterns
- Analysis frameworks and steal lists
- Design craft summaries
- Quality gates and validation
Reference guides:
typography.md— Scale, pairing, letter-spacing, line-heightcolor.md— Palettes, tokens, dark mode, contrastmotion.md— Timing, easing, micro-interactionsicons.md— Sizing, optical corrections, librariescraft-details.md— Focus states, forms, accessibilityanti-ai-slop.md— Avoiding the generic AI lookmcp-tools.md— Refero API referenceexample-workflow.md— Complete design walkthrough
License
MIT
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found