mb-devops

Create, update, and validate CI/CD pipelines, Docker configurations, and cloud deployment settings.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Yanick-mj/mb-framework --skill mb-devops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mb-devops
Source: https://github.com/Yanick-mj/mb-framework/tree/main/agents/devops
Command: npx skills add https://github.com/Yanick-mj/mb-framework --skill mb-devops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It streamlines the creation, validation, and maintenance of CI/CD pipelines, Docker configurations, and cloud deployment settings, removing manual errors and bottlenecks for infrastructure changes.

Core Features & Use Cases

  • Pipeline Authoring: Read, edit, and generate CI/CD workflow files.
  • Docker & Cloud Config: Manage Dockerfiles and cloud service definitions with idempotent changes.
  • Validation & Evidence: Execute syntax checks, collect file evidence, and enforce safety rules before committing changes.
  • Use Case: When the orchestrator classifies a task as an infra‑change, the devops skill can automatically update the deployment pipeline and ensure all configs are valid.

Quick Start

Ask the devops skill to create a new CI pipeline that builds and deploys the application to the cloud.

Frequently Asked Questions about mb-devops

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

FAQPage Schema
How do I automate CI/CD pipeline creation and Docker configuration updates?

Automating CI/CD pipeline creation and Docker configuration updates involves reading, editing, and generating workflow files and Dockerfiles. This skill streamlines that process by authoring pipelines, managing cloud service definitions, and enforcing safety rules before committing changes.

What's the best way to validate infrastructure-as-code changes before deploying to the cloud?

Validating infrastructure-as-code changes requires executing syntax checks and collecting file evidence. This skill performs validation commands on YAML and Dockerfiles, enforcing safety rules and ensuring all cloud deployment settings and pipeline configurations are syntactically correct before changes are committed.

Can I use this skill to generate cloud deployment settings for container orchestration?

Generating cloud deployment settings for container orchestration is supported. The skill manages Docker configurations and cloud service definitions, allowing you to create, update, and validate deployment settings required for infrastructure changes within your software projects.

Does this skill require access to repository files to update deployment pipelines?

Repository file access is required to update deployment pipelines. The skill needs the ability to read and edit YAML and Dockerfiles within your repository, along with permission to execute validation commands to ensure infrastructure changes are safe and idempotent.

How do I manage idempotent changes to Dockerfiles and cloud service definitions?

Managing idempotent changes to Dockerfiles and cloud service definitions is handled by reading, editing, and generating configuration files. The skill ensures that infrastructure changes are applied consistently, executing syntax checks and enforcing safety rules before any modifications are committed.