geminiNexus-manager

Guide developers through Gemini Nexus architecture and workflows for Electron, React, and NestJS.

1|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/evandrodevbr/GeminiNexus --skill gemininexus-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: geminiNexus-manager
Source: https://github.com/evandrodevbr/GeminiNexus/tree/main/.agent/skills/project_overview
Command: npx skills add https://github.com/evandrodevbr/GeminiNexus --skill gemininexus-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers understand and modify the Gemini Nexus application by providing a structured guide to its architecture, technologies, workflows, and critical implementation practices.

Core Features & Use Cases

  • Architecture Guidance: Explains the Electron, React, NestJS, ORPC, and SQLite based application structure and communication flow.
  • Development Workflow Support: Provides guidance for common development tasks, testing, building, and navigating project directories.
  • Use Case: Help a developer quickly locate the right service, IPC handler, or frontend component when implementing features or debugging Gemini Nexus.

Quick Start

Use the geminiNexus-manager skill to understand the project architecture and identify where to make changes for a new feature.

Frequently Asked Questions about geminiNexus-manager

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

FAQPage Schema
How do I structure IPC communication between Electron and React in a NestJS desktop app?

To structure IPC communication in a NestJS desktop app, bridge the Electron main process and React interfaces using ORPC handlers, ensuring strict type safety and following established project directory patterns for reliable message passing.

What is the architecture flow for an Electron React NestJS application?

The architecture flow for an Electron React NestJS application involves Electron managing the desktop shell, React rendering interfaces, NestJS handling backend services, and SQLite managing data, all coordinated via IPC and ORPC communication channels.

Where should I add new IPC handlers when modifying an Electron desktop app?

When modifying an Electron desktop app, add new IPC handlers within the structured NestJS service layers to maintain type safety, adhere to database patterns, and ensure secure AI gateway communication workflows.

Does the Gemini Nexus architecture require TypeScript for React and NestJS integration?

Yes, the Gemini Nexus architecture requires TypeScript for React and NestJS integration to enforce type safety practices across IPC communication, database patterns, and AI gateway development scenarios for reliable implementation.

Why does my NestJS service fail to communicate with the React frontend in Electron?

A NestJS service fails to communicate with the React frontend in Electron when IPC handlers are misconfigured, type safety practices are bypassed, or project directory structures do not align with the expected application architecture workflows.