antigravity-manager

Guide developers through the Antigravity Manager Electron/React/NestJS architecture.

2.0k|254|Updated Nov 29, 2025
One-click install
npx skills add https://github.com/Draculabo/AntigravityManager --skill antigravity-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: antigravity-manager
Source: https://github.com/Draculabo/AntigravityManager/tree/main/.agent/skills/project_overview
Command: npx skills add https://github.com/Draculabo/AntigravityManager --skill antigravity-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This comprehensive developer guide helps teams understand and contribute to Antigravity Manager by detailing architecture, workflows, and development practices.

Core Features & Use Cases

  • Architecture overview of an Electron + React + NestJS based system, including data flow, IPC (ORPC) communication, and modular design.
  • Clear directory structure and development workflow to onboard new contributors and perform feature work.
  • Core concepts such as IPC, database access (SQLite), and account management.

Quick Start

Open the project in your IDE and begin by reviewing the Architecture Overview to understand how the pieces fit together and where to contribute.

Frequently Asked Questions about antigravity-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does IPC communication work in an Electron NestJS application?

IPC communication in an Electron NestJS application uses ORPC to handle data flow between the main process and React frontend. This modular architecture ensures type-safe communication and structured request handling across the stack.

What is the best way to onboard developers to an Electron React NestJS stack?

Onboarding developers to an Electron React NestJS stack involves reviewing the architecture overview to understand directory structure, data flow, and modular design. This provides a clear development workflow for feature work and contributions.

How do I manage OAuth-based account management in a modular Electron app?

OAuth-based account management in a modular Electron app is handled through dedicated modules within the NestJS backend. This architecture isolates authentication logic and securely manages user sessions and credentials.

How does SQLite data access integrate with a NestJS backend in Electron?

SQLite data access integrates with the NestJS backend by utilizing modular data layers within the Electron application. This setup provides local persistent storage and structured query handling for the frontend.

What are the core concepts for Antigravity Manager architecture development?

Core concepts for Antigravity Manager architecture development include IPC over ORPC, SQLite data access, and OAuth account management. Understanding these elements is essential for navigating the modular Electron, React, and NestJS codebase.

Does this NestJS guide cover architecture reviews for Electron applications?

Yes, this guide covers architecture reviews for Electron applications by detailing data flow, IPC communication, and modular design. It helps teams evaluate structure and plan feature development within the React and NestJS stack.