Pattern Dev
Pattern Dev helps you generate diverse design patterns for various applications, streamlining development and promoting consistent UI/UX.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add pattern-dev npx -- -y @trustedskills/pattern-dev
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"pattern-dev": {
"command": "npx",
"args": [
"-y",
"@trustedskills/pattern-dev"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
Pattern Dev assists AI agents in generating design patterns for applications, promoting consistent UI/UX and streamlining development. It allows you to create simple, medium, or complex patterns based on the problem's scale. The skill leverages a phased approach including planning, implementation, runtime testing, and critique, with options for delegation using subagents.
When to use it
- When designing new features requiring consistent UI/UX elements.
- To generate reusable code components and structures.
- For refactoring existing codebases to adhere to established design patterns.
- Before deploying changes, especially significant ones, to ensure adherence to standards.
Key capabilities
- Generates simple (2-3 sentences), medium (short list), or complex (structured plan) design patterns.
- Supports delegation via subagents for tasks like pattern creation (
pattern-maker), usage (pattern-user), and critique (pattern-critic). - Offers a phased approach to development: planning, implementation, testing, and critique.
- Provides access to component catalogs and narrative documentation (see "Tips & Gotchas").
Example prompts
- "Implement [feature]. Keep it simple, one file." (using the
pattern-makersubagent) - "Deploy and test [pattern]." (using the
pattern-usersubagent) - "Review [file] for violations." (using the
pattern-criticsubagent)
Tips & gotchas
- Read the guide first: The canonical reference is located in
docs/common/ai/pattern-development-guide.md. - Claude Code users: Use
EnterPlanModebefore building patterns and scale the plan appropriately for complexity. - Component Catalog: For authoritative, type-checked components, refer to
packages/patterns/catalog/catalog.tsxand associated story files. Narrative documentation is available indocs/common/components/COMPONENTS.md.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.