·cloud-init-coder
{}

cloud-init-coder

This skill guides writing cloud-init configurations for VM provisioning. Use when creating user_data blocks in Terraform/OpenTofu, or cloud-init YAML for AWS, DigitalOcean, GCP, or Azure instances.

25Installs·1Trend·@majesticlabs-dev

Installation

$npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill cloud-init-coder

How to Install cloud-init-coder

Quickly install cloud-init-coder AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill cloud-init-coder
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: majesticlabs-dev/majestic-marketplace.

SKILL.md

View raw

Cloud-init is the industry standard for cross-platform cloud instance initialization. It runs on first boot to configure users, packages, files, and services before the instance becomes available.

| 0 | Only swap to avoid OOM | | 10 | Minimal swapping (recommended for apps) | | 60 | Default Ubuntu | | 100 | Aggressive swapping |

| YAML parse error | Indentation wrong | Use 2-space indent, validate YAML | | User not created | Missing users: key | Ensure users: is at root level | | Packages not installed | packageupdate: false | Set packageupdate: true | | SSH key rejected | Wrong key format | Use full public key string |

This skill guides writing cloud-init configurations for VM provisioning. Use when creating user_data blocks in Terraform/OpenTofu, or cloud-init YAML for AWS, DigitalOcean, GCP, or Azure instances. Source: majesticlabs-dev/majestic-marketplace.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill cloud-init-coder
Category
{}Data Analysis
Verified
First Seen
2026-02-23
Updated
2026-03-10

Browse more skills from majesticlabs-dev/majestic-marketplace

Quick answers

What is cloud-init-coder?

This skill guides writing cloud-init configurations for VM provisioning. Use when creating user_data blocks in Terraform/OpenTofu, or cloud-init YAML for AWS, DigitalOcean, GCP, or Azure instances. Source: majesticlabs-dev/majestic-marketplace.

How do I install cloud-init-coder?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill cloud-init-coder Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/majesticlabs-dev/majestic-marketplace