lg-env-doctor

Scan the host OS and verify development tool versions for Liquid Galaxy Flutter builds.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures your development environment is correctly set up for building Liquid Galaxy Flutter applications by checking for all necessary SDKs, tools, and software.

Core Features & Use Cases

  • OS Detection: Identifies your host operating system (macOS, Linux, Windows).
  • Dependency Scanning: Checks for Flutter, Dart, Git, Java, Android SDK, Xcode (if applicable), Node.js, and SSH.
  • Version Verification: Reports if installed tools meet the required version standards.
  • Health Report Generation: Provides a clear, table-based summary of your environment's status (PASS, WARN, MISSING, SKIP).
  • Handoff Mechanism: Guides users to install missing dependencies or proceed to the next stage.

Quick Start

Run the environment doctor to check if all necessary tools for building LG Flutter apps are installed and configured correctly.

Frequently Asked Questions about lg-env-doctor

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

FAQPage Schema
How do I check if my Flutter development environment is set up correctly?

To check your Flutter development environment, run an environment doctor scan to detect your OS and verify the installation and version compatibility of essential tools like Flutter, Dart, Git, Java, and the Android SDK. It generates a detailed health report.

What development tools do I need to build Liquid Galaxy Flutter applications?

Building Liquid Galaxy Flutter applications requires Flutter, Dart, Git, Java, Android SDK, Node.js, and SSH. If you are on macOS, Xcode is also required. An environment scan verifies these tools and reports if their versions meet required standards.

Can I run an environment setup check on Linux or Windows for Flutter apps?

Yes, you can run an environment setup check on macOS, Linux, and Windows. The scan identifies your host operating system and conditionally checks for platform-specific dependencies like Xcode, skipping it if the OS is not macOS.

How do I troubleshoot missing dependencies for my Flutter project?

To troubleshoot missing dependencies, generate a table-based health report that flags tools as PASS, WARN, MISSING, or SKIP. This report identifies exactly what is absent and uses a handoff mechanism to guide you through installing the missing dependencies.

Does environment scanning verify the exact version compatibility of Xcode and Android SDK?

Yes, dependency scanning verifies version compatibility for installed tools including the Android SDK and Xcode. It reports whether your currently installed versions meet the required standards for building Liquid Galaxy Flutter applications.