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

@andrewmason7/antigravity-boost

v1.0.1

Published

Developer productivity & speed booster plugin for Google Antigravity featuring automatic Git WIP checkpoints, interactive dependency resolution, smart permission gating, and project convention adaptation.

Readme

🚀 antigravity-boost

Boost your developer productivity with zero friction, automated Git checkpoints, 1-click dependency installs, and smart permission gating.
antigravity-boost is an essential productivity plugin for Google Antigravity engineered to give you complete peace of mind while pair-programming with AI.


⚡ 1-Line Installation (Mac, Windows & Linux)

Run this single command in your terminal to install antigravity-boost globally:

npx @andrewmason7/antigravity-boost

Or install via cURL:

curl -sSL https://raw.githubusercontent.com/AndrewMason7/antigravity-boost/main/install.sh | bash

Or install manually via Git clone:

mkdir -p ~/.gemini/config/plugins/
git clone https://github.com/AndrewMason7/antigravity-boost.git ~/.gemini/config/plugins/antigravity-boost

💡 Why You Need antigravity-boost

Pair-programming with AI agents should accelerate your work, not slow you down:

  • Lost Progress: Closing your session or switching tasks and realizing uncommitted code changes disappeared.
  • Cryptic Import Errors: Having your agent stall because cv2, requests, express, or docker isn't installed.
  • Permission Fatigue: Being forced to click "Approve" 50 times a session for simple commands like git status or pytest.

antigravity-boost runs silently in the background to solve all of these problems automatically.


✨ Features Built for Your Peace of Mind

💾 1. Automatic & Manual Git WIP Checkpoints

  • Auto WIP Checkpoints: Whenever Antigravity completes a task (model_stop), your progress is automatically saved into a lightweight Git WIP commit (wip(boost): auto-checkpoint...).
  • Commit History Hygiene: Amends previous WIP commits so your git log stays clean instead of filling up with 20 snapshot commits.
  • Instant Safety Net (/checkpoint & /undo): Type /checkpoint anytime to save a snapshot, or /undo for a soft rollback (git reset --soft HEAD~1). Zero code or file edits are ever deleted.
  • Zero Workspace Clutter: Keeps all internal state files in OS Temp ($TMPDIR), ensuring zero junk files ever enter your Git repository.

📦 2. 1-Click Interactive Dependency Resolver

  • Detects Missing Packages Instantly: Automatically identifies missing imports across Python, Node/TS, C/C++ Headers, Rust, Go, and System CLI tools (docker, terraform, jq, gh, ffmpeg).
  • Smart Mappings: Auto-maps ambiguous import names to canonical package names (cv2opencv-python, PILPillow, bs4beautifulsoup4, sklearnscikit-learn, yamlpyyaml, etc.).
  • PEP 668 & Monorepo Aware: Detects virtualenvs (.venv), lockfiles (pnpm, yarn, bun, poetry, uv), and Homebrew Python environments.
  • Interactive UI Prompt: Presents clear ask_question options in Antigravity chat to install all missing dependencies at once with a single click.
  • Infinite Loop Protection: Remembers skipped packages and caps install prompts at max 2 attempts to protect your API token budget.

🛡️ 3. Smart Permission Guard (Zero Popup Spams)

  • Auto-approves safe read & test commands: Instantly grants execution for git status, git diff, npm test, pytest, cargo check, go test, ls, and cat so you can focus on coding without popups.
  • Strictly guards destructive operations: Requires explicit human confirmation for dangerous operations like rm -rf, git reset --hard, git push --force, or database drops.
  • Subshell & Chained Command Security: Intercepts hidden subshell tricks ($(), backticks, $VAR) and chained operators (&&, ;) to ensure dangerous commands can never hide inside safe ones.
  • Plain-English Warnings: Clear explanations tell you why a command requires approval before you click run.

🎮 How to Use in Antigravity

Just talk to Antigravity normally! antigravity-boost works silently behind the scenes.

| Command / Trigger | What It Does | | :--- | :--- | | Type /boost | Displays a visual status badge confirming all plugin guards & features are active. | | Type /checkpoint | Manually saves your current work snapshot to Git. | | Type /undo | Soft rolls back to your previous checkpoint without deleting your code. | | Missing Module Error | Automatically triggers a 1-click package installation menu in chat. |


⚙️ User Customization (config.json)

Customize antigravity-boost to fit your personal workflow by editing config.json:

{
  "auto_git_checkpoints": true,
  "max_install_attempts": 2,
  "custom_safe_patterns": ["^\\s*make\\s+test\\b"],
  "custom_destructive_patterns": [],
  "debug_mode": false
}

📄 License

MIT License - Built for the Antigravity developer community.