formae-patch

Apply targeted infrastructure changes to live environments with simulation and confirmation.

5|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/platform-engineering-labs/formae-mcp --skill formae-patch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: formae-patch
Source: https://github.com/platform-engineering-labs/formae-mcp/tree/main/skills/formae-patch
Command: npx skills add https://github.com/platform-engineering-labs/formae-mcp --skill formae-patch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for immediate, targeted changes to live infrastructure without the risk or overhead of a full system reconciliation.

Core Features & Use Cases

  • Targeted Changes: Apply specific modifications to individual resources.
  • Incident Response: Quickly scale resources or apply critical security patches during emergencies.
  • Hotfixes: Deploy urgent, small-scale configuration updates.
  • Use Case: During a sudden traffic surge, use this skill to immediately scale up your web servers by modifying their instance count in the forma file.

Quick Start

Use the formae-patch skill to apply an urgent fix to the database instance by simulating the changes first.

Frequently Asked Questions about formae-patch

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

FAQPage Schema
How do I apply urgent infrastructure hotfixes without triggering a full system reconcile?

To apply urgent infrastructure hotfixes without a full system reconcile, you use formae's patch mode to modify specific live resources directly. This targeted approach facilitates incident response by isolating changes to individual resources without system-wide drift.

What is the best way to scale live infrastructure resources during an emergency incident response?

The best way to scale live infrastructure resources during an incident response is using formae's patch mode. It allows you to immediately modify specific resources, such as scaling up web server instance counts, without full reconciliation overhead.

Do I need to simulate infrastructure patches before applying them to live environments?

Yes, you need to simulate infrastructure patches before applying them to live environments. Simulation and explicit user confirmation are required prerequisites to prevent unintended configuration drift during urgent hotfix deployment.

Can I modify individual resources in a live environment without affecting the entire infrastructure configuration?

Yes, you can modify individual resources in a live environment without affecting the entire configuration. The formae-patch mode applies targeted changes to specific resources, avoiding the overhead and risk of a full system reconciliation.

When should I avoid using targeted infrastructure patches for incident response?

You should avoid targeted infrastructure patches when a full system reconciliation is necessary to maintain state consistency. If changes are not simulated and explicitly confirmed first, patching risks introducing unintended drift to live environments.