🎯

tailwind-patterns

🎯Skill

from vudovn/antigravity-kit

VibeIndex|
What it does

Generates and applies pre-configured Tailwind CSS design patterns and utility classes for rapid UI component styling.

πŸ“¦

Part of

vudovn/antigravity-kit(45 items)

tailwind-patterns

Installation

npxRun with npx
npx @vudovn/ag-kit init
npm installInstall npm package
npm install -g @vudovn/ag-kit
πŸ“– Extracted from docs: vudovn/antigravity-kit
43Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# Antigravity Kit

> AI Agent templates with Skills, Agents, and Workflows

Antigravity Kit - Nα»•i bαΊ­t trΓͺn Unikorn.vn

Antigravity Kit - HΓ ng ngΓ y

Antigravity Kit on J2TEAM Launch

Quick Install

```bash

npx @vudovn/ag-kit init

```

Or install globally:

```bash

npm install -g @vudovn/ag-kit

ag-kit init

```

This installs the .agent folder containing all templates into your project.

⚠️ Important Note on `.gitignore`

If you are using AI-powered editors like Cursor or Windsurf, adding the .agent/ folder to your .gitignore may prevent the IDE from indexing the workflows. This results in slash commands (like /plan, /debug) not appearing in the chat suggestion dropdown.

Recommended Solution:

To keep the .agent/ folder local (not tracked by Git) while maintaining AI functionality:

  1. Ensure .agent/ is NOT in your project's .gitignore.
  2. Instead, add it to your local exclude file: .git/info/exclude

What's Included

| Component | Count | Description |

| ------------- | ----- | ------------------------------------------------------------------ |

| Agents | 20 | Specialist AI personas (frontend, backend, security, PM, QA, etc.) |

| Skills | 36 | Domain-specific knowledge modules |

| Workflows | 11 | Slash command procedures |

Usage

Using Agents

No need to mention agents explicitly! The system automatically detects and applies the right specialist(s):

```

You: "Add JWT authentication"

AI: πŸ€– Applying @security-auditor + @backend-specialist...

You: "Fix the dark mode button"

AI: πŸ€– Using @frontend-specialist...

You: "Login returns 500 error"

AI: πŸ€– Using @debugger for systematic analysis...

```

How it works:

  • Analyzes your request silently
  • Detects domain(s) automatically (frontend, backend, security, etc.)
  • Selects the best specialist(s)
  • Informs you which expertise is being applied
  • You get specialist-level responses without needing to know the system architecture

Benefits:

  • βœ… Zero learning curve - just describe what you need
  • βœ… Always get expert responses
  • βœ… Transparent - shows which agent is being used
  • βœ… Can still override by mentioning agent explicitly

Using Workflows

Invoke workflows with slash commands:

| Command | Description |

| ---------------- | ------------------------------------- |

| /brainstorm | Explore options before implementation |

| /create | Create new features or apps |

| /debug | Systematic debugging |

| /deploy | Deploy application |

| /enhance | Improve existing code |

| /orchestrate | Multi-agent coordination |

| /plan | Create task breakdown |

| /preview | Preview changes locally |

| /status | Check project status |

| /test | Generate and run tests |

| /ui-ux-pro-max | Design with 50 styles |

Example:

```

/brainstorm authentication system

/create landing page with hero section

/debug why login fails

```

Using Skills

Skills are loaded automatically based on task context. The AI reads skill descriptions and applies relevant knowledge.

CLI Tool

| Command | Description |

| --------------- | ----------------------------------------- |

| ag-kit init | Install .agent folder into your project |

| ag-kit update | Update to the latest version |

| ag-kit status | Check installation status |

Options

```bash

ag-kit init --force # Overwrite existing .agent folder

ag-kit init --path ./myapp # Install in specific directory

ag-kit init --branch dev # Use specific branch

ag-kit init --quiet # Suppress output (for CI/CD)

ag-kit init --dry-run # Preview actions without executing

```

Documentation

  • [Web App Example](https://antigravity-kit.vercel.app//docs/guide/examples/brainstorm) - Step-by-step guide to creating a web application
  • [Online Docs](https://antigravity-kit.vercel.app//docs) - Browse all documentation online

Buy me coffee

Buy Me a Coffee

- or -

Buy me coffee

License

MIT Β© Vudovn

More from this repository10

🎯
mobile-design🎯Skill

Provides AI-powered mobile design recommendations, UI/UX best practices, and design pattern suggestions for mobile application interfaces.

🎯
clean-code🎯Skill

Analyzes and refactors code to improve readability, maintainability, and adherence to coding best practices and style guidelines.

🎯
frontend-design🎯Skill

Generates and refines frontend design components, layouts, and UI/UX specifications using AI-driven design principles and best practices.

🎯
code-review-checklist🎯Skill

Performs comprehensive code review analysis by systematically checking code against a predefined set of quality, security, and best practice guidelines.

🎯
database-design🎯Skill

Assists developers in creating structured database schemas, generating normalized database designs, and recommending optimal data modeling strategies based on project requirements.

🎯
architecture🎯Skill

Analyzes and recommends software architecture design patterns, system structures, and best practices for scalable and maintainable software solutions.

🎯
api-patterns🎯Skill

Provides reusable design patterns and best practices for structuring and implementing robust, scalable API architectures across different programming domains.

🎯
vulnerability-scanner🎯Skill

Scans software projects for potential security vulnerabilities, identifying risks in code, dependencies, and configurations using automated analysis techniques.

🎯
game-development🎯Skill

Provides specialized AI guidance and code generation for game development tasks, covering game design, mechanics implementation, asset creation, and cross-platform game development strategies.

🎯
nodejs-best-practices🎯Skill

Provides expert guidance and automated recommendations for implementing Node.js development best practices, code quality standards, and architectural patterns.