Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
github avatar

Penpot Uiux Design

  • 11.8k installs
  • 37.1k repo stars
  • Updated July 28, 2026
  • github/awesome-copilot

Guide for creating professional, accessible UI/UX designs in Penpot using MCP automation tools, design systems, and proven principles.

About

This skill enables developers to build production-ready UI/UX designs in Penpot using the penpot-mcp MCP server with JavaScript automation. It covers MCP tool setup (execute_code, export_shape, import_image, penpot_api_info), design system discovery and application, responsive layouts for mobile/desktop, component patterns (buttons, forms, navigation), and accessibility validation. Developers use it when creating new interfaces, establishing design systems, designing dashboards and landing pages, or reviewing designs for usability and WCAG compliance. Workflows include discovering existing design patterns, creating boards at correct positions, applying flex layouts, and validating contrast, hierarchy, and touch targets.

  • Four MCP tools for automation: execute_code runs JavaScript in plugin context, export_shape outputs PNG/SVG, import_imag
  • Design system workflow: discover existing tokens/components from Penpot files or use provided default spacing, typograph
  • Responsive layout templates for mobile (375x812) and desktop (1440x900) with proper spacing, headers, content areas, and
  • Component specifications with accessibility checks: buttons (44x44px minimum, 3:1 contrast), forms (labels above inputs,
  • Validation tools: analyze element bounds, check text sizes, verify color contrast, review hierarchy structure, export CS

Penpot Uiux Design by the numbers

  • 11,841 all-time installs (skills.sh)
  • +120 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #53 of 1,896 Design & UI/UX skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

penpot-uiux-design capabilities & compatibility

Capabilities
execute javascript in penpot plugin context · create and modify shapes (boards, rectangles, te · export designs as png and svg · import images and assets · apply flex layouts for responsiveness · discover existing design patterns and components · validate accessibility and contrast · generate css from designs
Use cases
ui design · web design · frontend
Platforms
macOS · Windows · Linux
Runs
Runs locally
Pricing
Free
npx skills add https://github.com/github/awesome-copilot --skill penpot-uiux-design

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs11.8k
repo stars37.1k
Security audit3 / 3 scanners passed
Last updatedJuly 28, 2026
Repositorygithub/awesome-copilot

What it does

Create professional UI/UX designs in Penpot with MCP tools, design systems, and accessibility standards.

Who is it for?

Building new interfaces from scratch, establishing design systems with reusable components, designing dashboards and forms, creating mobile-first responsive layouts, validating designs for accessibility.

Skip if: Graphic design, illustration, animation, video editing, brand identity creation from zero, design critique without Penpot access.

When should I use this skill?

User says: 'design a UI', 'create interface', 'build layout', 'design dashboard', 'create form', 'design landing page', 'make it accessible', 'design system', 'component library'

What you get

Developers produce production-ready designs with proper spacing, typography, color systems, accessibility compliance, and responsive layouts across platforms.

  • Fully designed UI screens and flows
  • Reusable component library with specifications
  • Design system with tokens (spacing, typography, colors)

By the numbers

  • Four MCP tools available: execute_code, export_shape, import_image, penpot_api_info
  • Default spacing scale: 6 tokens from 4px (xs) to 48px (2xl)
  • Typography levels: 8 standard levels from Display (48-64px) to Caption (12px)

Files

SKILL.mdMarkdownGitHub ↗

Penpot UI/UX Design Guide

Create professional, user-centered designs in Penpot using the penpot/penpot-mcp MCP server and proven UI/UX principles.

Available MCP Tools

ToolPurpose
mcp__penpot__execute_codeRun JavaScript in Penpot plugin context to create/modify designs
mcp__penpot__export_shapeExport shapes as PNG/SVG for visual inspection
mcp__penpot__import_imageImport images (icons, photos, logos) into designs
mcp__penpot__penpot_api_infoRetrieve Penpot API documentation

MCP Server Setup

The Penpot MCP tools require the penpot/penpot-mcp server running locally. For detailed installation and troubleshooting, see setup-troubleshooting.md.

Before Setup: Check If Already Running

Always check if the MCP server is already available before attempting setup:

1. Try calling a tool first: Attempt mcp__penpot__penpot_api_info - if it succeeds, the server is running and connected. No setup needed.

2. If the tool fails, ask the user:

"The Penpot MCP server doesn't appear to be connected. Is the server already installed and running? If so, I can help troubleshoot. If not, I can guide you through the setup."

3. Only proceed with setup instructions if the user confirms the server is not installed.

Quick Start (Only If Not Installed)

# Clone and install
git clone https://github.com/penpot/penpot-mcp.git
cd penpot-mcp
npm install

# Build and start servers
npm run bootstrap

Then in Penpot: 1. Open a design file 2. Go to PluginsLoad plugin from URL 3. Enter: http://localhost:4400/manifest.json 4. Click "Connect to MCP server" in the plugin UI

VS Code Configuration

Add to settings.json:

{
  "mcp": {
    "servers": {
      "penpot": {
        "url": "http://localhost:4401/sse"
      }
    }
  }
}

Troubleshooting (If Server Is Installed But Not Working)

IssueSolution
Plugin won't connectCheck servers are running (npm run start:all in penpot-mcp dir)
Browser blocks localhostAllow local network access prompt, or disable Brave Shield, or try Firefox
Tools not appearing in clientRestart VS Code/Claude completely after config changes
Tool execution fails/times outEnsure Penpot plugin UI is open and shows "Connected"
"WebSocket connection failed"Check firewall allows ports 4400, 4401, 4402

Quick Reference

TaskReference File
MCP server installation & troubleshootingsetup-troubleshooting.md
Component specs (buttons, forms, nav)component-patterns.md
Accessibility (contrast, touch targets)accessibility.md
Screen sizes & platform specsplatform-guidelines.md

Core Design Principles

The Golden Rules

1. Clarity over cleverness: Every element must have a purpose 2. Consistency builds trust: Reuse patterns, colors, and components 3. User goals first: Design for tasks, not features 4. Accessibility is not optional: Design for everyone 5. Test with real users: Validate assumptions early

Visual Hierarchy (Priority Order)

1. Size: Larger = more important 2. Color/Contrast: High contrast draws attention 3. Position: Top-left (LTR) gets seen first 4. Whitespace: Isolation emphasizes importance 5. Typography weight: Bold stands out

Design Workflow

1. Check for design system first: Ask user if they have existing tokens/specs, or discover from current Penpot file 2. Understand the page: Call mcp__penpot__execute_code with penpotUtils.shapeStructure() to see hierarchy 3. Find elements: Use penpotUtils.findShapes() to locate elements by type or name 4. Create/modify: Use penpot.createBoard(), penpot.createRectangle(), penpot.createText() etc. 5. Apply layout: Use addFlexLayout() for responsive containers 6. Validate: Call mcp__penpot__export_shape to visually check your work

Design System Handling

Before creating designs, determine if the user has an existing design system:

1. Ask the user: "Do you have a design system or brand guidelines to follow?" 2. Discover from Penpot: Check for existing components, colors, and patterns

// Discover existing design patterns in current file
const allShapes = penpotUtils.findShapes(() => true, penpot.root);

// Find existing colors in use
const colors = new Set();
allShapes.forEach(s => {
  if (s.fills) s.fills.forEach(f => colors.add(f.fillColor));
});

// Find existing text styles (font sizes, weights)
const textStyles = allShapes
  .filter(s => s.type === 'text')
  .map(s => ({ fontSize: s.fontSize, fontWeight: s.fontWeight }));

// Find existing components
const components = penpot.library.local.components;

return { colors: [...colors], textStyles, componentCount: components.length };

If user HAS a design system:

  • Use their specified colors, spacing, typography
  • Match their existing component patterns
  • Follow their naming conventions

If user has NO design system:

  • Use the default tokens below as a starting point
  • Offer to help establish consistent patterns
  • Reference specs in component-patterns.md

Key Penpot API Gotchas

  • width/height are READ-ONLY → use shape.resize(w, h)
  • parentX/parentY are READ-ONLY → use penpotUtils.setParentXY(shape, x, y)
  • Use insertChild(index, shape) for z-ordering (not appendChild)
  • Flex children array order is REVERSED for dir="column" or dir="row"
  • After text.resize(), reset growType to "auto-width" or "auto-height"

Positioning New Boards

Always check existing boards before creating new ones to avoid overlap:

// Find all existing boards and calculate next position
const boards = penpotUtils.findShapes(s => s.type === 'board', penpot.root);
let nextX = 0;
const gap = 100; // Space between boards

if (boards.length > 0) {
  // Find rightmost board edge
  boards.forEach(b => {
    const rightEdge = b.x + b.width;
    if (rightEdge + gap > nextX) {
      nextX = rightEdge + gap;
    }
  });
}

// Create new board at calculated position
const newBoard = penpot.createBoard();
newBoard.x = nextX;
newBoard.y = 0;
newBoard.resize(375, 812);

Board spacing guidelines:

  • Use 100px gap between related screens (same flow)
  • Use 200px+ gap between different sections/flows
  • Align boards vertically (same y) for visual organization
  • Group related screens horizontally in user flow order

Default Design Tokens

Use these defaults only when user has no design system. Always prefer user's tokens if available.

Spacing Scale (8px base)

TokenValueUsage
spacing-xs4pxTight inline elements
spacing-sm8pxRelated elements
spacing-md16pxDefault padding
spacing-lg24pxSection spacing
spacing-xl32pxMajor sections
spacing-2xl48pxPage-level spacing

Typography Scale

LevelSizeWeightUsage
Display48-64pxBoldHero headlines
H132-40pxBoldPage titles
H224-28pxSemiboldSection headers
H320-22pxSemiboldSubsections
Body16pxRegularMain content
Small14pxRegularSecondary text
Caption12pxRegularLabels, hints

Color Usage

PurposeRecommendation
PrimaryMain brand color, CTAs
SecondarySupporting actions
Success#22C55E range (confirmations)
Warning#F59E0B range (caution)
Error#EF4444 range (errors)
NeutralGray scale for text/borders

Common Layouts

Mobile Screen (375×812)

┌─────────────────────────────┐
│ Status Bar (44px)           │
├─────────────────────────────┤
│ Header/Nav (56px)           │
├─────────────────────────────┤
│                             │
│ Content Area                │
│ (Scrollable)                │
│ Padding: 16px horizontal    │
│                             │
├─────────────────────────────┤
│ Bottom Nav/CTA (84px)       │
└─────────────────────────────┘

Desktop Dashboard (1440×900)

┌──────┬──────────────────────────────────┐
│      │ Header (64px)                    │
│ Side │──────────────────────────────────│
│ bar  │ Page Title + Actions             │
│      │──────────────────────────────────│
│ 240  │ Content Grid                     │
│ px   │ ┌─────┐ ┌─────┐ ┌─────┐ ┌─────┐ │
│      │ │Card │ │Card │ │Card │ │Card │ │
│      │ └─────┘ └─────┘ └─────┘ └─────┘ │
│      │                                  │
└──────┴──────────────────────────────────┘

Component Checklist

Buttons

  • [ ] Clear, action-oriented label (2-3 words)
  • [ ] Minimum touch target: 44×44px
  • [ ] Visual states: default, hover, active, disabled, loading
  • [ ] Sufficient contrast (3:1 against background)
  • [ ] Consistent border radius across app

Forms

  • [ ] Labels above inputs (not just placeholders)
  • [ ] Required field indicators
  • [ ] Error messages adjacent to fields
  • [ ] Logical tab order
  • [ ] Input types match content (email, tel, etc.)

Navigation

  • [ ] Current location clearly indicated
  • [ ] Consistent position across screens
  • [ ] Maximum 7±2 top-level items
  • [ ] Touch-friendly on mobile (48px targets)

Accessibility Quick Checks

1. Color contrast: Text 4.5:1, Large text 3:1 2. Touch targets: Minimum 44×44px 3. Focus states: Visible keyboard focus indicators 4. Alt text: Meaningful descriptions for images 5. Hierarchy: Proper heading levels (H1→H2→H3) 6. Color independence: Never rely solely on color

Design Review Checklist

Before finalizing any design:

  • [ ] Visual hierarchy is clear
  • [ ] Consistent spacing and alignment
  • [ ] Typography is readable (16px+ body text)
  • [ ] Color contrast meets WCAG AA
  • [ ] Interactive elements are obvious
  • [ ] Mobile-friendly touch targets
  • [ ] Loading/empty/error states considered
  • [ ] Consistent with design system

Validating Designs

Use these validation approaches with mcp__penpot__execute_code:

CheckMethod
Elements outside boundspenpotUtils.analyzeDescendants() with isContainedIn()
Text too small (<12px)penpotUtils.findShapes() filtering by fontSize
Missing contrastCall mcp__penpot__export_shape and visually inspect
Hierarchy structurepenpotUtils.shapeStructure() to review nesting

Export CSS

Use penpot.generateStyle(selection, { type: 'css', includeChildren: true }) via mcp__penpot__execute_code to extract CSS from designs.

Tips for Great Designs

1. Start with content: Real content reveals layout needs 2. Design mobile-first: Constraints breed creativity 3. Use a grid: 8px base grid keeps things aligned 4. Limit colors: 1 primary + 1 secondary + neutrals 5. Limit fonts: 1-2 typefaces maximum 6. Embrace whitespace: Breathing room improves comprehension 7. Be consistent: Same action = same appearance everywhere 8. Provide feedback: Every action needs a response

Related skills

Forks & variants (1)

Penpot Uiux Design has 1 known copy in the catalog totaling 83 installs. They canonicalize to this original listing.

FAQ

What do I need to get started with Penpot MCP design tools?

Clone penpot-mcp repo, run npm install and npm run bootstrap, then load the plugin from http://localhost:4400/manifest.json in Penpot. Check if MCP server is already running by calling mcp__penpot__penpot_api_info first.

How do I make sure my designs are accessible?

Apply WCAG standards: text contrast 4.5:1 (or 3:1 for large text), touch targets minimum 44x44px, visible focus states, meaningful alt text, proper heading hierarchy (H1-H3), and never rely on color alone for information.

Should I create a design system or just design individual screens?

Always check for an existing design system first. If one exists, use its tokens and components. If not, use the provided default tokens for spacing (8px base), typography (Display/H1/H2/H3/Body/Small/Caption), and colors (primary, secondary, success, warning, error, neutral).

Is Penpot Uiux Design safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.