source-command-sparc-devops

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

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/derbalimajd04-dot/al-wasat --skill source-command-sparc-devops-derbalimajd04-dot
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: source-command-sparc-devops
Source: https://github.com/derbalimajd04-dot/al-wasat/tree/main/.agents/skills/source-command-sparc-devops
Command: npx skills add https://github.com/derbalimajd04-dot/al-wasat --skill source-command-sparc-devops-derbalimajd04-dot

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 agent workflow for provisioning infrastructure, deploying services, and enforcing security best practices across cloud providers and edge platforms. ## Core Features & Use Cases - Infrastructure Provisioning: Deploy cloud functions, containers, edge runtimes, and service meshes using CI/CD tools or shell commands. - Secure Configuration Management: Pull secrets from managed secret stores and environment injection layers instead of hard-coding credentials. - Deployment Safety: Enforce immutable deployments, blue-green strategies, and rollback procedures with traceable change summaries. - Use Case: Ask the agent to deploy a service to AWS Lambda; it provisions the runtime, configures environment variables via secrets managers, sets up monitoring hooks, and returns deployment status with rollback instructions. ## Quick Start Ask the agent to deploy your service to AWS Lambda using the sparc devops mode via the MCP tool or the npx Codex-flow CLI command.

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 DevOps workflow?▼

Invoke the sparc devops mode via the MCP tool mcp__claude-flow__sparc_mode with mode set to devops, or run npx Codex-flow sparc run devops with your task description. The agent provisions the runtime and returns deployment status with rollback instructions.

How does the DevOps agent handle credentials and secrets?▼

The agent never hard-codes credentials or tokens in code. It pulls configuration values from secrets managers or environment injection layers and can delegate credential setup to a Security Reviewer task.

Can I run the sparc devops command without MCP tools?▼

Yes, use the NPX CLI fallback: npx Codex-flow sparc run devops followed by your task description. You can add flags like --namespace devops or --non-interactive for scripted execution.

What deployment safety practices does this workflow enforce?▼

It enforces immutable deployments, blue-green strategies, and rollback procedures. All changes are verified and traceable with summary notes, and no public keys, secrets, or tokens appear in code.

What are the limitations of this DevOps automation skill?▼

It depends on external tooling (MCP claude-flow or the Codex-flow CLI) being available in the environment. It provides orchestration guidance rather than executing provider-specific SDK calls itself, so actual deployments require configured cloud credentials and CLI access.