/ Diretório / Playground / Antigravity Skills
● Comunidade guanyang ⚡ Instantâneo

Antigravity Skills

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

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

pronto

Instalar

Escolha seu cliente

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

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.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 usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

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

Clique no ícone MCP Servers na barra lateral do Cline, depois "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
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

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

O Continue usa um array de objetos de servidor em vez de um map.

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

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

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: Antigravity Skills

Ship a full-stack feature with consistent style

👤 Claude Code users ⏱ ~15 min intermediate

Quando usar: You want one consistent voice across frontend, backend, and migration code.

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

Resultado: Shipped feature with consistent conventions across layers.

Combinações

Combine com outros MCPs para 10× de alavancagem

antigravity-skills + github

Open one PR per skill output

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

Ferramentas

O que este MCP expõe

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

Custo e limites

O que custa rodar

Cota de API
N/A
Tokens por chamada
0
Monetário
Free
Dica
Read each sub-skill's SKILL.md; they have different activation triggers

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: None
Saída de dados: None

Solução de problemas

Erros comuns e correções

Skill not activating

Check the trigger phrase in its SKILL.md frontmatter

Alternativas

Antigravity Skills vs. outros

AlternativaQuando usarTroca
Single-purpose skillsYou only need one thingNo shared conventions

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills