Platform Engineering Labs
Official@platform-engineering-labs · United States of America
We give Platform Engineers the tools they deserve.
Agent Skills by Platform Engineering Labs
Showing 13 vetted skills indexed across 1 GitHub repositories.
formae-resources
Query deployed infrastructure resources using the formae list_resources MCP tool.
formae-patch
Apply targeted infrastructure changes to live environments with simulation and confirmation.
formae-fix-code-drift
Detect and resolve infrastructure drift between cloud resources and IaC definitions.
formae-stacks
List deployed infrastructure stacks with descriptions and resource counts.
formae-plugin-add-resource
Add new resource types to formae plugins using TDD and PKL schemas.
formae-status
Query formae command statuses and progress for infrastructure operations.
formae-apply
Apply forma files to deploy and reconcile cloud infrastructure.
formae-targets
Query and display configured cloud targets grouped by namespace.
formae-destroy
Simulate and confirm destruction of cloud infrastructure resources via forma file or query.
formae-plugin-new
Scaffold formae resource plugins and implement CRUD operations with TDD.
formae-discover
Discover unmanaged cloud resources across configured providers and targets.
formae-plugins
List active formae plugins with type, name, namespace, version, and capabilities.
formae-import
Integrates unmanaged cloud resources into IaC codebases using formae and PKL with simulation-based verification.
Frequently Asked Questions About Platform Engineering Labs
FAQPage SchemaWhat specific infrastructure tasks can be performed using these capabilities?▼
These capabilities enable querying deployed infrastructure, applying configuration changes, detecting and fixing code drift, and managing the lifecycle of cloud resources. Users can simulate and confirm infrastructure destruction, discover unmanaged resources across providers, and integrate existing cloud assets into formal infrastructure definitions.
Which personas benefit most from these infrastructure management capabilities?▼
Platform engineers, site reliability engineers, and cloud architects benefit from these capabilities. The system is designed for technical professionals responsible for maintaining infrastructure consistency, managing complex cloud stacks, and extending infrastructure definitions through standardized plugin development and schema-driven configuration.
What are the primary prerequisites for implementing these infrastructure operations?▼
Implementation requires familiarity with PKL configuration schemas and existing cloud provider access. Users must configure target namespaces and providers to enable resource discovery and reconciliation. The system relies on TDD practices for plugin development and requires simulation-based verification before applying changes to live production environments.