lg-devops-agent

Manage CI/CD pipelines, Docker configurations, and LG rig deployment for Liquid Galaxy Flutter applications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the deployment and operationalization of Liquid Galaxy Flutter applications by managing CI/CD pipelines, Docker configurations, and rig deployment processes.

Core Features & Use Cases

  • CI/CD Automation: Sets up GitHub Actions for automated code analysis, testing, and APK building.
  • Development Environment: Provides Dockerfiles and Docker Compose configurations for creating mock LG rigs.
  • Rig Deployment: Includes scripts for deploying assets and installing APKs directly onto LG rigs.
  • Use Case: Ensure your Flutter app is always tested, built, and ready for deployment on a Liquid Galaxy rig with minimal manual intervention.

Quick Start

Use the lg-devops-agent skill to set up the GitHub Actions CI/CD pipeline for the Flutter client.

Frequently Asked Questions about lg-devops-agent

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

FAQPage Schema
How do I set up CI/CD pipelines for Flutter applications on a Liquid Galaxy rig?

You can set up CI/CD pipelines for Liquid Galaxy Flutter apps by configuring GitHub Actions to automate code analysis, testing, and APK building, ensuring continuous integration and efficient application delivery.

Can I create a mock Liquid Galaxy rig for development using Docker?

Yes, you can create a mock Liquid Galaxy rig for development using Dockerfiles and Docker Compose configurations, which provide reproducible development environments for testing your Flutter applications.

What is the best way to automate APK deployment to physical Liquid Galaxy rigs?

Automating APK deployment to physical Liquid Galaxy rigs is achieved by using deployment scripts that directly install APKs and deploy assets onto the rig, minimizing manual intervention.

Does this DevOps approach require existing GitHub Actions workflows to function?

No, this approach sets up the GitHub Actions CI/CD pipeline directly for your Flutter client, managing the build processes and containerization required without needing pre-existing workflows.

Why use Docker containerization for Liquid Galaxy Flutter development environments?

Docker containerization is used for Liquid Galaxy Flutter development to create reproducible environments via Docker Compose, ensuring consistent testing and builds across mock rigs before physical deployment.