/ Annuaire / Playground / antigravity-workflows
● Communauté harikrishna8121999 ⚡ Instantané

antigravity-workflows

par 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.

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

antigravity-workflows-skill.replay ▶ prêt
0/0

Installer

Choisissez votre 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
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.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 utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la 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
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "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
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

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

Continue utilise un tableau d'objets serveur plutôt qu'une 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"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

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

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : antigravity-workflows

How to import an Antigravity workflow into Claude Code

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

Quand l'utiliser : A workflow looks great but was authored for Antigravity; you want it in Claude Code.

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

Résultat : An Antigravity workflow running in Claude Code.

Pièges
  • Workflow depends on Antigravity-specific tools — Identify dependencies; replace with Claude Code equivalents or skip the workflow
Combiner avec : agent-skills-cli-skill

Contribute your own workflow back

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

Quand l'utiliser : You've iterated on a workflow enough that others would benefit.

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

Résultat : Workflow merged into the catalog.

Browse for inspiration on workflow design

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

Quand l'utiliser : You want to see how others structure multi-step workflows.

Déroulement
  1. Survey
    Survey 5 workflows here and summarize the common structure they share.✓ Copié
    → Shape summary

Résultat : Design inspiration for your own workflow library.

Combinaisons

Associez-le à d'autres MCPs pour un effet X10

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.✓ Copié
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.✓ Copié

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
Workflow catalog - Finding workflows 0
Antigravity → SKILL.md workflow path Porting to Claude Code Claude tokens
Workflow authoring templates - Contributing 0

Coût et limites

Coût d'exécution

Quota d'API
None
Tokens par appel
2-10k per conversion
Monétaire
Free
Astuce
Port only workflows you'll actually use; conversion is low-value busywork otherwise.

Sécurité

Permissions, secrets, portée

Stockage des identifiants : No credentials at catalog level
Sortie de données : Each workflow declares its own egress — review before install

Dépannage

Erreurs courantes et correctifs

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

Alternatives

antigravity-workflows vs autres

AlternativeQuand l'utiliserCompromis
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

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills