Skip to content

Quick Start

Installation

NeoGravity Core is designed to be scaffolding directly into your existing workspace.

bash
npx @vibcoder/neogravity init

What it does

This command will create the following structure in your project root:

  • .agents/ - Contains your workflows and skills.
  • .knowledge/ - The persistent state machine for your project.
  • scripts/ - PowerShell watchdogs and cron jobs.

Next Steps

  1. Run the bootstrap workflow: /bootstrap
  2. Register your project: /new-project

Released under the MIT License.