feat: rebrand project from Antigravity Kit to UI UX Pro Max and update documentation to reflect skill-focused positioning
This commit is contained in:
parent
ce4372c624
commit
a9a9715e0c
10
README.md
10
README.md
|
|
@ -1,10 +1,10 @@
|
||||||
# Antigravity Kit
|
# UI UX Pro Max UI SKILL
|
||||||
|
|
||||||
A collection of AI-powered design intelligence tools for building professional UI/UX across multiple platforms and frameworks.
|
An AI skill that provides design intelligence for building professional UI/UX across multiple platforms and frameworks.
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Antigravity Kit provides a searchable database of UI styles, color palettes, font pairings, chart types, product recommendations, UX guidelines, and stack-specific best practices. It's designed to work as a skill/workflow for AI coding assistants (Claude, Windsurf, Cursor, etc.).
|
UI UX Pro Max is a searchable database of UI styles, color palettes, font pairings, chart types, product recommendations, UX guidelines, and stack-specific best practices. It's designed to work as a skill/workflow for AI coding assistants (Claude, Windsurf, Cursor, etc.).
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
@ -18,7 +18,7 @@ Antigravity Kit provides a searchable database of UI styles, color palettes, fon
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
```
|
```
|
||||||
antigravity-kit/
|
ui-ux-pro-max/
|
||||||
├── .claude/skills/ui-ux-pro-max/ # Claude Code skill
|
├── .claude/skills/ui-ux-pro-max/ # Claude Code skill
|
||||||
│ ├── SKILL.md # Skill definition
|
│ ├── SKILL.md # Skill definition
|
||||||
│ ├── scripts/ # Search tools
|
│ ├── scripts/ # Search tools
|
||||||
|
|
@ -46,7 +46,7 @@ antigravity-kit/
|
||||||
│ └── ui-ux-pro-max.md
|
│ └── ui-ux-pro-max.md
|
||||||
├── .agent/workflows/ # Generic agent workflow
|
├── .agent/workflows/ # Generic agent workflow
|
||||||
│ └── ui-ux-pro-max/
|
│ └── ui-ux-pro-max/
|
||||||
└── .shared/ui-ux-pro-max/ # Shared data (symlinked)
|
└── .shared/ui-ux-pro-max/ # Shared data
|
||||||
```
|
```
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue