limacharlie-iac

Manage LimaCharlie organizations and configurations as code.

29|3|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/refractionPOINT/lc-ai --skill limacharlie-iac
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: limacharlie-iac
Source: https://github.com/refractionPOINT/lc-ai/tree/main/marketplace/plugins/lc-essentials/skills/limacharlie-iac
Command: npx skills add https://github.com/refractionPOINT/lc-ai --skill limacharlie-iac

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill manages LimaCharlie organizations using Infrastructure as Code, enabling multi-tenant configuration deployment, global vs. tenant-specific overrides, and integration with ext-git-sync.

Core Features & Use Cases

  • Maintains org-manifest.yaml for human-friendly org references
  • Manages global (hives) and per-tenant (orgs) configurations
  • Facilitates importing and promoting rules, FIM, outputs, and extensions across tenants

Quick Start

Initialize a new ext-git-sync compatible repo and add tenants by name to the manifest.

Frequently Asked Questions about limacharlie-iac

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

FAQPage Schema
How do I manage LimaCharlie organizations as infrastructure code?▼

Infrastructure as code for LimaCharlie organizations enables version-controlled configuration management. This Skill maintains org-manifest.yaml for friendly naming, manages global and per-tenant configurations, and coordinates deployment through ext-git-sync integration for multi-tenant setups.

Can I deploy configurations across multiple LimaCharlie tenants from a single repository?▼

Yes. This Skill manages multi-tenant deployments by maintaining per-tenant index.yaml composition, separating global hives from tenant-specific overrides, and syncing all configurations through ext-git-sync for coordinated rollout across your organization.

How do I import and promote rules across LimaCharlie tenants?▼

Import rules, FIM, outputs, and extensions from source tenants and promote them across your organization using manifest-based configuration. The Skill coordinates these operations within the IaC framework to maintain consistency and track changes in git.

What's the best way to initialize a git repository for LimaCharlie multi-tenant management?▼

Initialize a new ext-git-sync compatible repository with global configuration for hives and per-tenant custom configurations. Add tenants by name to org-manifest.yaml to establish the multi-tenant structure and enable automated deployment workflows.

Does this support adding or removing tenants from an existing LimaCharlie organization?▼

Yes. The Skill manages tenant lifecycle—adding new tenants to the manifest and removing existing ones—while maintaining configuration consistency and ext-git-sync compatibility throughout your multi-tenant infrastructure.