/ Verzeichnis / Playground / antigravity-workflows
● Community harikrishna8121999 ⚡ Sofort

antigravity-workflows

von harikrishna8121999 · harikrishna8121999/antigravity-workflows

Community workflows for Antigravity AI — reusable prompts and automations shaped like Claude Skills.

Antigravity Workflows is a community catalog of reusable prompt + automation bundles for Antigravity AI, shaped similarly to Claude Skills so they port over. Use it to grab ready-made workflows (code review, scaffolding, design ops) without rewriting them yourself, or to share your own.

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

antigravity-workflows-skill.replay ▶ bereit
0/0

Installieren

Wählen Sie Ihren Client

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

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

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

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

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

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

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

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

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

Continue nutzt ein Array von Serverobjekten statt einer Map.

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

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

claude mcp add antigravity-workflows-skill -- git clone https://github.com/harikrishna8121999/antigravity-workflows ~/.claude/skills/antigravity-workflows

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

Anwendungsfälle

Praxisnahe Nutzung: antigravity-workflows

How to import an Antigravity workflow into Claude Code

👤 Claude Code users borrowing workflows from the Antigravity community ⏱ ~20 min intermediate

Wann einsetzen: A workflow looks great but was authored for Antigravity; you want it in Claude Code.

Voraussetzungen
  • Repo cloned — git clone https://github.com/harikrishna8121999/antigravity-workflows somewhere local
Ablauf
  1. Pick a workflow
    Browse workflows/ and pick the one for 'code-review-with-architecture-check'.✓ Kopiert
    → Folder identified
  2. Convert
    Generate a SKILL.md compatible with Claude Code from this workflow's prompt files.✓ Kopiert
    → SKILL.md draft
  3. Install
    Drop into ~/.claude/skills/code-review-arch and verify Claude discovers it.✓ Kopiert
    → Skill available in next session

Ergebnis: An Antigravity workflow running in Claude Code.

Fallstricke
  • Workflow depends on Antigravity-specific tools — Identify dependencies; replace with Claude Code equivalents or skip the workflow
Kombinieren mit: agent-skills-cli-skill

Contribute your own workflow back

👤 Developers with a repeatable Antigravity workflow worth sharing ⏱ ~45 min intermediate

Wann einsetzen: You've iterated on a workflow enough that others would benefit.

Ablauf
  1. Match the folder shape
    Look at existing workflows and generate the folder for my 'migration-plan-generator' workflow following conventions.✓ Kopiert
    → Folder + README + example
  2. Submit PR
    Prepare a fork and draft the PR body.✓ Kopiert
    → PR opens cleanly

Ergebnis: Workflow merged into the catalog.

Browse for inspiration on workflow design

👤 Prompt engineers designing their own workflows ⏱ ~20 min beginner

Wann einsetzen: You want to see how others structure multi-step workflows.

Ablauf
  1. Survey
    Survey 5 workflows here and summarize the common structure they share.✓ Kopiert
    → Shape summary

Ergebnis: Design inspiration for your own workflow library.

Kombinationen

Mit anderen MCPs für 10-fache Wirkung

antigravity-workflows-skill + agent-skills-cli-skill

Use the CLI to manage imported workflows as skills

Import the code-review workflow and register with agent-skills so it syncs to Cursor too.✓ Kopiert
antigravity-workflows-skill + claude-code-skill-factory-skill

Use Factory's /validate-output on imported workflows before installing

Convert workflow to SKILL.md, then /validate-output with skill-factory to catch issues.✓ Kopiert

Werkzeuge

Was dieses MCP bereitstellt

WerkzeugEingabenWann aufrufenKosten
Workflow catalog - Finding workflows 0
Antigravity → SKILL.md workflow path Porting to Claude Code Claude tokens
Workflow authoring templates - Contributing 0

Kosten & Limits

Was der Betrieb kostet

API-Kontingent
None
Tokens pro Aufruf
2-10k per conversion
Kosten in €
Free
Tipp
Port only workflows you'll actually use; conversion is low-value busywork otherwise.

Sicherheit

Rechte, Secrets, Reichweite

Credential-Speicherung: No credentials at catalog level
Datenabfluss: Each workflow declares its own egress — review before install

Fehlerbehebung

Häufige Fehler und Lösungen

Imported workflow expects Antigravity-specific context

Remove Antigravity-isms from the prompt; replace with Claude Code equivalents or mark as unsupported

Workflow triggers too aggressively after import

Tighten the description in SKILL.md frontmatter; Claude uses it to decide when to load

Alternativen

antigravity-workflows vs. andere

AlternativeWann stattdessenKompromiss
awesome-llm-skillYou want a Claude Code-native catalogNo Antigravity-specific workflows
claude-code-skill-factory-skillYou want to build rather than importMore upfront work

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen