Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
704 changes: 352 additions & 352 deletions .claude/skills/ui-ux-pro-max/SKILL.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .claude/skills/ui-ux-pro-max/scripts/design_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,8 @@ def format_markdown(design_system: dict) -> str:
# Anti-patterns section
if anti_patterns:
lines.append("### Avoid (Anti-patterns)")
lines.append(f"- {anti_patterns.replace(' + ', '\n- ')}")
separator = '\n- '
lines.append(f"- {anti_patterns.replace(' + ', separator)}")
lines.append("")

# Pre-Delivery Checklist section
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ cd /path/to/your/project

# Install for your AI assistant
uipro init --ai claude # Claude Code
uipro init --ai amp # Amp
uipro init --ai cursor # Cursor
uipro init --ai windsurf # Windsurf
uipro init --ai antigravity # Antigravity (.agent + .shared)
Expand Down Expand Up @@ -191,6 +192,7 @@ Copy the appropriate folders to your project:
| AI Assistant | Folders to Copy |
| -------------- | -------------------------------------------------------------------- |
| Claude Code | `.claude/skills/ui-ux-pro-max/` |
| Amp | `.agents/skills/ui-ux-pro-max/` |
| Cursor | `.cursor/commands/ui-ux-pro-max.md` + `.shared/ui-ux-pro-max/` |
| Windsurf | `.windsurf/workflows/ui-ux-pro-max.md` + `.shared/ui-ux-pro-max/` |
| Antigravity | `.agent/workflows/ui-ux-pro-max.md` + `.shared/ui-ux-pro-max/` |
Expand Down Expand Up @@ -230,6 +232,16 @@ The skill activates automatically when you request UI/UX work. Just chat natural
Build a landing page for my SaaS product
```

### Amp

The skill activates automatically when you request UI/UX work:

```
Build a landing page for my SaaS product
```

> **Note:** If already installed for Claude Code, Amp can also load from `.claude/skills/`.

### Cursor / Windsurf / Antigravity

Use the slash command to invoke the skill:
Expand Down
1 change: 1 addition & 0 deletions cli/assets/.agent
267 changes: 0 additions & 267 deletions cli/assets/.agent/workflows/ui-ux-pro-max.md

This file was deleted.

1 change: 1 addition & 0 deletions cli/assets/.agents/skills/ui-ux-pro-max
1 change: 1 addition & 0 deletions cli/assets/.claude
Loading