Agent Plugins Marketplace
All plugins

majestic-devops

v0.1.0

Provision and operate infrastructure: OpenTofu, Ansible, cloud-init, Kamal deploys, secrets, and infrastructure review.

CodexClaude CodeAgent Plugins10 Skills

By Majestic LabsLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
10 skill or MCP entries
Source updated
Aug 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add majestic-devops@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/majesticlabs-dev/majestic-abilities

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/devops/.

Plugin files

plugins/devops/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/ansible-server-configuration/SKILL.md
├── skills/backblaze-b2-storage/SKILL.md
├── skills/cloud-init-provisioning/SKILL.md
├── skills/digitalocean-infrastructure/SKILL.md
├── skills/hetzner-infrastructure/SKILL.md
├── skills/infrastructure-review/SKILL.md
├── skills/infrastructure-security-review/SKILL.md
├── skills/kamal-deploy/SKILL.md
├── skills/onepassword-secrets/SKILL.md
└── skills/opentofu-iac/SKILL.md

Included Skills10

ansible-server-configurationskills/ansible-server-configuration/SKILL.md

Configure and maintain servers with focused Ansible playbooks. Use when hardening hosts, installing packages, managing services, or automating repeatable post-provisioning work.

backblaze-b2-storageskills/backblaze-b2-storage/SKILL.md

Configure and operate Backblaze B2 storage with the B2 CLI, OpenTofu, and S3-compatible clients. Use when managing buckets, application keys, lifecycle rules, uploads, backups, or restricted storage access.

cloud-init-provisioningskills/cloud-init-provisioning/SKILL.md

Provision virtual machines with small, testable cloud-init configurations. Use when creating user data, bootstrapping users and packages, hardening SSH, or handing first-boot configuration to later automation.

digitalocean-infrastructureskills/digitalocean-infrastructure/SKILL.md

Provision and review DigitalOcean infrastructure with OpenTofu. Use when managing Droplets, VPCs, managed databases, firewalls, reserved IPs, or cloud-init on DigitalOcean.

hetzner-infrastructureskills/hetzner-infrastructure/SKILL.md

Provision and review Hetzner Cloud infrastructure with OpenTofu. Use when managing servers, private networks, firewalls, load balancers, volumes, object storage, or Storage Boxes.

infrastructure-reviewskills/infrastructure-review/SKILL.md

Review infrastructure changes for correctness, maintainability, simplicity, provider fit, and deployment risk. Use when reviewing or preparing to ship OpenTofu, Ansible, cloud-init, network, compute, storage, or platform configuration changes.

infrastructure-security-reviewskills/infrastructure-security-review/SKILL.md

Review infrastructure as code for exploitable security failures and unsafe operational defaults. Use when auditing state, secrets, identity, network exposure, compute bootstrap, storage, databases, or supply-chain controls before deployment.

kamal-deployskills/kamal-deploy/SKILL.md

Deploy and operate Rails applications with Kamal 2. Use when configuring deploy.yml, kamal-proxy, registries, secrets, accessories, server preparation, or container deployment troubleshooting.

onepassword-secretsskills/onepassword-secrets/SKILL.md

Load and inject development, infrastructure, and deployment secrets with the 1Password CLI. Use when configuring `op run`, secret references, service accounts, CI credentials, or multi-account automation.

opentofu-iacskills/opentofu-iac/SKILL.md

Build and maintain infrastructure as code with OpenTofu and HCL. Use when creating `.tf` files, configuring providers and remote state, reviewing plans, managing environments, or extracting justified reusable modules.

Plugin manifests3

plugins/devops/.codex-plugin/plugin.json
{
  "name": "majestic-devops",
  "version": "0.1.0",
  "description": "Provision and operate infrastructure: OpenTofu, Ansible, cloud-init, Kamal deploys, secrets, and infrastructure review.",
  "author": {
    "name": "Majestic Labs"
  },
  "license": "MIT",
  "keywords": [
    "devops",
    "infrastructure",
    "deployment"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Majestic DevOps",
    "shortDescription": "Infrastructure provisioning, deployment, and operations skills.",
    "longDescription": "Provision and operate infrastructure: OpenTofu, Ansible, cloud-init, Kamal deploys, secrets, and infrastructure review.",
    "developerName": "Majestic Labs",
    "category": "Developer Tools",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Plan a safe infrastructure change.",
      "Review this deployment configuration."
    ]
  }
}
plugins/devops/.claude-plugin/plugin.json
{
  "name": "majestic-devops",
  "displayName": "Majestic DevOps",
  "version": "0.1.0",
  "description": "Provision and operate infrastructure: OpenTofu, Ansible, cloud-init, Kamal deploys, secrets, and infrastructure review.",
  "author": {
    "name": "Majestic Labs"
  },
  "license": "MIT",
  "keywords": [
    "devops",
    "infrastructure",
    "deployment"
  ]
}
plugins/devops/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "majestic-devops",
  "version": "0.1.0",
  "description": "Provision and operate infrastructure: OpenTofu, Ansible, cloud-init, Kamal deploys, secrets, and infrastructure review.",
  "author": {
    "name": "Majestic Labs"
  },
  "license": "MIT",
  "keywords": [
    "devops",
    "infrastructure",
    "deployment"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[majestic-devops on Agent Plugins Marketplace](https://pluginsmp.com/plugins/majestic-devops)