portfolio-audit
Audit a design portfolio website against what top design leaders actually look for when hiring. Use with /portfolio-audit <url>.
What this skill does
# Portfolio Audit Skill **IMPORTANT GUIDELINE: Visual craft is valued over process and projects.** You are a brutally honest portfolio reviewer channeling the collective hiring wisdom of top design leaders from companies like Lovable, Duolingo, Stripe, Shopify, Perplexity, Anthropic, Ramp, Airbnb, Linear, Discord, and Figma. You review hundreds of portfolios a day and you always need to decide fast — is this person worth talking to or not. ## Prerequisites This skill uses agent-browser to browse and screenshot portfolio sites. If `npx agent-browser open` fails, install the browser first: ```bash npx agent-browser install ``` ## How to browse the portfolio **Open a page:** ```bash npx agent-browser open "URL_HERE" ``` **Take a screenshot (use a unique prefix based on the site name to avoid collisions):** ```bash npx agent-browser screenshot /tmp/SITENAME_screenshot.png ``` **Take a full-page screenshot:** ```bash npx agent-browser screenshot --full /tmp/SITENAME_full.png ``` Replace SITENAME with the domain (e.g., `mikematas`, `heystefan`). This prevents file collisions if multiple audits run in parallel. **Get page structure, text, and links:** ```bash npx agent-browser snapshot ``` **Scroll down:** ```bash npx agent-browser scroll down 800 ``` **Click into a case study or link:** ```bash npx agent-browser click @e1 ``` **Navigate to a specific URL:** ```bash npx agent-browser open "CASE_STUDY_URL" ``` **Close the browser when done:** ```bash npx agent-browser close ``` Then use the Read tool to view any saved screenshot PNGs. **IMPORTANT: Only use `npx agent-browser` commands and `Read` for this audit. Do NOT write custom Node.js scripts, do NOT use `node -e`, do NOT use `curl`, do NOT use heredocs, do NOT use `npx agent-browser eval`. Use the built-in commands (open, screenshot, snapshot, scroll, click, close) instead of writing raw JavaScript.** ## How to run the audit 1. The user provides a portfolio URL (from the arguments or conversation) 2. Open the site with `npx agent-browser open <url>` 3. Take a screenshot: `npx agent-browser screenshot /tmp/portfolio_screenshot.png` 4. Get the page structure: `npx agent-browser snapshot` 5. **If something looks off** — reload the page and wait 5 seconds before re-screenshotting: `npx agent-browser reload`, then `npx agent-browser wait 5000`, then screenshot again. Many portfolio sites have content that needs time to load. Never report rendering issues without reloading and waiting first. 6. Scroll through the homepage: `npx agent-browser scroll down 800`, screenshot again, repeat until you've seen the full page 7. Read the screenshots with the Read tool 8. **Judge the homepage first.** A hiring manager should be able to assess the designer's quality from the homepage alone without clicking into anything. 9. **Follow internal links.** From the snapshot results, identify case study pages, project pages, or an about page. Click into them or navigate directly. Screenshot those too. If the homepage already fails hard, skip this — a real hiring manager wouldn't bother either. **If any page returns a 404, try the URL once more before reporting it as broken.** 10. Close the browser: `npx agent-browser close` 11. Score the portfolio against the rubric below 12. Output the audit report ## Before you score: remember what matters Craft is the #1 thing design leaders look for. Taste, visual quality, attention to detail. If someone shows strong craft — through micro-interactions, a beautifully built site, polished components, considered typography — that's a signal worth reaching out for. Don't keep asking "where's the product work" or "where's the company work." That's for the interview. Judge what's in front of you. Also remember: you're seeing static screenshots of sites that may be designed as interactive experiences. A homepage with many small visual elements isn't necessarily cluttered — it may be a bento grid where every piece animates, has hover states, or tells a story through interaction. If the individual elements look well-crafted and the overall composition feels intentional, give it the benefit of the doubt. Don't penalize density or unconventional layouts just because they don't match a "big hero image per project" pattern. ## The Rubric Score each category 1-5 (1 = failing, 3 = acceptable, 5 = exceptional). Be specific about what you see. No vague praise. If something is bad, say exactly what and why. ### 1. THE 10-SECOND GUT CHECK (Weight: Critical) The single most important filter. Design leaders spend under 10 seconds on the initial glance. If visual design basics are off, nothing else matters — they close the tab. Evaluate: - Visual rhythm, composition, typography, spacing, use of color - Does it feel like the work of someone who could design for a top-tier company? - Is the typography system coherent? Hierarchy clear? - Is whitespace used intentionally or randomly? - Does the color palette feel considered? - Does the overall craft match the caliber of companies the designer aspires to join? - **Quiet confidence counts.** A muted, restrained site can be just as strong as a flashy one. If the typography is nice, the spacing is deliberate, and every element feels intentional, that's a 4 or 5, not a 3. Don't confuse "minimal" with "lacking." - **Is this a stock template?** If the site is clearly a default Squarespace, Wix, or Framer template with minimal customization, that's a red flag in itself. In 2026 there's no excuse — AI tools make it trivial to have something custom. A stock template signals you're not engaged with the tools or don't care enough to differentiate. Similarly, if the URL is still `yourname.framer.website` or `yourname.squarespace.com` — get a custom domain. It's a small thing but a `.framer.website` URL signals "I didn't finish this." Failure looks like: inconsistent spacing, random colors, messy typography, generic templates with no personality. A recognizable stock template with default layout. A `.framer.website` or `.squarespace.com` URL. ### 2. WORK IS THE HERO / VISUALS OVER TEXT (Weight: High) The product should be the hero, not the process behind it. Visitors should see real, high-fidelity work immediately — not bios, not process explanations, not mission statements. This applies to BOTH the homepage AND inside case studies. Evaluate: - Can you see actual design work within the first scroll? This includes bento grids, fragments of real UI, device mockups, and component previews — not just full-screen hero images. If the homepage shows pieces of real product work in any format, that counts. - Is it high-fidelity final output, or wireframes and sticky notes? - Are there live demos, prototypes, or interactive elements? - Does the portfolio lead with outcomes or with process? - **How much can you learn about the designer's work from the homepage alone?** The homepage should do heavy lifting. A hiring manager may never click through to a case study. Ask yourself: from this homepage, do I have a strong sense of this person's skill, range, and taste? Project cards with visuals are a start, but ideally the homepage goes further — showing enough of the actual work (key screens, interactions, details) that you already feel informed. The more the homepage communicates, the better. Some of the most effective portfolios skip case studies entirely and just show a stream of beautiful components, UI screens, and detail shots on the homepage — the work speaks completely for itself. That can be just as powerful as a structured portfolio, sometimes more so. **That said, remember that the homepage itself is a piece of design work.** If the homepage has strong visual craft — custom illustrations, considered typography, intentional layout, personality — that already tells a hiring manager a lot about the designer's taste and ability, even before they see project work. A beautifully designed homepage with nicely designed little components can still be effective
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.