npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

opencode-antigravity-config

v1.0.12

Published

GUI installer for Antigravity OpenCode configuration

Readme

⚡ Opencode Antigravity Config

GUI installer for Antigravity OpenCode configuration stack — distributed as an npm package.

Quick Start

# Install globally
npm install -g opencode-antigravity-config@latest

# Launch the installer GUI
opencode-agc

What It Installs

The installer deploys 6 configuration files to ~/.config/opencode/:

| File | Description | |------|-------------| | opencode.json | Core config — models, providers, plugins | | oh-my-opencode.jsonc | oMo agent overrides & categories | | dcp.jsonc | Dynamic Context Pruning settings | | supermemory.jsonc | Supermemory plugin config | | opencode-sync.jsonc | OpenSync plugin config | | package.json | Plugin dependencies |

Available Models

| Model | Context | Thinking | |-------|---------|----------| | Gemini 3.1 Pro | 1M tokens | standard / low / high | | Gemini 3 Flash | 1M tokens | standard / minimal / low / medium / high | | Claude 4.6 Sonnet | 200K tokens | standard | | Claude 4.6 Sonnet Thinking | 200K tokens | low (8K) / max (32K) | | Claude 4.6 Opus Thinking | 200K tokens | low (8K) / max (32K) |

Global Templates (Presets)

The installer provides one-click AI stack preset configurations under the "✨ Load Template" dropdown.

| Preset Name | Heavy Group | Standard Group | Light Group | Use Case | |-------------|-------------|----------------|-------------|----------| | Antigravity Default | Gemini 3.1 Pro | Gemini 3.1 Pro | Gemini 3 Flash | Best balanced setup for general projects | | Max Reasoning (O1 Class) | Claude Opus 4.6 Thinking | Claude Sonnet 4.6 Thinking | Claude Sonnet 4.6 | Highly complex logic, deep architecture fixes | | Hybrid Balance | Claude Sonnet 4.6 Thinking | Gemini 3.1 Pro | Gemini 3 Flash | Best of both worlds, smart architect + solid coders | | Fast & Cheap | Gemini 3 Flash | Gemini 3 Flash | Gemini 3 Flash | Rapid prototyping, straightforward refactoring | | Claude Ecosystem | Claude Opus 4.6 Thinking | Claude Sonnet 4.6 | Claude Sonnet 4.6 | Pure Anthropic behavior everywhere |

GUI Features

  • 6-Step Setup Wizard — intuitive UI guided setup process.
  • oMo AI Model config — native config tab to assign distinct AI models per oMo agent group.
  • i18n Multi-language — flip between English and Indonesian natively.
  • System Check — verifies Node.js, npm, OpenCode, bundled configs.
  • API Key Management — auto-detects existing keys, live validation.
  • Selective Install — choose which config files to install.
  • Config Preview — view decoded config content before installing.
  • Diff View — compare bundled vs existing config (line-by-line).
  • Export / Import Settings — save/load API keys & preferences to JSON.
  • Version Check — check for installer updates (configurable endpoint)
  • Uninstall / Reset — safely remove configs with automatic backup
  • Backup — auto-backup existing configs before overwrite
  • Streaming npm install — real-time output during dependency installation

After Installation

# 1. Authenticate with Antigravity
opencode auth login

# 2. Start OpenCode
opencode

API Keys (Optional)

The installer can inject API keys into config files during installation:

| Service | Config File | Get Key From | |---------|------------|--------------| | Supermemory | supermemory.jsonc | console.supermemory.ai/keys | | OpenSync | opencode-sync.jsonc | opensync.dev → Settings |

Keys can also be added manually to the config files after installation.

Development

# Clone and install
git clone https://github.com/kliverz1337/opencode-antigravity-config.git
cd opencode-antigravity-config
npm install

# Run locally
npm start

# Register global command for testing
npm link
opencode-agc

License

ISC