fbs-to-agy-export

Export Firebase Studio projects with .idx folders for Antigravity workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cseini/scParking --skill fbs-to-agy-export-cseini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fbs-to-agy-export
Source: https://github.com/cseini/scParking/tree/main/.agents/skills/fbs-to-agy-export
Command: npx skills add https://github.com/cseini/scParking --skill fbs-to-agy-export-cseini

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the preparation and export of a Firebase Studio project for Antigravity by guiding users through environment checks, authentication, and a structured, reproducible workflow.

Core Features & Use Cases

  • End-to-end export preparation including environment validation, Firebase login, and project-type assessment for Antigravity.
  • Stepwise execution with prerequisites (Node.js, Firebase CLI) and post-export validations to ensure a reliable preview and deployment flow.
  • Use Case: You have a Firebase Studio export directory with an .idx/ folder and you need to convert it for Antigravity deployment and testing.

Quick Start

Follow the on-screen prompts after invoking the skill to verify the project folder and execute the export steps.

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 deployment?

To export a Firebase Studio project for Antigravity, you need a structured workflow that validates your environment, handles Firebase authentication, and runs the export command. This process converts directories containing an .idx folder into a ready-to-run Antigravity workflow with step-by-step validation.

What are the prerequisites for preparing a Firebase Studio export?

Prerequisites for preparing a Firebase Studio export include having Node.js version 20 or higher installed and the Firebase CLI configured. You must also authenticate your Firebase login and ensure your project directory contains an .idx folder before starting the export process.

Does the Firebase Studio export process handle environment validation automatically?

Yes, the Firebase Studio export process handles environment validation automatically by running CLI checks for Node.js and Firebase CLI dependencies. It guides you through authentication and post-export health checks to ensure the project is properly configured for Antigravity preview and deployment.

Can I generate build and preview workflow documents after exporting my Firebase Studio project?

Yes, you can generate build and preview workflow documents after exporting your Firebase Studio project. The export preparation process includes post-export validations and preview capabilities that produce these workflow documents, ensuring your Antigravity setup is ready to run and fully documented.

Why does my Firebase Studio project need an .idx folder for Antigravity conversion?

Your Firebase Studio project needs an .idx folder for Antigravity conversion because this directory contains the specific project configuration required for the export process. The workflow specifically targets Firebase Studio exports containing this folder to accurately assess project type and apply the correct setup steps.