Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aj-geddes avatar

Deployment Documentation

  • 406 installs
  • 305 repo stars
  • Updated March 4, 2026
  • aj-geddes/useful-ai-prompts

deployment-documentation is a Claude Code skill that generates deployment runbooks with prerequisites, environment variables, staged rollout steps, rollback procedures, and post-deploy verification checks for developers

About

deployment-documentation is an agent skill from aj-geddes/useful-ai-prompts that structures CI/CD and infrastructure release docs from bundled reference guides and templates. The SKILL.md workflow walks through prerequisites, environment URLs, deployment methods (manual, automated, blue-green, canary), and operational guardrails, while four reference files cover GitHub Actions workflows, Dockerfiles, docker-compose.yml, and Kubernetes deployment manifests. A config-starter.yaml template and validate-config.sh script help validate configuration before docs land in the repo. Reach for deployment-documentation when a service ships to dev, staging, and production but lacks a written runbook covering secrets, health checks, rollback, and emergency procedures.

  • Environment variable catalogs
  • Rollback procedures
  • Pre and post deploy checks
  • Staging versus production steps

Deployment Documentation by the numbers

  • 406 all-time installs (skills.sh)
  • Ranked #407 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill deployment-documentation

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs406
repo stars305
Last updatedMarch 4, 2026
Repositoryaj-geddes/useful-ai-prompts

How do you document production deployment and rollback procedures?

Author deployment runbooks with prerequisites, env vars, staged rollout steps, rollback procedures, and post-deploy verification checks.

Who is it for?

Backend and platform engineers documenting first production releases for containerized services with GitHub Actions CI/CD.

Skip if: Developers who only need application README setup instructions without infrastructure, rollout, or rollback procedures.

When should I use this skill?

A repository lacks deployment runbooks or needs staged rollout, rollback, and post-deploy verification documentation before a production release.

What you get

Deployment guide markdown, CI/CD workflow documentation, Docker and Kubernetes manifest references, rollback runbooks, and post-deploy verification checklists.

  • Deployment runbook markdown
  • CI/CD pipeline documentation
  • Rollback and post-deploy verification checklists

By the numbers

  • Includes 4 reference guides for GitHub Actions, Dockerfile, docker-compose.yml, and Kubernetes deployment manifests
  • Ships 1 config-starter.yaml template and 1 validate-config.sh validation script
  • Documents 10 deployment best-practice checks in SKILL.md DO guidance

Files

SKILL.mdMarkdownGitHub ↗

Deployment Documentation

Table of Contents

Overview

Create comprehensive deployment documentation covering infrastructure setup, CI/CD pipelines, deployment procedures, and rollback strategies.

When to Use

  • Deployment guides
  • Infrastructure documentation
  • CI/CD pipeline setup
  • Configuration management
  • Container orchestration
  • Cloud infrastructure docs
  • Release procedures
  • Rollback procedures

Quick Start

Minimal working example:

````markdown

Deployment Guide

Overview

This document describes the deployment process for [Application Name].

Deployment Methods:

  • Manual deployment (emergency only)
  • Automated CI/CD (preferred)
  • Blue-green deployment
  • Canary deployment

Environments:

  • Development: https://dev.example.com
  • Staging: https://staging.example.com
  • Production: https://example.com

---

Prerequisites

Required Tools

// ... (see reference guides for full implementation)


## Reference Guides

Detailed implementations in the `references/` directory:

| Guide | Contents |
|---|---|
| [GitHub Actions Workflow](references/github-actions-workflow.md) | GitHub Actions Workflow |
| [Dockerfile](references/dockerfile.md) | Dockerfile |
| [docker-compose.yml](references/docker-composeyml.md) | docker-compose.yml |
| [Deployment Manifest](references/deployment-manifest.md) | Deployment Manifest |

## Best Practices

### ✅ DO

- Use infrastructure as code
- Implement CI/CD pipelines
- Use container orchestration
- Implement health checks
- Use rolling deployments
- Have rollback procedures
- Monitor deployments
- Document emergency procedures
- Use secrets management
- Implement blue-green or canary deployments

### ❌ DON'T

- Deploy directly to production
- Skip testing before deploy
- Forget to backup before migrations
- Deploy without rollback plan
- Skip monitoring after deployment
- Hardcode credentials
- Deploy during peak hours (unless necessary)

Related skills

How it compares

Choose deployment-documentation over generic documentation skills when the deliverable must cover CI/CD workflows, container manifests, staged rollouts, and rollback—not only API or README prose.

FAQ

What does deployment-documentation generate?

deployment-documentation generates deployment guides covering infrastructure setup, CI/CD pipelines, staged rollout steps, rollback procedures, and post-deploy verification. Output draws on four bundled reference guides for GitHub Actions, Docker, docker-compose, and Kubernetes m

Which deployment patterns does deployment-documentation cover?

deployment-documentation documents manual emergency deploys, automated CI/CD releases, blue-green deployments, canary rollouts, and rolling updates. SKILL.md also prescribes health checks, secrets management, monitoring, and explicit rollback plans for each environment.

What files ship with deployment-documentation?

deployment-documentation bundles four reference markdown guides, one config-starter.yaml template, and one validate-config.sh script alongside SKILL.md. Agents use these assets to produce structured runbooks developers can commit to a repository.

Documentationdocsdevops

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.