formae-plugin-new

Scaffold formae resource plugins and implement CRUD operations with TDD.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of new formae resource plugins, enabling the extension of formae's infrastructure management capabilities to new cloud providers and services.

Core Features & Use Cases

  • Scaffolding: Generates the basic project structure for a new plugin.
  • TDD Workflow: Enforces a Test-Driven Development approach for robust plugin implementation.
  • Use Case: A platform engineer needs to add support for a new internal PaaS offering to formae. They use this skill to quickly scaffold a new plugin, implement the necessary CRUD operations following the formae SDK tutorial, and ensure it passes conformance tests.

Quick Start

Use the formae-plugin-new skill to create a new formae resource plugin for the Cloudflare provider.

Frequently Asked Questions about formae-plugin-new

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

FAQPage Schema
How do I create a new formae plugin for a cloud provider?

To create a new formae plugin, you use a scaffolding process that generates the basic project structure. This automates the setup required to extend formae's infrastructure management capabilities to new cloud providers and services.

What is the best way to implement CRUD operations for infrastructure as code plugins?

The best way to implement CRUD operations for infrastructure as code plugins is through a Test-Driven Development (TDD) workflow. This approach enforces robust plugin implementation by guiding you through writing tests before the actual resource management logic.

How does conformance testing work for formae resource plugins?

Conformance testing for formae resource plugins validates that your implementation adheres to the formae plugin SDK standards. It ensures your newly scaffolded cloud provider integration functions correctly and meets the required infrastructure management best practices.

Do I need to follow the formae plugin SDK when adding support for a new PaaS offering?

Yes, you need to follow the formae plugin SDK when adding support for a new PaaS offering. Adhering to the SDK is required to implement robust CRUD operations and successfully pass the necessary conformance tests.

Can I use TDD to scaffold infrastructure as code extensions for internal platforms?

Yes, you can use TDD to scaffold infrastructure as code extensions for internal platforms. The process generates the project structure and enforces a test-driven development approach to ensure robust integration of new internal PaaS offerings.

Why does scaffolding a formae plugin require a specific development workflow?

Scaffolding a formae plugin requires a specific development workflow to ensure the resulting cloud provider integration is robust. Enforcing a TDD-based implementation of CRUD operations guarantees the plugin meets infrastructure management standards.