/ Directorio / Playground / Antigravity Skills
● Comunidad 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 qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

listo

Instalar

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

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

~/.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 el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la 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
    }
  }
}

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "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
    }
  }
}

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

Continue usa un array de objetos de servidor en lugar de un mapa.

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

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: Antigravity Skills

Ship a full-stack feature with consistent style

👤 Claude Code users ⏱ ~15 min intermediate

Cuándo usarlo: You want one consistent voice across frontend, backend, and migration code.

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

Combinaciones

Combínalo con otros MCPs para multiplicar por 10

antigravity-skills + github

Open one PR per skill output

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

Herramientas

Lo que expone este MCP

HerramientaEntradasCuándo llamarCoste
multi-skill (see docs) Multiple skills, each with their own scope 1 call

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
N/A
Tokens por llamada
0
Monetario
Free
Consejo
Read each sub-skill's SKILL.md; they have different activation triggers

Seguridad

Permisos, secretos, alcance

Almacenamiento de credenciales: None
Salida de datos: None

Resolución de problemas

Errores comunes y soluciones

Skill not activating

Check the trigger phrase in its SKILL.md frontmatter

Alternativas

Antigravity Skills vs otros

AlternativaCuándo usarlaContrapartida
Single-purpose skillsYou only need one thingNo shared conventions

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills