catalog/repos/adisinghstudent--anduril.md

44 lines
1009 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Anduril风格UI设计约束
`UI设计` `设计系统` `Agent技能` `前端`
# anduril
将 Anduril 风格的设计约束应用于 UI 工作的 Agent 技能。
## 安装
```bash
npx add-skill adisinghstudent/anduril
```
或针对特定 Agent 安装:
```bash
npx add-skill adisinghstudent/anduril -a claude-code
npx add-skill adisinghstudent/anduril -a cursor
npx add-skill adisinghstudent/anduril -a codex
```
## 使用方法
安装后:
```
/anduril — 对当前对话中的任意 UI 工作应用设计约束
/anduril <文件> — 对指定文件进行全面约束审查
```
## 功能说明
应用 Anduril 设计系统约束:
- **颜色**:深色模式配青柠绿高亮,浅色模式使用暖白色
- **字体排版**Helvetica Neue轻量级标题大写标签
- **组件**:直角无圆角,无阴影,无渐变
- **动画**:仅使用合成器属性,遵循减少动效偏好设置
- **无障碍访问**Aria 标签,正确的焦点管理
## 许可证
MIT