fbs-to-agy-export

Prepare Firebase Studio exported projects for Antigravity with validation and workflows.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/AliEltouny/Product --skill fbs-to-agy-export-alieltouny
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fbs-to-agy-export
Source: https://github.com/AliEltouny/Product/tree/main/project-showcase/.agents/skills/fbs-to-agy-export
Command: npx skills add https://github.com/AliEltouny/Product --skill fbs-to-agy-export-alieltouny

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prepares a Firebase Studio exported project for use with Antigravity, enforcing a structured workflow and prerequisites before export.

Core Features & Use Cases

  • Sequential setup and validation steps (Node environment, Firebase login, project export, post-export checks, preview, and knowledge capture) to ensure a reliable Antigravity integration.
  • Handles dynamic target folder resolution and project type detection to tailor the workflow.
  • Provides a reproducible, auditable process that can be scripted and repeated for multiple projects.

Quick Start

Invoke the fbs-to-agy-export skill, confirm the target folder containing a .idx/ subdirectory, determine the project type, and follow the prerequisites, login, export, post-export checks, and preview workflow.

Frequently Asked Questions about fbs-to-agy-export

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

FAQPage Schema
How do I export a Firebase Studio project for Antigravity?▼

Exporting a Firebase Studio project for Antigravity requires a structured workflow: enforcing Node.js >= 20, handling Firebase CLI login, executing the project export, running post-export validation, and creating reusable build and preview workflows.

What are the prerequisites for Firebase Studio export to Antigravity?▼

Firebase Studio export to Antigravity requires Node.js >= 20, an active Firebase CLI login, and a target folder containing a .idx/ subdirectory to ensure a reliable integration process.

Does Firebase Studio export work with any Node.js version?▼

No, Firebase Studio export requires Node.js version >= 20. The workflow strictly enforces this version as a prerequisite before proceeding with Firebase CLI login, project export, and subsequent validation steps.

How do I validate a Firebase Studio project after export?▼

Validating a Firebase Studio project after export involves running post-export checks that perform dynamic target folder resolution, project type detection, and a web preview to ensure the project is ready for Antigravity.

Can I create reusable build workflows when moving from Firebase Studio to Antigravity?▼

Yes, moving from Firebase Studio to Antigravity includes creating reusable build and preview workflows. The process finalizes the export by generating reproducible, auditable workflows tailored to the detected project type.