claudiodearaujo

Antigravity Kit — AI skill for Claude Code

AI community

A structured template for building robust generative AI applications.

How to install Antigravity Kit

This entry records only its repository, not the path inside it, so there is no exact command to give. Open claudiodearaujo/antigravity-kit and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Antigravity Kit does

A structured template for building robust generative AI applications.

Alternatives in AI

  • AI Engineering Hub — In-depth tutorials on LLMs, RAGs and real-world AI agent applications 37.2k ★
  • Bot On Anything — A large model-based chatbot builder that can quickly integrate AI models (including ChatGPT, Claude, Gemini) i 4.2k ★
  • Peekaboo — Peekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, o 3.2k ★

README

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

npx @vudovn/ag-kit init

Or install globally:

npm install -g @vudovn/ag-kit
ag-kit init

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

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