/ Verzeichnis / Playground / Antigravity Skills
● Community guanyang ⚡ Sofort

Antigravity Skills

von guanyang · guanyang/antigravity-skills

A coherent bundle of professional skills — full-stack, data engineering, infra — designed to be installed together and play nicely.

Antigravity collects ~10 production-tuned skills under one repo: full-stack web (Next.js, Tailwind), data (DBT, dbt-cloud), and infra (Terraform, K8s). Each is small but they share conventions so combining them is predictable.

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

bereit

Installieren

Wählen Sie Ihren Client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "antigravity-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/guanyang/antigravity-skills",
        "~/.claude/skills/antigravity"
      ],
      "_inferred": true
    }
  }
}

Öffne Claude Desktop → Settings → Developer → Edit Config. Nach dem Speichern neu starten.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "antigravity-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/guanyang/antigravity-skills",
        "~/.claude/skills/antigravity"
      ],
      "_inferred": true
    }
  }
}

Cursor nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "antigravity-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/guanyang/antigravity-skills",
        "~/.claude/skills/antigravity"
      ],
      "_inferred": true
    }
  }
}

Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "antigravity-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/guanyang/antigravity-skills",
        "~/.claude/skills/antigravity"
      ],
      "_inferred": true
    }
  }
}

Gleiche Struktur wie Claude Desktop. Windsurf neu starten zum Übernehmen.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "antigravity-skills",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/guanyang/antigravity-skills",
        "~/.claude/skills/antigravity"
      ]
    }
  ]
}

Continue nutzt ein Array von Serverobjekten statt einer Map.

~/.config/zed/settings.json
{
  "context_servers": {
    "antigravity-skills": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/guanyang/antigravity-skills",
          "~/.claude/skills/antigravity"
        ]
      }
    }
  }
}

In context_servers hinzufügen. Zed lädt beim Speichern neu.

claude mcp add antigravity-skills -- git clone https://github.com/guanyang/antigravity-skills ~/.claude/skills/antigravity

Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.

Anwendungsfälle

Praxisnahe Nutzung: Antigravity Skills

Ship a full-stack feature with consistent style

👤 Claude Code users ⏱ ~15 min intermediate

Wann einsetzen: You want one consistent voice across frontend, backend, and migration code.

Ablauf
  1. Install
    Clone into ~/.claude/skills/antigravity✓ Kopiert
    → Skills available
  2. Use the fullstack skill
    Antigravity-fullstack: scaffold a feature with API + UI + migration✓ Kopiert
    → Three coordinated PRs

Ergebnis: Shipped feature with consistent conventions across layers.

Kombinationen

Mit anderen MCPs für 10-fache Wirkung

antigravity-skills + github

Open one PR per skill output

Combine antigravity-skills with github: Open one PR per skill output✓ Kopiert

Werkzeuge

Was dieses MCP bereitstellt

WerkzeugEingabenWann aufrufenKosten
multi-skill (see docs) Multiple skills, each with their own scope 1 call

Kosten & Limits

Was der Betrieb kostet

API-Kontingent
N/A
Tokens pro Aufruf
0
Kosten in €
Free
Tipp
Read each sub-skill's SKILL.md; they have different activation triggers

Sicherheit

Rechte, Secrets, Reichweite

Credential-Speicherung: None
Datenabfluss: None

Fehlerbehebung

Häufige Fehler und Lösungen

Skill not activating

Check the trigger phrase in its SKILL.md frontmatter

Alternativen

Antigravity Skills vs. andere

AlternativeWann stattdessenKompromiss
Single-purpose skillsYou only need one thingNo shared conventions

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen