source-command-sparc-devops

Automates infrastructure deployment, CI/CD pipelines, and cloud resource provisioning tasks.

Updated May 11, 2026
One-click install
npx skills add https://github.com/Turgunoff/mebellar_app --skill source-command-sparc-devops-turgunoff
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: source-command-sparc-devops
Source: https://github.com/Turgunoff/mebellar_app/tree/main/.agents/skills/source-command-sparc-devops
Command: npx skills add https://github.com/Turgunoff/mebellar_app --skill source-command-sparc-devops-turgunoff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing deployments, CI/CD pipelines, and cloud infrastructure manually is error-prone and time-consuming. This Skill provides a structured DevOps specialist role that handles provisioning, deployment, monitoring setup, and secure configuration management. ## Core Features & Use Cases - Infrastructure Provisioning: Deploy cloud functions, containers, edge runtimes, and services using CI/CD tools or shell commands. - Secure Configuration: Enforces best practices like immutable deployments, blue-green rollbacks, and secrets management without hard-coded credentials. - Deployment Verification: Returns deployment status, environment details, CLI output summaries, and rollback instructions. - Use Case: Ask the agent to deploy a service to AWS Lambda, and it will provision the runtime, configure environment variables from secret managers, set up monitoring, and report the deployment status with rollback steps. ## Quick Start Ask the agent to deploy your service to AWS Lambda using the sparc devops mode with your task description.

Frequently Asked Questions about source-command-sparc-devops

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

FAQPage Schema
How do I deploy a service to AWS Lambda with this skill?▼

Invoke the sparc devops mode with a task description like "deploy to AWS Lambda" via MCP tools or the npx Codex-flow CLI. The agent provisions the runtime, configures environment variables from secret managers, and returns deployment status with rollback instructions.

What deployment tasks can the sparc devops mode automate?▼

It handles provisioning cloud functions, containers, and edge runtimes, running CI/CD pipelines, configuring domains, routing, TLS, and monitoring integrations, and cleaning up legacy or orphaned resources.

Does the devops skill store credentials in code?▼

No. The skill explicitly enforces secure-by-default practices: credentials and tokens are never hard-coded, and all sensitive configuration values are pulled from secrets managers or environment injection layers.

What deployment safety strategies does it support?▼

It follows immutable deployment practices with rollback and blue-green strategies. Every deployment returns status, environment details, CLI output summaries, and rollback instructions when relevant.

Can I run the devops mode without MCP tools?▼

Yes. Use the fallback NPX CLI command "npx Codex-flow sparc run devops" with your task description, optionally adding a namespace or non-interactive flag for terminal-based execution.