๐ŸŽฏ

red-team-tactics

๐ŸŽฏSkill

from vudovn/antigravity-kit

VibeIndex|
What it does

Simulates cybersecurity attack scenarios and identifies potential vulnerabilities in systems by systematically probing and testing security defenses from an adversarial perspective.

๐Ÿ“ฆ

Part of

vudovn/antigravity-kit(45 items)

red-team-tactics

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
34Installs
4,180
-
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.

๐ŸŽฏ
frontend-design๐ŸŽฏSkill

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

๐ŸŽฏ
clean-code๐ŸŽฏSkill

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

๐ŸŽฏ
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.

๐ŸŽฏ
api-patterns๐ŸŽฏSkill

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

๐ŸŽฏ
architecture๐ŸŽฏSkill

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

๐ŸŽฏ
vulnerability-scanner๐ŸŽฏSkill

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

๐ŸŽฏ
tailwind-patterns๐ŸŽฏSkill

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

๐ŸŽฏ
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.