lg-flutter-init

Scaffold Liquid Galaxy Flutter controller apps with naming conventions and config files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the initial setup and scaffolding for new Liquid Galaxy Flutter controller applications, ensuring adherence to project conventions and best practices from the outset.

Core Features & Use Cases

  • Project Scaffolding: Creates the necessary directory structure and initial files for a new Flutter app.
  • Convention Enforcement: Enforces naming conventions (LG-<TaskName>) and directory structures.
  • Configuration Setup: Assists in setting up essential configuration files like config.dart.
  • Use Case: When starting a new project for visualizing earthquake data on a Liquid Galaxy rig, this skill will create the base Flutter project, set up the initial configuration for connecting to the LG rig, and ensure the project follows the required naming and structural guidelines.

Quick Start

Use the lg-flutter-init skill to bootstrap a new Liquid Galaxy Flutter controller application named LG-Task2-Demo.

Frequently Asked Questions about lg-flutter-init

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

FAQPage Schema
How do I scaffold a new Flutter controller app for a Liquid Galaxy rig?

Scaffolding a Liquid Galaxy Flutter controller app requires creating the project structure and initial configuration files. This process enforces naming conventions like LG-TaskName and sets up the base directory for your application.

What naming conventions are required for Liquid Galaxy Flutter project initialization?

Liquid Galaxy Flutter project initialization requires the LG-TaskName naming convention. This ensures your controller application adheres to project guidelines and maintains a consistent directory structure from the outset.

What configuration setup is needed to connect a Flutter app to a Liquid Galaxy rig?

Connecting a Flutter app to a Liquid Galaxy rig requires setting up a config.dart file. During project initialization, you provide rig configuration details, app type, and target platforms to generate this essential file.

Can I specify target platforms and external APIs during Flutter project initialization?

You can specify target platforms and external APIs during Flutter project initialization. The setup process guides you through requirement gathering for these elements to ensure your controller app is configured correctly.

Does the Liquid Galaxy Flutter scaffolding process recommend visual assets?

The Liquid Galaxy Flutter scaffolding process does recommend visual assets. While creating the project structure and configuration files, it guides you on best practices for asset selection in LG app development.