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

@saccerwin/antigravity-flow

v1.1.3

Published

Antigravity Flow CLI - Skill ecosystem management for AI Engineering

Readme

npm version License: MIT


✨ What is Antigravity Flow?

Antigravity Flow is a CLI that turns your AI assistant into a real engineering system.

Instead of relying on generic AI responses, you get a structured, reusable, and optimized Skills layer that enables your AI to:

  • Think like a senior engineer
  • Follow real-world architecture patterns
  • Execute consistent workflows across projects
  • Avoid hallucinations and enforce standards

Think of it as installing a “super-brain” for your AI agents.


⚡ Why Antigravity Flow?

Modern AI tools (Copilot, Claude, ChatGPT, etc.) are powerful — but:

  • ❌ They forget context
  • ❌ They behave inconsistently
  • ❌ They lack structured workflows
  • ❌ They don’t scale across teams

Antigravity Flow solves this by:

  • ✅ Injecting 1000+ curated Skills
  • ✅ Standardizing AI behavior
  • ✅ Making outputs predictable & production-ready
  • ✅ Enabling team-wide AI consistency

🚀 Quick Start

🔥 Global Install (Recommended)

npx @saccerwin/antigravity-flow init

What happens:

  • Installs the full Skills library globally
  • Location: ~/.gemini/antigravity/skills
  • No npm cache retained
  • Works across all projects on your machine

Best for:

  • Personal workflows
  • Power users
  • Fastest setup

🧩 Local Project Install

npx @saccerwin/antigravity-flow init --local

What happens:

  • Installs Skills inside your project
  • Location: ./.agent/skills/

Best for:

  • Team collaboration
  • Version-controlled AI behavior
  • Shared architecture & coding standards

🧠 Skills System

Antigravity Flow comes with a massive library of 1000+ AI-optimized skills.

☁️ DevOps & Cloud (Sample)

| Skill Name | Description | | --- | --- | | aws | AWS services including Lambda, S3, DynamoDB, and CDK patterns. | | kubernetes | Kubernetes manifests, Helm charts, and cluster management. | | terraform | Infrastructure as Code with Terraform and drift detection. |

📚 Full Skills Catalog

Explore the full 1000+ skills across specialized domains:

💡 Example Capabilities

With Antigravity Flow, your AI can:

  • Design scalable system architecture
  • Generate production-ready APIs
  • Build CI/CD pipelines
  • Optimize cloud costs
  • Debug complex issues systematically
  • Enforce coding standards across teams
  • Plan features with clear execution steps

🧪 Use Cases

👨‍💻 Solo Developer

  • Faster coding
  • Better architecture decisions
  • Less prompt engineering

🏢 Team / Startup

  • Shared AI behavior
  • Consistent outputs across devs
  • Reduced onboarding time

🤖 AI-First Systems

  • Multi-agent workflows
  • Structured reasoning
  • Reliable automation pipelines

⚙️ Philosophy

Antigravity Flow is built on 3 principles:

1. Structure over randomness

AI should follow systems, not guess.

2. Reusability over repetition

Skills should be reusable across projects.

3. Consistency over creativity (when it matters)

Production systems require predictable outputs.


🔒 Anti-Hallucination by Design

Skills are designed to:

  • Enforce validation
  • Reduce incorrect assumptions
  • Encourage clarification when needed
  • Guide AI toward safe, correct execution

🛠 Requirements

  • Node.js ≥ 18
  • Antigravity IDE with support for external context and workflows

📦 Package

npm install @saccerwin/antigravity-flow

or run directly via:

npx @saccerwin/antigravity-flow

🤝 Contribution

Feel free to submit Pull Requests to optimize our AI context handling or to add support for bleeding-edge frameworks (e.g., Next.js 16, React 19). We aim to eliminate AI Hallucinations by providing continuous, accurate Context.

📄 License

Released under the MIT License.