Skip to content

massdriver-cloud/claude-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Massdriver Skills for Claude Code

Build infrastructure bundles for Massdriver, the internal developer platform that turns infrastructure-as-code into reusable, self-service components with built-in guardrails.

Installation

# Add the marketplace
/plugin marketplace add massdriver-cloud/claude-plugins

# Install the plugin
/plugin install massdriver@massdriver-cloud-claude-plugins

What This Skill Does

This skill helps platform engineers create Massdriver bundles—reusable IaC modules that package Terraform, OpenTofu, or Helm with input schemas, artifact contracts, and operational policies. Bundles enable developer self-service while encoding your organization's security, compliance, and best practices.

Capabilities:

  • Guides bundle development with proper lifecycle scoping
  • Enforces critical rules (namespace collisions, artifact matching, generated files)
  • Provides patterns for connections, artifacts, alarms, and Checkov compliance
  • Includes copy-paste snippets for common bundle files

When It Activates

The skill auto-activates when:

  • Working in bundles/, artifact-definitions/, or platforms/ directories
  • Editing massdriver.yaml files
  • Asking about bundles, artifacts, connections, or Massdriver patterns

Plugin Contents

claude-plugins/
├── .claude-plugin/
│   └── marketplace.json
└── massdriver/
    ├── .claude-plugin/
    │   └── plugin.json
    └── skills/
        └── massdriver/
            ├── SKILL.md              # Core instructions
            ├── PATTERNS.md           # Complete bundle and artifact examples
            ├── references/
            │   ├── alarms.md         # AWS/GCP/Azure monitoring setup
            │   └── compliance.md     # Checkov remediation workflow
            └── snippets/
                ├── massdriver-yaml.yaml    # Bundle config template
                ├── artifacts-tf.tf.example # Artifact resource template
                └── operator-md.md          # Runbook template

Requirements

  • Massdriver CLI (mass)
  • An IaC tool: OpenTofu, Terraform, Helm, Bicep, [yours here]

Learn More

License

Apache 2.0 - See LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •