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

@baizor/gamedev

v0.2.0

Published

AI Game Dev CLI — the AI game developer in your terminal. An engine-aware AI coding agent for Unity, Godot, and Unreal, powered by the Claude Agent SDK.

Readme

npm Downloads Node.js License Website Stand With Ukraine

The AI game developer in your terminal. gamedev is the command-line agent from ai-game.dev — an AI teammate that understands your game project and drives your engine (Unity, Godot, Unreal) through natural language, right from the command line. It is the terminal companion to the AI Game Developer desktop app and is powered by the same Claude Agent SDK that runs Claude Code.

AI Game Developer — Skills and MCP

  • :video_game: Engine-aware — understands Unity, Godot, and Unreal projects out of the box
  • :robot: Real agentic coding — reads, writes, and edits your project; runs tools; iterates until it works
  • :electric_plug: One-command engine wiring — installs and configures the MCP plugin for your engine
  • :brain: Powered by the Claude Agent SDK — the same agent engine behind Claude Code
  • :desktop_computer: CLI + Desktop — pairs with the ai-game.dev desktop app; share one account
  • :globe_with_meridians: Cross-platform — Windows, macOS, and Linux, as a single self-contained binary
  • :moneybag: Free to start — sign in with your account and upgrade to Pro at ai-game.dev

divider

Quick Start

# 1. Install globally
npm install -g @baizor/gamedev

# 2. Go to your game project and launch the agent
cd /path/to/your/game
gamedev

Or run it instantly with npx — no global install required:

npx @baizor/gamedev

Requirements: Node.js >= 18. On first launch, sign in with your free ai-game.dev account.

divider

What It Does

gamedev puts an autonomous, project-aware AI developer at your prompt:

  • Understands your engine. It detects whether you are in a Unity, Godot, or Unreal project and adapts — using the right tools and the right conventions for your engine.
  • Edits real code. It reads and writes files across your project, runs commands, and verifies its own work, just like Claude Code — but tuned for game development.
  • Drives your engine over MCP. Through the AI Game Developer plugins it can create scenes, spawn objects, author scripts, capture screenshots, and run tests inside the live editor.
  • Works with the desktop app. Prefer a GUI? The same account and the same agent power the AI Game Developer desktop application.

divider

Supported Engines

gamedev works across all three major engines via the AI Game Developer plugins and their companion CLIs:

| Engine | Plugin CLI | | --- | --- | | Unity | unity-mcp-cli | | Godot | godot-cli | | Unreal | unreal-mcp-cli |

divider

Links