devops-execution

Provision Docker, local services, and cloud resources with health checks and teardown commands.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/gleeb/ai-registry --skill devops-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-execution
Source: https://github.com/gleeb/ai-registry/tree/main/systems/sdlc/skills/devops-execution
Command: npx skills add https://github.com/gleeb/ai-registry --skill devops-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It solves the problem of teams losing time and consistency when infrastructure dependencies (databases, containers, queues, and environment configuration) must be provisioned repeatedly for implementation work.

Core Features & Use Cases

  • On-demand infrastructure provisioning: Creates or updates Docker Compose services, initializes local services (e.g., SQLite), and applies cloud IaC resources as specified by the DevOps plan.
  • Connection-ready environment setup: Generates or updates .env configuration using the required env var names and integration realization guidance, enabling the implementer to proceed without manual wiring.
  • Health-checked execution with teardown guidance: Verifies each resource reaches a healthy state, records results, produces an infrastructure manifest, and provides teardown commands for cleanup.

Quick Start

Ask the AI to execute the DevOps dispatch for your story, using plan/cross-cutting/devops.md and the story’s hld.md integration realization to provision dependencies, configure .env, and return an infrastructure manifest with connection details, health evidence, and teardown commands.

Frequently Asked Questions about devops-execution

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

FAQPage Schema
How do I provision local development infrastructure for an implementation story?

To provision local development infrastructure, this Skill executes DevOps dispatches to start Docker Compose services, initialize local data stores like SQLite, and apply cloud IaC resources. It returns a structured infrastructure manifest with connection details and teardown commands.

How does this approach handle environment configuration for Docker containers?

Environment configuration is handled by generating or updating `.env` files using required variable names and integration realization guidance. This connection-ready setup enables implementers to proceed without manually wiring service connections for Docker containers.

Can I use this to initialize databases and apply cloud IaC resources together?

Yes, you can use this to initialize databases and apply cloud IaC resources simultaneously. It processes DevOps plans to provision Docker containers, local services, and cloud infrastructure while enforcing health checks with retries for each resource.

What's the best way to ensure local services are healthy before application development?

The best way to ensure local services are healthy is through enforced health checks with retries. This Skill verifies each resource reaches a healthy state, records health evidence in an infrastructure manifest, and provides teardown commands for safe cleanup.

Does this approach make changes to my application code during infrastructure provisioning?

No, this infrastructure provisioning approach does not make application code changes. It strictly focuses on realizing dependencies by configuring environment variables, starting services, and initializing data stores while maintaining safe operational boundaries.