Skip to content

Commit 7a54144

Browse files
committed
feat: Add Impeccable AI design skill and workflow aliases
1 parent efd9037 commit 7a54144

151 files changed

Lines changed: 63461 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agent/workflows/adapt.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
description: Adapt designs to work across different screen sizes, devices, contexts, or platforms. Implements breakpoints, fluid layouts, and touch targets. Use when the user mentions responsive design, mobile layouts, breakpoints, viewport adaptation, or cross-device compatibility.
3+
---
4+
5+
# /adapt
6+
7+
**Description:** Adapt designs to work across different screen sizes, devices, contexts, or platforms. Implements breakpoints, fluid layouts, and touch targets. Use when the user mentions responsive design, mobile layouts, breakpoints, viewport adaptation, or cross-device compatibility.
8+
9+
**Usage:** `/adapt [target]`
10+
11+
## Agent Instructions
12+
13+
When the user invokes `/adapt`, follow these steps:
14+
1. Recognize that this is an alias for the native Antigravity `impeccable` design skill.
15+
2. Delegate to the impeccable skill by running its `adapt` command as if the user had typed `/impeccable adapt`.
16+
3. Follow the setup procedures explicitly listed in `.gemini/config/skills/impeccable/SKILL.md` (e.g., executing the `context.mjs` script via `node`).
17+
4. Ensure you honor the Antigravity `RUN` project active development rules while executing design edits.

.agent/workflows/animate.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
description: Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight. Use when the user mentions adding animation, transitions, micro-interactions, motion design, hover effects, or making the UI feel more alive.
3+
---
4+
5+
# /animate
6+
7+
**Description:** Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight. Use when the user mentions adding animation, transitions, micro-interactions, motion design, hover effects, or making the UI feel more alive.
8+
9+
**Usage:** `/animate [target]`
10+
11+
## Agent Instructions
12+
13+
When the user invokes `/animate`, follow these steps:
14+
1. Recognize that this is an alias for the native Antigravity `impeccable` design skill.
15+
2. Delegate to the impeccable skill by running its `animate` command as if the user had typed `/impeccable animate`.
16+
3. Follow the setup procedures explicitly listed in `.gemini/config/skills/impeccable/SKILL.md` (e.g., executing the `context.mjs` script via `node`).
17+
4. Ensure you honor the Antigravity `RUN` project active development rules while executing design edits.

.agent/workflows/audit.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
description: Run technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns. Generates a scored report with P0-P3 severity ratings and actionable plan. Use when the user wants an accessibility check, performance audit, or technical quality review.
3+
---
4+
5+
# /audit
6+
7+
**Description:** Run technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns. Generates a scored report with P0-P3 severity ratings and actionable plan. Use when the user wants an accessibility check, performance audit, or technical quality review.
8+
9+
**Usage:** `/audit [target]`
10+
11+
## Agent Instructions
12+
13+
When the user invokes `/audit`, follow these steps:
14+
1. Recognize that this is an alias for the native Antigravity `impeccable` design skill.
15+
2. Delegate to the impeccable skill by running its `audit` command as if the user had typed `/impeccable audit`.
16+
3. Follow the setup procedures explicitly listed in `.gemini/config/skills/impeccable/SKILL.md` (e.g., executing the `context.mjs` script via `node`).
17+
4. Ensure you honor the Antigravity `RUN` project active development rules while executing design edits.

.agent/workflows/bolder.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
description: Amplify safe or boring designs to make them more visually interesting and stimulating. Increases impact while maintaining usability. Use when the user says the design looks bland, generic, too safe, lacks personality, or wants more visual impact and character.
3+
---
4+
5+
# /bolder
6+
7+
**Description:** Amplify safe or boring designs to make them more visually interesting and stimulating. Increases impact while maintaining usability. Use when the user says the design looks bland, generic, too safe, lacks personality, or wants more visual impact and character.
8+
9+
**Usage:** `/bolder [target]`
10+
11+
## Agent Instructions
12+
13+
When the user invokes `/bolder`, follow these steps:
14+
1. Recognize that this is an alias for the native Antigravity `impeccable` design skill.
15+
2. Delegate to the impeccable skill by running its `bolder` command as if the user had typed `/impeccable bolder`.
16+
3. Follow the setup procedures explicitly listed in `.gemini/config/skills/impeccable/SKILL.md` (e.g., executing the `context.mjs` script via `node`).
17+
4. Ensure you honor the Antigravity `RUN` project active development rules while executing design edits.

.agent/workflows/clarify.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
description: Improve unclear UX copy, error messages, microcopy, labels, and instructions to make interfaces easier to understand. Use when the user mentions confusing text, unclear labels, bad error messages, hard-to-follow instructions, or wanting better UX writing.
3+
---
4+
5+
# /clarify
6+
7+
**Description:** Improve unclear UX copy, error messages, microcopy, labels, and instructions to make interfaces easier to understand. Use when the user mentions confusing text, unclear labels, bad error messages, hard-to-follow instructions, or wanting better UX writing.
8+
9+
**Usage:** `/clarify [target]`
10+
11+
## Agent Instructions
12+
13+
When the user invokes `/clarify`, follow these steps:
14+
1. Recognize that this is an alias for the native Antigravity `impeccable` design skill.
15+
2. Delegate to the impeccable skill by running its `clarify` command as if the user had typed `/impeccable clarify`.
16+
3. Follow the setup procedures explicitly listed in `.gemini/config/skills/impeccable/SKILL.md` (e.g., executing the `context.mjs` script via `node`).
17+
4. Ensure you honor the Antigravity `RUN` project active development rules while executing design edits.

.agent/workflows/colorize.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
description: Add strategic color to features that are too monochromatic or lack visual interest, making interfaces more engaging and expressive. Use when the user mentions the design looking gray, dull, lacking warmth, needing more color, or wanting a more vibrant or expressive palette.
3+
---
4+
5+
# /colorize
6+
7+
**Description:** Add strategic color to features that are too monochromatic or lack visual interest, making interfaces more engaging and expressive. Use when the user mentions the design looking gray, dull, lacking warmth, needing more color, or wanting a more vibrant or expressive palette.
8+
9+
**Usage:** `/colorize [target]`
10+
11+
## Agent Instructions
12+
13+
When the user invokes `/colorize`, follow these steps:
14+
1. Recognize that this is an alias for the native Antigravity `impeccable` design skill.
15+
2. Delegate to the impeccable skill by running its `colorize` command as if the user had typed `/impeccable colorize`.
16+
3. Follow the setup procedures explicitly listed in `.gemini/config/skills/impeccable/SKILL.md` (e.g., executing the `context.mjs` script via `node`).
17+
4. Ensure you honor the Antigravity `RUN` project active development rules while executing design edits.

.agent/workflows/craft.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
description: Deprecated compatibility alias for an ordinary Impeccable new-work request. It adds no behavior; natural build and redesign requests use the same flow.
3+
---
4+
5+
# /craft
6+
7+
**Description:** Deprecated compatibility alias for an ordinary Impeccable new-work request. It adds no behavior; natural build and redesign requests use the same flow.
8+
9+
**Usage:** `/craft [target]`
10+
11+
## Agent Instructions
12+
13+
When the user invokes `/craft`, follow these steps:
14+
1. Recognize that this is an alias for the native Antigravity `impeccable` design skill.
15+
2. Delegate to the impeccable skill by running its `craft` command as if the user had typed `/impeccable craft`.
16+
3. Follow the setup procedures explicitly listed in `.gemini/config/skills/impeccable/SKILL.md` (e.g., executing the `context.mjs` script via `node`).
17+
4. Ensure you honor the Antigravity `RUN` project active development rules while executing design edits.

.agent/workflows/critique.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
description: Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with quantitative scoring, persona-based testing, automated anti-pattern detection, and actionable feedback. Use when the user asks to review, critique, evaluate, or give feedback on a design or component.
3+
---
4+
5+
# /critique
6+
7+
**Description:** Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with quantitative scoring, persona-based testing, automated anti-pattern detection, and actionable feedback. Use when the user asks to review, critique, evaluate, or give feedback on a design or component.
8+
9+
**Usage:** `/critique [target]`
10+
11+
## Agent Instructions
12+
13+
When the user invokes `/critique`, follow these steps:
14+
1. Recognize that this is an alias for the native Antigravity `impeccable` design skill.
15+
2. Delegate to the impeccable skill by running its `critique` command as if the user had typed `/impeccable critique`.
16+
3. Follow the setup procedures explicitly listed in `.gemini/config/skills/impeccable/SKILL.md` (e.g., executing the `context.mjs` script via `node`).
17+
4. Ensure you honor the Antigravity `RUN` project active development rules while executing design edits.

.agent/workflows/delight.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
description: Add moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful. Use when the user asks to add polish, personality, animations, micro-interactions, delight, or make an interface feel fun or memorable.
3+
---
4+
5+
# /delight
6+
7+
**Description:** Add moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful. Use when the user asks to add polish, personality, animations, micro-interactions, delight, or make an interface feel fun or memorable.
8+
9+
**Usage:** `/delight [target]`
10+
11+
## Agent Instructions
12+
13+
When the user invokes `/delight`, follow these steps:
14+
1. Recognize that this is an alias for the native Antigravity `impeccable` design skill.
15+
2. Delegate to the impeccable skill by running its `delight` command as if the user had typed `/impeccable delight`.
16+
3. Follow the setup procedures explicitly listed in `.gemini/config/skills/impeccable/SKILL.md` (e.g., executing the `context.mjs` script via `node`).
17+
4. Ensure you honor the Antigravity `RUN` project active development rules while executing design edits.

.agent/workflows/distill.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
description: Strip designs to their essence by removing unnecessary complexity. Great design is simple, powerful, and clean. Use when the user asks to simplify, declutter, reduce noise, remove elements, or make a UI cleaner and more focused.
3+
---
4+
5+
# /distill
6+
7+
**Description:** Strip designs to their essence by removing unnecessary complexity. Great design is simple, powerful, and clean. Use when the user asks to simplify, declutter, reduce noise, remove elements, or make a UI cleaner and more focused.
8+
9+
**Usage:** `/distill [target]`
10+
11+
## Agent Instructions
12+
13+
When the user invokes `/distill`, follow these steps:
14+
1. Recognize that this is an alias for the native Antigravity `impeccable` design skill.
15+
2. Delegate to the impeccable skill by running its `distill` command as if the user had typed `/impeccable distill`.
16+
3. Follow the setup procedures explicitly listed in `.gemini/config/skills/impeccable/SKILL.md` (e.g., executing the `context.mjs` script via `node`).
17+
4. Ensure you honor the Antigravity `RUN` project active development rules while executing design edits.

0 commit comments

Comments
 (0)