massdriver

Develop and test Massdriver infrastructure bundles with deploy loops and scaffolding.

2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/massdriver-cloud/claude-plugins --skill massdriver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: massdriver
Source: https://github.com/massdriver-cloud/claude-plugins/tree/main/massdriver/skills/massdriver
Command: npx skills add https://github.com/massdriver-cloud/claude-plugins --skill massdriver

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation, testing, and deployment of infrastructure bundles for the Massdriver platform, ensuring robust and compliant infrastructure-as-code.

Core Features & Use Cases

  • Full Development Workflow: Interactive deploy loop with compliance remediation for creating and testing bundles.
  • Upgrade Testing: Validates bundle version upgrades against production configurations.
  • Quick Scaffolding: Generates bundle files locally without a deploy loop.
  • Use Case: A platform engineer needs to create a new reusable bundle for deploying PostgreSQL databases. They use this Skill to scaffold the bundle, define parameters and connections, write Terraform code, and run through the full deploy and compliance testing loop.

Quick Start

Use the massdriver skill to develop a new bundle for an S3 bucket with CloudFront CDN.

Frequently Asked Questions about massdriver

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

FAQPage Schema
How do I develop and test infrastructure bundles for Massdriver?

To develop and test infrastructure bundles for Massdriver, use a guided multi-stage workflow that supports interactive deploy loops, day-2 upgrade validation, and local scaffolding for your bundle directories.

What is a Massdriver infrastructure bundle and when do I need one?

A Massdriver infrastructure bundle is a packaged unit of infrastructure-as-code, typically using Terraform or OpenTofu, that you need when creating reusable, compliant deployments like PostgreSQL databases on the Massdriver platform.

Can I scaffold Massdriver bundle files locally without running a full deploy loop?

Yes, you can scaffold Massdriver bundle files locally without a deploy loop. The Skill provides quick scaffolding to generate bundle files directly, bypassing the interactive deploy and compliance testing phases.

Does this workflow support validating infrastructure upgrades against production configurations?

Yes, the workflow supports validating infrastructure upgrades against production configurations through day-2 upgrade validation, ensuring your Terraform or OpenTofu bundle updates remain robust and compliant before deployment.

What is the best way to ensure compliance when creating infrastructure as code for Massdriver?

The best way to ensure compliance when creating infrastructure as code for Massdriver is using the interactive deploy loop, which includes automated compliance remediation during the bundle development and testing process.

When should I not use the interactive deploy loop for bundle development?

You should not use the interactive deploy loop when you only need to generate initial bundle files. Instead, use the quick scaffolding feature to create local files without triggering the full compliance and testing workflow.