deployment-documentation

aj-geddes/useful-ai-prompts · updated Apr 8, 2026

$npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill deployment-documentation
0 commentsdiscussion
summary

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

skill.md

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:

# 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)

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.632 reviews
  • Piyush G· Dec 4, 2024

    deployment-documentation is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Jin Yang· Dec 4, 2024

    Keeps context tight: deployment-documentation is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Dhruvi Jain· Sep 21, 2024

    deployment-documentation fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Aditi Khan· Sep 17, 2024

    Solid pick for teams standardizing on skills: deployment-documentation is focused, and the summary matches what you get after install.

  • Soo Mehta· Sep 5, 2024

    I recommend deployment-documentation for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Maya Abbas· Aug 24, 2024

    deployment-documentation reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Oshnikdeep· Aug 12, 2024

    Registry listing for deployment-documentation matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Aanya Khan· Aug 8, 2024

    We added deployment-documentation from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Aarav Nasser· Jul 27, 2024

    Keeps context tight: deployment-documentation is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Diya Haddad· Jul 15, 2024

    Registry listing for deployment-documentation matched our evaluation — installs cleanly and behaves as described in the markdown.

showing 1-10 of 32

1 / 4