designer-skills

by Owl-ListenerVerified

Designer Skills Collection: agentic skills, commands, and plugins for design — from research to systems, UI, interaction, and delivery.

2,138
Stars
340
Forks
Markdown
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/Owl-Listener/designer-skills

Getting Started

Guides for using skills like designer-skills.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

The Designer Skills Pack

Design skills for the agent era, written so an AI agent can actually use them.

241 skills and 91 commands across 33 plugins, in five collections, for Claude Code and Gemini CLI.

Not sure which skill you need? Start with the skill index — every skill in this repo arranged by the situation you're in, plus the pairs most often mistaken for each other.

Getting started (no coding needed)

These skills run inside an AI coding assistant. The easiest place to use them is Claude Code, and it takes three steps. No terminal required.

1. Get Claude Code. It's a free app from Anthropic (claude.com). Download it, sign in, and open it. You only do this once.

2. Add the suite. In Claude Code, type this and press enter:

/plugin marketplace add Owl-Listener/designer-skills

This just tells Claude where the skills live. Nothing installs yet.

3. Pick what you want. Type /plugin and press enter, then open the Discover tab. You'll see all the collections. Move with the arrow keys, press space to tick the ones you want, and enter to install. That's it.

I only want the design skills, not everything

Same three steps. On the Discover list in step 3, just tick the design ones, design-research, design-systems, ui-design, interaction-design, and so on, and leave the rest. Install as few or as many as you like, and come back for more any time.

I only want one specific collection

Each collection also has its own door. Swap the command in step 2 for the one you want, for example:

/plugin marketplace add Owl-Listener/inclusive-design-skills

Then do step 3 the same way.

Prefer Gemini CLI?

Each plugin is also a Gemini CLI extension. From your project root:

git clone https://github.com/Owl-Listener/designer-skills /tmp/designer-skills
mkdir -p .gemini/extensions
cp -r /tmp/designer-skills/.gemini/extensions/. .gemini/extensions/

The five collections

CollectionPluginsWhat it covers
Design practice (this repo)9Research, systems, UX strategy, UI, interaction, prototyping & testing, design ops, the designer's toolkit, visual critique.
AI product design6Designing agentic experiences: model interaction, alignment reasoning, system behaviour, evaluation, agent orchestration, prompt architecture.
UX program management6Running design programs: planning, stakeholder comms, delivery, alignment, measurement, process design.
Design leadership6Leading design: people, teams, strategy, org influence, operating cadence, leadership craft.
Inclusive design6Accessible by default: cognitive accessibility, inclusive interaction, accessible content, inclusive personas, adaptive interfaces, accessibility decisions.

Each collection also lives in its own repo, with its own stars and full detail. This repo is the front door, and the home of the design-practice collection below.


Design practice (this repo)

Agentic skills, commands, and plugins for design, from research to systems, UI, interaction, and delivery. 107 skills and 32 commands across 9 plugins.

Plugins

PluginSkillsCommandsDescription
design-research124User research: personas, empathy maps, journey maps, interviews, usability testing, card sorting, surveys, and research repositories.
design-systems113Build and maintain design systems: tokens, components, accessibility, theming, motion, governance, and localization.
ux-strategy123Shape product direction: competitive analysis, design principles, experience mapping, information architecture, content strategy, and service blueprints.
ui-design195Craft polished interfaces: layout grids, color systems, typography, responsive design, data viz, Gestalt/perceptual principles, and platform conventions.
interaction-design225Design meaningful interactions: micro-animations, state machines, gestures, feedback, cognitive laws, forms, onboarding, navigation, search, and conversational UX.
prototyping-testing84Validate designs: prototyping strategies, usability testing, heuristic evaluation, and A/B experiments.
design-ops93Streamline operations: critique frameworks, handoff specs, sprint planning, team workflows, design debt, and impact reporting.
designer-toolkit73Essential utilities: design rationale, presentations, case studies, UX writing, system adoption, and design negotiation.
visual-critique72Visual critique: hierarchy, brand consistency, composition, typography, colour, affordance, and information density.

All commands

CommandPluginDescription
/design-ops:handoffdesign-opsRun the full handoff workflow — specs, measurements, assets, states, and a QA checklist — and output a developer-ready package.
/design-ops:plan-sprintdesign-opsRun a design sprint end to end — challenge framing, schedule, exercises, and prototype test plan.
/design-ops:setup-workflowdesign-opsSet up a team's operating rhythm end to end — rituals, task flow, tooling, review gates, and version control.
/design-research:discoverdesign-researchRun a full user research cycle — persona creation, empathy mapping, and journey mapping for a product or feature.
/design-research:interviewdesign-researchPrepare an interview script or summarize an interview transcript into structured insights.
/design-research:synthesizedesign-researchSynthesize research data into affinity diagrams, themes, and actionable insights.
/design-research:test-plandesign-researchRun the full usability study workflow — research questions, participant criteria, tasks, metrics, and facilitation guide.
/design-systems:audit-systemdesign-systemsRun a comprehensive audit of an existing design system for consistency, completeness, and accessibility.
/design-systems:create-componentdesign-systemsScaffold a full component specification end to end — props, states, variants, accessibility, and documentation.
/design-systems:tokenizedesign-systemsExtract tokens from an existing design or stylesheet and organise them — naming, structure, and theme mapping.
/designer-toolkit:build-presentationdesigner-toolkitBuild a design presentation end to end — audience framing, narrative structure, and supporting rationale.
/designer-toolkit:write-case-studydesigner-toolkitBuild a portfolio case study end to end — project framing, process narrative, outcomes, and visuals.
/designer-toolkit:write-rationaledesigner-toolkitWrite design rationale for a set of decisions, linking each to user needs, business goals, and principles.
/interaction-design:design-forminteraction-designDesign a form end to end — structure, decision points, chunking, validation, errors, and completion.
/interaction-design:design-interactioninteraction-designDesign a complete interaction flow for a feature or component.
/interaction-design:design-onboardinginteraction-designDesign a first-run experience end to end — activation path, progressive disclosure, and time to first value.
/interaction-design:error-flowinteraction-designDesign an error flow end to end — prevention, detection, messaging, and recovery paths.
/interaction-design:map-statesinteraction-designModel a component's states and transitions end to end — states, events, guards, and edge cases.
/prototyping-testing:evaluateprototyping-testingRun a heuristic evaluation end to end — expert review against heuristics with severity ratings and recommended fixes.
/prototyping-testing:experimentprototyping-testingDesign an A/B experiment end to end — hypothesis, variants, primary metric, and sample size.
/prototyping-testing:prototype-planprototyping-testingCreate a prototyping and testing plan for a design initiative.
/prototyping-testing:test-planprototyping-testingChoose a testing method and build the plan around it — method selection, task scenarios, click tests, and accessibility coverage.
/ui-design:color-paletteui-designRun the full colour workflow — tonal scales, semantic mapping, contrast checks, dark mode, and chart colours — and output a documented palette.
/ui-design:design-screenui-designDesign a complete screen layout from a description or requirements.
/ui-design:platform-auditui-designAudit a design for iOS and Android convention compliance — navigation, controls, typography, and platform-specific gaps.
/ui-design:responsive-auditui-designAudit a design's responsive behaviour across breakpoints — layout, touch targets, and content reflow.
/ui-design:type-systemui-designBuild a typography system end to end — scale, weights, line heights, measure, and responsive behaviour.
/ux-strategy:benchmarkux-strategyRun a competitive benchmark across a set of products — pattern comparison, gap analysis, and opportunity callouts.
/ux-strategy:frame-problemux-strategyStructure an ambiguous design challenge into a clear problem definition with constraints and criteria.
/ux-strategy:strategizeux-strategyDevelop a complete UX strategy for a product or feature area.
/visual-critique:critique-screenvisual-critiqueRun all seven visual critiques on a screen and output a prioritised fix list.
/visual-critique:critique-uxvisual-critiqueRun a focused UX critique on a screen — affordances, information density, and hierarchy — and output a prioritised fix list.

What are skills and commands?

Skills are domain knowledge units — nouns. They teach Claude about a design topic: how to create a user persona, how to define design tokens, how to write a non-leading interview question.

Commands are workflows — verbs. They chain skills together to do a complete job: /design-research:discover runs personas, empathy map, and journey map in one go.

You'll mostly reach for commands. The skills run underneath them.

Pick your starting point

I'm starting a new product from scratch

Start with research, even if you think you know the users.

/design-research:discover

Tell Claude: what you're building, who you think the users are, and what problem you're solving. It will run a full discovery cycle — personas, empathy map, journey map — and surface the gaps in your assumptions.

From there, move in sequence:

  • /ux-strategy:frame-problem — structure the design challenge before you start designing
  • /ui-design:design-screen — when you're ready to build
  • /interaction-design:design-interaction — for any flows that have meaningful state or motion
  • /design-systems:create-component — when patterns start repeating and you need to systemise them

Minimum install for this path: design-research, ux-strategy, ui-design, interaction-design

I'm working on an existing product

Start with a critique, not new work.

/visual-critique:critique-screen

Drop a screenshot. Get a prioritised fix list covering hierarchy, brand consistency, composition, and typography. This tells you what's actually broken before you add anything new.

Then:

  • /prototyping-testing:evaluate — run a heuristic evaluation if you want a fuller audit
  • /design-ops:handoff — if you're in a delivery phase and need specs
  • /design-systems:audit-system — if you suspect system debt is the root cause

Minimum install for this path: visual-critique, prototyping-testing, design-ops

I have a specific deliverable to produce

Go directly to the plugin that covers it. You don't need everything.

What you need to producePluginCommand
User personasdesign-research
Interview scriptdesign-research/design-research:interview
Journey mapdesign-research
Competitive analysisux-strategy/ux-strategy:benchmark
Colour paletteui-design/ui-design:color-palette
Typography systemui-design/ui-design:type-system
Component specdesign-systems/design-systems:create-component
Design tokensdesign-systems/design-systems:tokenize
Usability test planprototyping-testing/prototyping-testing:test-plan
Developer handoffdesign-ops/design-ops:handoff
Design rationaledesigner-toolkit/designer-toolkit:write-rationale
Case studydesigner-toolkit/designer-toolkit:write-case-study

That covers the most common asks. For all 107 skills — including the ones without a command in front of them — see the skill index.

I'm building with AI and need to design the AI experience

This collection covers conventional design. For designing AI products specifically — model interaction, alignment reasoning, error personality, agent orchestration — use the companion collection:

/plugin marketplace add Owl-Listener/ai-design-skills

The two collections are designed to work alongside each other.

Recommended install for most designers

If you're not sure where to start, install these four and you'll have coverage across the full design cycle:

/plugin install design-research@designer-skills
/plugin install ux-strategy@designer-skills
/plugin install ui-design@designer-skills
/plugin install design-ops@designer-skills

Add others as you need them. The plugins are lightweight — installing more doesn't slow things down.

A note on sequence

The plugins aren't a strict pipeline, but there's a natural grain to them:

design-research → ux-strategy → ui-design / interaction-design → design-systems → design-ops

Research informs strategy. Strategy shapes UI decisions. Patterns in UI become system components. Systems flow into ops. Working against this grain is fine — but if something feels hard, it's often because a step earlier in the sequence was skipped.

Why this exists

Most design knowledge is written for humans to read and interpret. An agent gets none of that nuance. It reads what we wrote literally, and guesses where we left the meaning out, and the guesses pile up into something hollow. This suite writes the judgment down: what a thing is for, when to use it, and what to never do. Taste, made legible.

Questions?

Open an issue. If something isn't working the way you expected, or if a skill output feels wrong for your context, that's signal worth capturing.

Contributing

Each collection takes contributions in its own repo. Add a skill, ship its plugin manifest in the same commit, and open a PR. PRs for new skills or structural changes without a corresponding open issue will be closed without review.

Community Integrations

Tools and plugins built on top of designer-skills:

IntegrationDescriptionMaintainerdesign-library-pluginClaude Code plugin exposing designer-skills via /design-process, with keyword activation across wireframe, prototype, user research, design sprint, and handoff workflows@zeta92

If you've built something on top of this collection and want it listed here, open an issue.

License

MIT.

By MC Dean · MC Percolates on Substack

Frequently Asked Questions

What is designer-skills?

designer-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Owl-Listener. Designer Skills Collection: agentic skills, commands, and plugins for design — from research to systems, UI, interaction, and delivery. It has 2,138 GitHub stars.

Is designer-skills safe to use?

Yes. designer-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install designer-skills?

Clone the repository with "git clone https://github.com/Owl-Listener/designer-skills" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is designer-skills written in?

designer-skills is primarily written in Markdown. It is open-source under Owl-Listener on GitHub, so you can review or fork the full source.

Are there alternatives to designer-skills?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh designer-skills against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details