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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@buba_71/levit

v0.3.4

Published

Hybrid starter kit for Antigravity projects

Downloads

463

Readme

levit-kit

Hybrid starter kit for Antigravity projects
(template + CLI + agentic conventions)


Table of contents


Why levit-kit exists

Levit-kit provides a clean, readable, and predictable starting point for initiating projects with Google Antigravity.

It does not attempt to automate development, orchestrate agents, or generate business logic.

Its role is simple:
👉 install a clear framework in which humans and agents can work properly.


What levit-kit does

  • Initializes a standardized project structure
  • Installs explicit conventions
  • Facilitates human and agent onboarding
  • Reduces unnecessary variability between projects

What levit-kit does not do

  • It does not generate business logic
  • It makes no functional decisions
  • It does not execute or orchestrate agents
  • It imposes no workflow
  • It introduces no magic

These limits are intentional.


How levit-kit is used

Levit-kit is used once, at the very beginning of a project.

npx @buba_71/levit init my-project

Commands & Options

  • init <name>: Initializes a new project in the specified directory.
  • -v, --version: Displays the current version.
  • -h, --help: Displays the help message.

What happens during init?

The init command:

  1. Creates a new project directory.
  2. Copies the default levit-kit template.
  3. Includes a base .gitignore and package.json.
  4. Exits immediately.

Levit-kit does not remain in the project after initialization and installs no dependencies.


Where does the levit command come from?

The levit command is provided through the npm ecosystem.

Levit-kit is published as an npm package exposing a CLI binary named levit. When running the command above, npx:

  • downloads the package temporarily
  • executes the levit CLI
  • removes it after execution

Nothing is installed in the generated project.


Social Contract

The behavior, boundaries, and evolution of levit-kit are defined in a foundational document:

📄 SOCIAL_CONTRACT.md

👉 All technical decisions, issues, and contributions are evaluated against this contract.


Nature of the project

Levit-kit is a hybrid tool:

  • a project template
  • an initialization CLI
  • a set of agentic conventions

Each component remains deliberately simple and decoupled.


Status

  • Phase: foundation
  • Stability: being defined
  • Target audience: developers working with Antigravity

Contributing

Before contributing, please read the social contract.

Contributions aiming to:

  • simplify,
  • clarify,
  • stabilize

are welcome.

Contributions adding complexity, implicit automation, or decision-making logic will be rejected.


Guiding principle

Levit-kit does not make agents smarter.
It makes projects more intelligible.