lg-init

Initialize a Liquid Galaxy Flutter project with LG naming and Git setup.

1|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/AshishYesale7/LGFlutterStarterKit --skill lg-init
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lg-init
Source: https://github.com/AshishYesale7/LGFlutterStarterKit/tree/main/.agent/skills/lg-init
Command: npx skills add https://github.com/AshishYesale7/LGFlutterStarterKit --skill lg-init

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill guides students through the initial setup of a new Liquid Galaxy Flutter project, ensuring it adheres to best practices and is correctly configured for development.

Core Features & Use Cases

  • Project Scaffolding: Creates a new app directory as a sibling to the starter kit, copying essential files and structures.
  • Naming Convention Enforcement: Guides users to name their projects using the LG-<TaskName> convention.
  • Git Initialization: Sets up a new Git repository for the project.
  • IDE Workspace Integration: Ensures the new project is visible alongside the starter kit in the IDE.
  • Phase-based Guidance: Walks through repository setup, requirement gathering, and initial configuration.

Quick Start

Use the lg-init skill to start a new Liquid Galaxy Flutter project named LG-Task2-Demo.

Frequently Asked Questions about lg-init

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

FAQPage Schema
How do I set up a new Flutter project for Liquid Galaxy development?▼

Setting up a Liquid Galaxy Flutter project requires creating a sibling directory within the Antigravity workspace, copying essential scaffolding from a starter kit, and initializing a Git repository to ensure correct development configuration.

How do I scaffold a Flutter app directory alongside an existing starter kit?▼

Scaffolding a Flutter app directory involves creating a new sibling directory within the Antigravity workspace and copying essential file structures from the starter kit, ensuring both projects remain visible together in the IDE.

What naming convention should I use for a Liquid Galaxy project?▼

Liquid Galaxy projects must use the LG-<TaskName> naming convention. Enforcing this standard ensures your new Flutter application correctly identifies its specific task within the broader project workspace.

Does the Liquid Galaxy project setup include Git repository initialization?▼

Yes, Liquid Galaxy project setup includes Git repository initialization. This automatically creates a new repository for your scaffolded Flutter application, establishing version control alongside the initial file configuration.

Can I integrate a newly scaffolded Flutter project into my existing IDE workspace?▼

Yes, the scaffolding process creates the new Flutter project as a sibling directory to the starter kit within the Antigravity workspace, ensuring the new application is immediately visible and integrated alongside existing files in your IDE.