majestic-devops
v0.1.0Provision and operate infrastructure: OpenTofu, Ansible, cloud-init, Kamal deploys, secrets, and infrastructure review.
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add majestic-devops@agent-plugin-marketplacePaste 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-abilitiesClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/devops/.
Plugin files
├── .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
Configure and maintain servers with focused Ansible playbooks. Use when hardening hosts, installing packages, managing services, or automating repeatable post-provisioning work.
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.
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.
Provision and review DigitalOcean infrastructure with OpenTofu. Use when managing Droplets, VPCs, managed databases, firewalls, reserved IPs, or cloud-init on DigitalOcean.
Provision and review Hetzner Cloud infrastructure with OpenTofu. Use when managing servers, private networks, firewalls, load balancers, volumes, object storage, or Storage Boxes.
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.
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.
Deploy and operate Rails applications with Kamal 2. Use when configuring deploy.yml, kamal-proxy, registries, secrets, accessories, server preparation, or container deployment troubleshooting.
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.
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
{
"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."
]
}
}{
"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"
]
}{
"$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"
]
}For maintainers
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)