antigravity-manager

Document the Antigravity Manager's Electron/React/NestJS architecture and development workflow.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/LippyyDev/Agate-Antigravity-Helper- --skill antigravity-manager-lippyydev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: antigravity-manager
Source: https://github.com/LippyyDev/Agate-Antigravity-Helper-/tree/main/.agent/skills/project_overview
Command: npx skills add https://github.com/LippyyDev/Agate-Antigravity-Helper- --skill antigravity-manager-lippyydev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes understanding of the Antigravity Manager project, compiling architecture, workflows, and development practices into a single, navigable guide to speed onboarding and collaboration.

Core Features & Use Cases

  • Provides a concise overview of the hybrid Electron/React/NestJS stack, including frontend, backend, IPC (ORPC), and data flow.
  • Documents the project directory structure, core technologies, and the recommended development workflow to enable consistent contributions.
  • Serves as a reference for new contributors to understand architecture decisions, module boundaries, and integration points across the project.

Quick Start

Follow this guide to set up your development environment and begin contributing to the Antigravity Manager project.

Frequently Asked Questions about antigravity-manager

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

FAQPage Schema
How do I set up a hybrid Electron, React, and NestJS development environment?

To set up a hybrid Electron, React, and NestJS environment, install the required dependencies, configure the directory structure, and run the recommended development commands to initialize the frontend and backend services.

What is the best way to structure an Electron application with NestJS and IPC?

Structuring an Electron application with NestJS and IPC involves defining clear module boundaries, using ORPC for data flow, and organizing directories to separate frontend React components from backend logic.

How does IPC communication work between React and NestJS in an Electron app?

IPC communication between React and NestJS in an Electron app works through ORPC, enabling secure data flow across integration points by defining strict module boundaries and architectural rules.

Do I need TypeScript to contribute to an Electron and NestJS project?

Yes, TypeScript is required to contribute to an Electron and NestJS project, ensuring consistent, secure, and scalable implementation across environments through strict architectural rules and typing.

What are the prerequisites for onboarding into a hybrid Electron NestJS architecture?

Prerequisites for onboarding into a hybrid Electron NestJS architecture include understanding TypeScript, reviewing the directory structure, and familiarizing yourself with IPC workflows to accelerate your contribution.

Why does my Electron NestJS architecture struggle with consistent module boundaries?

Your Electron NestJS architecture struggles with consistent module boundaries due to undocumented integration points, which requires capturing technical requirements and architectural rules to ensure scalable implementation.