/ Каталог / Песочница / antigravity-workflows
● Сообщество harikrishna8121999 ⚡ Сразу

antigravity-workflows

автор 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.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

antigravity-workflows-skill.replay ▶ готово
0/0

Установка

Выберите клиент

~/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
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.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 использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

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

Щёлкните значок MCP Servers на боковой панели Cline, затем "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
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

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

Continue использует массив объектов серверов, а не 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"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

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

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: antigravity-workflows

How to import an Antigravity workflow into Claude Code

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

Когда использовать: A workflow looks great but was authored for Antigravity; you want it in Claude Code.

Предварительные требования
  • Repo cloned — git clone https://github.com/harikrishna8121999/antigravity-workflows somewhere local
Поток
  1. Pick a workflow
    Browse workflows/ and pick the one for 'code-review-with-architecture-check'.✓ Скопировано
    → Folder identified
  2. Convert
    Generate a SKILL.md compatible with Claude Code from this workflow's prompt files.✓ Скопировано
    → SKILL.md draft
  3. Install
    Drop into ~/.claude/skills/code-review-arch and verify Claude discovers it.✓ Скопировано
    → Skill available in next session

Итог: An Antigravity workflow running in Claude Code.

Подводные камни
  • Workflow depends on Antigravity-specific tools — Identify dependencies; replace with Claude Code equivalents or skip the workflow
Сочетать с: agent-skills-cli-skill

Contribute your own workflow back

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

Когда использовать: You've iterated on a workflow enough that others would benefit.

Поток
  1. Match the folder shape
    Look at existing workflows and generate the folder for my 'migration-plan-generator' workflow following conventions.✓ Скопировано
    → Folder + README + example
  2. Submit PR
    Prepare a fork and draft the PR body.✓ Скопировано
    → PR opens cleanly

Итог: Workflow merged into the catalog.

Browse for inspiration on workflow design

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

Когда использовать: You want to see how others structure multi-step workflows.

Поток
  1. Survey
    Survey 5 workflows here and summarize the common structure they share.✓ Скопировано
    → Shape summary

Итог: Design inspiration for your own workflow library.

Комбинации

Сочетайте с другими MCP — эффект 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.✓ Скопировано
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.✓ Скопировано

Инструменты

Что предоставляет этот MCP

ИнструментВходные данныеКогда вызыватьСтоимость
Workflow catalog - Finding workflows 0
Antigravity → SKILL.md workflow path Porting to Claude Code Claude tokens
Workflow authoring templates - Contributing 0

Стоимость и лимиты

Во что обходится

Квота API
None
Токенов на вызов
2-10k per conversion
Деньги
Free
Совет
Port only workflows you'll actually use; conversion is low-value busywork otherwise.

Безопасность

Права, секреты, радиус поражения

Хранение учётных данных: No credentials at catalog level
Исходящий трафик: Each workflow declares its own egress — review before install

Устранение неполадок

Частые ошибки и исправления

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

Альтернативы

antigravity-workflows в сравнении

АльтернативаКогда использоватьКомпромисс
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

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills