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

@zasuo/ag-unity

v2.0.0

Published

Unity skills for Antigravity AI agent — Install 70+ Unity skills into any project

Downloads

87

Readme

Antigravity Unity Skills

70 Unity-specific skills for game development with Google Antigravity. Install skills directly into any Unity project.

📦 Public, read-only repository. Install via npm or clone and run setup.

🌐 Quick Start · What's Inside · Full Skill List

📋 Requirements


⚡ Quick Start

cd /path/to/your/unity-project
npx ag-unity

That's it. 70 skills installed.

git clone https://github.com/zasuozz-oss/antigravity-unity-skills.git
cd /path/to/your/unity-project
node /path/to/antigravity-unity-skills/bin/cli.mjs

What Happens After Setup

your-project/
├── GEMINI.md                # Updated with unity-skills block
└── .agents/
    └── skills-unity/        # 70 Unity skills installed here
        └── INDEX.md

Open Antigravity in your project. Unity skills auto-load via GEMINI.md.


🎯 What Is This?

A collection of 70 Unity-specific skills organized by category, designed to extend Google Antigravity with deep Unity game development knowledge.

Key features:

  • One-command installnpx ag-unity from any project
  • Project-level install — skills live in your project's .agents/skills-unity/
  • Cross-platform — pure Node.js, no bash/powershell dependency
  • Non-destructive setup — preserves existing GEMINI.md content
  • Block-based updates — re-run setup to update without conflicts
  • Backup on update — existing skills backed up before overwrite

📚 What's Inside

70 skills across 9 categories:

| Category | Skills | Description | |----------|--------|-------------| | 01-architecture | 10 | Design patterns, DI, ECS, state machines | | 02-gameplay | 11 | Character, AI, inventory, combat, save/load | | 04-visuals-audio | 9 | Shaders, VFX, audio, Cinemachine, lighting | | 05-ui-ux | 6 | UI Toolkit, Canvas, Input System, responsive | | 06-performance | 5 | Addressables, pooling, profiling, mobile | | 07-tools-pipeline | 6 | Editor scripting, testing, localization, MCP | | 08-backend-monetization | 5 | Multiplayer, IAP, analytics, backend | | 09-devops-automation | 2 | Build pipelines, CI/CD | | unity-specific | 6 | General Unity development, C# conventions |

👉 See INDEX.md for the complete skill list with descriptions.


🔄 Updating Skills

cd /path/to/your/unity-project
npx ag-unity

Re-running the command updates skills without conflicts (block-based replacement). Existing skills are automatically backed up.


📁 Repo Structure

antigravity-unity-skills/
├── package.json             # npm package config
├── bin/
│   └── cli.mjs              # Cross-platform CLI (ESM)
├── global-config/
│   └── skills/              # 70 Unity skills
│       ├── 01-architecture/
│       ├── 02-gameplay/
│       ├── ...
│       └── INDEX.md
├── scripts/
│   └── update-unity-skills.sh
├── tests/
│   └── run-tests.sh         # Automated test suite
├── unity_context.md         # Extension context + rules
└── gemini-extension.json    # Extension metadata

🤝 Works With Superpowers

This extension is independent of antigravity-superpowers, but they work great together. Both use separate block markers in GEMINI.md — no conflicts.


🔗 Links

📝 License

MIT


Last Updated: 2026-03-13