/ ディレクトリ / プレイグラウンド / Antigravity Skills
● コミュニティ guanyang ⚡ 即起動

Antigravity Skills

作者 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.

なぜ使うのか

主な機能

ライブデモ

実際の動作

準備完了

インストール

クライアントを選択

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

Claude Desktop → Settings → Developer → Edit Config を開く。保存後、アプリを再起動。

~/.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 は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。

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

Cline サイドバーの MCP Servers アイコンをクリックし、"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
    }
  }
}

Claude Desktop と同じ形式。Windsurf を再起動して反映。

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

Continue はマップではなくサーバーオブジェクトの配列を使用。

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

context_servers に追加。保存時に Zed がホットリロード。

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

ワンライナー。claude mcp list で確認、claude mcp remove で削除。

ユースケース

実用的な使い方: Antigravity Skills

Ship a full-stack feature with consistent style

👤 Claude Code users ⏱ ~15 min intermediate

使うタイミング: You want one consistent voice across frontend, backend, and migration code.

フロー
  1. Install
    Clone into ~/.claude/skills/antigravity✓ コピーしました
    → Skills available
  2. Use the fullstack skill
    Antigravity-fullstack: scaffold a feature with API + UI + migration✓ コピーしました
    → Three coordinated PRs

結果: Shipped feature with consistent conventions across layers.

組み合わせ

他のMCPと組み合わせて10倍の力を

antigravity-skills + github

Open one PR per skill output

Combine antigravity-skills with github: Open one PR per skill output✓ コピーしました

ツール

このMCPが提供する機能

ツール入力呼び出すタイミングコスト
multi-skill (see docs) Multiple skills, each with their own scope 1 call

コストと制限

運用コスト

APIクォータ
N/A
呼び出しあたりのトークン
0
金額
Free
ヒント
Read each sub-skill's SKILL.md; they have different activation triggers

セキュリティ

権限、シークレット、影響範囲

認証情報の保管: None
データ送信先: None

トラブルシューティング

よくあるエラーと対処法

Skill not activating

Check the trigger phrase in its SKILL.md frontmatter

代替案

Antigravity Skills 他との比較

代替案代わりに使う場面トレードオフ
Single-purpose skillsYou only need one thingNo shared conventions

その他

リソース

📖 GitHub の公式 README を読む

🐙 オープンな issue を見る

🔍 400以上のMCPサーバーとSkillsを見る