LibreUIUX Claude代码系统 是 AI Skill Hub 本期精选Prompt模板之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
为Claude Code设计的开源提示词模板库,包含67个专业化的UI/UX设计Agent。提供完整的设计词汇体系和工作流程,适合AI辅助设计、产品原型开发和设计自动化场景的开发者和设计师使用。
LibreUIUX Claude代码系统 是经过精心设计和反复验证的专业 Prompt 模板集合。这些 Prompt 框架能够有效激活 Claude、ChatGPT 等大型语言模型的深层能力,让 AI 生成更准确、更有价值的输出结果。无需任何安装,直接复制模板内容到 AI 对话框即可使用。
为Claude Code设计的开源提示词模板库,包含67个专业化的UI/UX设计Agent。提供完整的设计词汇体系和工作流程,适合AI辅助设计、产品原型开发和设计自动化场景的开发者和设计师使用。
LibreUIUX Claude代码系统 是经过精心设计和反复验证的专业 Prompt 模板集合。这些 Prompt 框架能够有效激活 Claude、ChatGPT 等大型语言模型的深层能力,让 AI 生成更准确、更有价值的输出结果。无需任何安装,直接复制模板内容到 AI 对话框即可使用。
# Prompt 无需安装,直接复制使用 # 支持:Claude / ChatGPT / Gemini / 通义千问 等主流模型 # 使用步骤 # 1. 复制 Prompt 模板内容 # 2. 粘贴到 AI 对话框 # 3. 替换 [占位符] 为实际内容 # 4. 发送后获取结构化输出 # 获取原始文件 git clone https://github.com/HermeticOrmus/LibreUIUX-Claude-Code
# 粘贴到 Claude/ChatGPT 使用 # 示例 Prompt 结构: 你是一位 [角色],擅长 [领域]。 请根据以下要求完成任务: 任务背景:[描述背景] 具体要求:[详细说明] 输出格式:[期望格式] # 将 [] 内内容替换为实际需求
# libreuiux-claude-code 配置说明 # 查看配置选项 libreuiux-claude-code --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export LIBREUIUX_CLAUDE_CODE_CONFIG="/path/to/config.yml"
<p align="center"> <img src="https://ormus.solutions/mascot/chain_braces_to_swan.gif" alt="LibreUIUX Claude Code" width="128" style="image-rendering: pixelated;" /> </p>
<p align="center"> <em>Complete UI/UX system for Claude Code -- 152 agents, 70 plugins, 76 commands, 74 skills</em> </p>
<p align="center"> <a href="https://github.com/HermeticOrmus/LibreUIUX-Claude-Code/stargazers"><img src="https://img.shields.io/github/stars/HermeticOrmus/LibreUIUX-Claude-Code?style=flat-square&color=aa8142" alt="Stars" /></a> <a href="https://github.com/HermeticOrmus/LibreUIUX-Claude-Code/blob/main/LICENSE"><img src="https://img.shields.io/github/license/HermeticOrmus/LibreUIUX-Claude-Code?style=flat-square&color=aa8142" alt="License" /></a> <a href="https://github.com/HermeticOrmus/LibreUIUX-Claude-Code/commits"><img src="https://img.shields.io/github/last-commit/HermeticOrmus/LibreUIUX-Claude-Code?style=flat-square&color=aa8142" alt="Last Commit" /></a> <img src="https://img.shields.io/badge/TypeScript-aa8142?style=flat-square&logo=typescript&logoColor=white" alt="TypeScript" /> <img src="https://img.shields.io/badge/Claude Code-aa8142?style=flat-square&logo=anthropic&logoColor=white" alt="Claude Code" /> </p>
--- > Skills, Agents, Commands, and Workflows for Modern UI/UX Development with Claude Code
Stop getting the same outdated, Bootstrap-era designs. This repository provides a comprehensive, layered approach to dramatically improve the UI/UX components Claude Code generates for your projects.
---
LibreUIUX-Claude-Code/
├── 70 Plugins # Domain-specific collections
├── 152 Agents # Task-specialized AI personas
├── 76 Commands # Slash commands for Claude Code
├── 74 Skills # Reusable capability modules
├── 3 Skill Levels # Beginner → Intermediate → Advanced
└── Templates # Ready-to-use configurations
Path 1: Just Want Better Prompts? (5 minutes) ```bash
```
---
cp plugins/design-mastery/agents/ your-project/.claude/agents/ cp plugins/design-mastery/skills//SKILL.md your-project/.claude/skills/
**Path 4: Full Installation** (30 minutes)bash
1. Follow the voice - Read VOICE_GUIDE.md first - Technical precision (45%) + Wonder (30%) + Playfulness (20%) + Encouragement (5%) - Show genuine awe at elegant mechanics, not mystical reverence
2. Structure matters - Use beginner/intermediate/advanced appropriately - Beginner: Immediate results, actionable templates - Intermediate: Systematic workflows, design systems - Advanced: Automation, deep patterns, production architectures
3. Include experiments - "Try this, watch for that, here's why it works" - Actionable: Reader can test immediately - Observable: Clear expected results - Explainable: Mechanism revealed
4. Test everything - Run it with Claude Code first - Prompts should work as written - Examples should be copy-paste ready - Results should be reproducible
5. Share knowledge, not secrets - Wonder emerges from understanding - Explain mechanisms, don't mystify - Reveal elegant solutions, don't gatekeep - Build collective understanding
cp -r .claude/commands/* ~/.claude/commands/
**Path 3: Use Specific Plugins** (15 minutes)bash
| Category | Plugins | Description |
|---|---|---|
| **Frontend & UI** | design-mastery, frontend-mobile-development, accessibility-compliance | Core UI/UX development |
| **Backend Integration** | backend-development, api-scaffolding, database-design | Full-stack patterns |
| **Quality & Testing** | unit-testing, tdd-workflows, code-review-ai | Ensure production quality |
| **DevOps & Deploy** | cicd-automation, deployment-strategies, kubernetes-operations | Ship with confidence |
| **Specialized** | game-development, blockchain-web3, machine-learning-ops | Domain expertise |
<details> <summary>Click to expand full plugin list</summary>
| Plugin | Focus Area |
|---|---|
| accessibility-compliance | WCAG, ARIA, screen readers |
| agent-orchestration | Multi-agent coordination |
| api-scaffolding | REST/GraphQL API design |
| api-testing-observability | API testing & monitoring |
| application-performance | Frontend/backend optimization |
| archetypal-alchemy | Design psychology patterns |
| arm-cortex-microcontrollers | Embedded systems |
| backend-api-security | Auth, validation, security |
| backend-development | Server architecture |
| blockchain-web3 | Smart contracts, DeFi |
| business-analytics | Data analysis, reporting |
| cicd-automation | CI/CD pipelines |
| cloud-infrastructure | AWS, GCP, Azure |
| codebase-cleanup | Refactoring, debt reduction |
| code-documentation | Docs generation |
| code-refactoring | Pattern improvement |
| code-review-ai | Automated review |
| comprehensive-review | Full codebase audits |
| content-marketing | SEO, content strategy |
| context-management | Claude context optimization |
| customer-sales-automation | CRM, automation |
| database-cloud-optimization | DB performance |
| database-design | Schema, modeling |
| database-migrations | Safe migrations |
| data-engineering | ETL, pipelines |
| data-validation-suite | Input validation |
| debugging-toolkit | Debug strategies |
| dependency-management | Package management |
| deployment-strategies | Blue-green, canary |
| deployment-validation | Deploy verification |
| design-mastery | UI/UX excellence |
| developer-essentials | Core dev workflows |
| distributed-debugging | Microservice debugging |
| documentation-generation | Auto-docs |
| error-debugging | Error analysis |
| error-diagnostics | Root cause analysis |
| framework-migration | Version upgrades |
| frontend-mobile-development | React, Vue, mobile |
| frontend-mobile-security | XSS, CSRF protection |
| full-stack-orchestration | End-to-end coordination |
| functional-programming | FP patterns |
| game-development | Game engines, graphics |
| git-pr-workflows | Git best practices |
| hr-legal-compliance | Privacy, GDPR |
| incident-response | Outage handling |
| javascript-typescript | JS/TS patterns |
| julia-development | Julia lang |
| jvm-languages | Java, Kotlin, Scala |
| kubernetes-operations | K8s management |
| llm-application-dev | AI/LLM apps |
| machine-learning-ops | MLOps |
| mcp-integrations | MCP server tools & browser DevTools |
| multi-platform-apps | Cross-platform |
| observability-monitoring | Logging, metrics |
| payment-processing | Stripe, payments |
| performance-testing-review | Load testing |
| python-development | Python patterns |
| quantitative-trading | Algo trading |
| security-compliance | Security audits |
| security-scanning | Vuln detection |
| seo-analysis-monitoring | SEO tracking |
| seo-content-creation | SEO writing |
| seo-technical-optimization | Technical SEO |
| shell-scripting | Bash, automation |
| systems-programming | Low-level dev |
| tdd-workflows | Test-driven dev |
| team-collaboration | Team processes |
| unit-testing | Testing strategies |
| vibe-coding | Rapid AI-assisted prototyping |
| web-scripting | Scraping, automation |
</details>
---
| Component | When to Use | Example |
|---|---|---|
| **Skills** | Need domain knowledge applied to a task | api-design-principles - teaches REST best practices |
| **Commands** | Quick, repeatable actions | /ui-critique - get instant design feedback |
| **Agents** | Complex, multi-step work requiring expertise | frontend-developer - builds complete components |
---
aiskill88点评:高度专���化的Prompt模板库,67个设计Agent提供系统性解决方案,适合需要AI加速设计流程的团队。但需具备Claude Code使用经验。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,LibreUIUX Claude代码系统 在Prompt模板赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | LibreUIUX-Claude-Code |
| Topics | Claude提示词UI/UX设计AI代理设计自动化开源模板 |
| GitHub | https://github.com/HermeticOrmus/LibreUIUX-Claude-Code |
| License | MIT |
| 语言 | Shell |
收录时间:2026-05-24 · 更新时间:2026-05-24 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端