| name | designer-skills-collection |
| description | Install and use agentic design skills, commands, and plugins for Claude Code — covering research, systems, UI, interaction, and delivery. |
| triggers | ["how do I install designer skills for Claude","use the designer skills collection","add design research plugins to my agent","install UX strategy skills in Claude Code","help me with design system commands","set up designer-skills plugins","use Owl-Listener design tools","add design ops skills to my workspace"] |
Designer Skills Collection
Skill by ara.so — Design Skills collection.
The Designer Skills Collection is a comprehensive library of 91 skills and 28 commands across 9 plugins for AI coding agents like Claude Code. It provides domain expertise in design research, design systems, UX strategy, UI design, interaction design, prototyping, design ops, and visual critique.
What It Does
This collection teaches AI agents how to:
- Conduct user research (personas, journey maps, interviews, usability testing)
- Build and maintain design systems (tokens, components, accessibility)
- Define UX strategy (competitive analysis, IA, content strategy)
- Design polished UI (layout grids, color systems, typography)
- Create meaningful interactions (micro-animations, state machines, gestures)
- Validate designs (prototyping, testing, heuristic evaluation)
- Streamline design operations (handoff specs, sprint planning, workflows)
- Critique visual designs (hierarchy, brand consistency, composition)
Installation
Claude Code
Step 1: Add the Marketplace
/plugin marketplace add Owl-Listener/designer-skills
Step 2: Install Plugins
/plugin
Navigate to the Discover tab, then select and install the plugins you need from these 9 options:
design-research (12 skills, 4 commands)
design-systems (11 skills, 3 commands)
ux-strategy (11 skills, 3 commands)
ui-design (14 skills, 4 commands)
interaction-design (15 skills, 3 commands)
prototyping-testing (8 skills, 4 commands)
design-ops (9 skills, 3 commands)
designer-toolkit (7 skills, 3 commands)
visual-critique (4 skills, 1 command)
Gemini CLI
Install individual plugins as workspace-scoped extensions:
mkdir -p .gemini/extensions
cp -r path/to/designer-skills/.gemini/extensions/design-research .gemini/extensions/
git clone https://github.com/Owl-Listener/designer-skills /tmp/designer-skills
cp -r /tmp/designer-skills/.gemini/extensions/. .gemini/extensions/
For user-global installation (available in all projects):
cp -r path/to/designer-skills/.gemini/extensions/design-research ~/.gemini/extensions/
Each extension directory contains:
gemini-extension.json (manifest)
GEMINI.md (context file with all skills)
Key Commands
Design Research
/design-research:discover
/design-research:interview
/design-research:test-plan
/design-research:synthesize
Design Systems
/design-systems:audit-system
/design-systems:create-component
/design-systems:tokenize
UX Strategy
/ux-strategy:strategize
/ux-strategy:benchmark
/ux-strategy:frame-problem
UI Design
/ui-design:design-screen
/ui-design:color-palette
/ui-design:type-system
/ui-design:responsive-audit
Interaction Design
/interaction-design:design-interaction
/interaction-design:map-states
/interaction-design:error-flow
Prototyping & Testing
/prototyping-testing:prototype-plan
/prototyping-testing:evaluate
/prototyping-testing:test-plan
/prototyping-testing:experiment
Design Ops
/design-ops:plan-sprint
/design-ops:handoff
/design-ops:setup-workflow
Designer Toolkit
/designer-toolkit:write-rationale
/designer-toolkit:build-presentation
/designer-toolkit:write-case-study
Visual Critique
/visual-critique:critique-screen
Usage Patterns
Example: Create a Design System Component
/plugin
/design-systems:create-component
The agent will guide you through:
- Component naming and purpose
- Variant definitions
- Accessibility requirements
- Token usage
- Documentation structure
- Code examples
Example: Run User Research Discovery
/plugin
/design-research:discover
The agent will help you:
- Define research goals
- Choose appropriate methods
- Create screeners and scripts
- Plan recruitment
- Synthesize findings
- Generate artifacts (personas, journey maps)
Example: Audit Responsive Design
/plugin
/ui-design:responsive-audit
The agent will check:
- Breakpoint strategy
- Layout flexibility
- Touch target sizes
- Content prioritization
- Performance considerations
Configuration
Each plugin is self-contained with no external configuration required. Skills and commands are immediately available after installation.
Plugin Structure
designer-skills/
├── design-research/
│ ├── skills/
│ │ ├── user-personas.md
│ │ ├── journey-mapping.md
│ │ └── ...
│ └── commands/
│ ├── discover.md
│ └── ...
├── design-systems/
├── ux-strategy/
└── ...
Gemini Extension Structure
.gemini/extensions/
└── design-research/
├── gemini-extension.json
└── GEMINI.md
Common Workflows
Setting Up a New Design Project
/plugin
/ux-strategy:frame-problem
/design-research:discover
/ux-strategy:strategize
Building a Component Library
/plugin
/design-systems:tokenize
/design-systems:create-component
/design-systems:audit-system
Preparing for Developer Handoff
/plugin
/designer-toolkit:write-rationale
/design-ops:handoff
Troubleshooting
Plugin Not Found
Issue: /plugin command doesn't show the marketplace or plugins.
Solution: Ensure you've added the marketplace first:
/plugin marketplace add Owl-Listener/designer-skills
Commands Not Working
Issue: Commands like /design-research:discover return an error.
Solution: Verify the plugin is installed:
/plugin
Check the Installed tab. If missing, go to Discover and install the required plugin.
Gemini Extensions Not Loading
Issue: Gemini CLI doesn't recognize the extensions.
Solution: Ensure the directory structure is correct:
ls -la .gemini/extensions/design-research/
Restart your Gemini session after copying extensions.
Partial Installation
Issue: Only some plugins are available.
Solution: Install plugins individually as needed. You don't need all 9 plugins — install only what your project requires to keep the context manageable.
Best Practices
-
Install Incrementally: Start with 2-3 plugins relevant to your current work, not all 9 at once.
-
Use Commands as Workflows: Commands chain multiple skills together — use them for complex tasks rather than invoking skills individually.
-
Combine Plugins: Many workflows benefit from multiple plugins (e.g., ux-strategy + design-research + ui-design).
-
Reference Documentation: Each skill includes detailed context. Ask the agent to explain a skill if you're unsure how to use it.
-
Workspace vs Global: For Gemini, use workspace-scoped extensions for project-specific design work, global extensions for personal design methodology.
Repository Structure
The source repository contains:
- Plugin directories (each with skills and commands)
.gemini/extensions/ compiled for Gemini CLI
CONTRIBUTING.md for adding new skills
- Individual
SKILL.md and COMMAND.md files
License
MIT License — free to use, modify, and distribute.