Source profileQuality 95/100

laurigates/claude-plugins/container-plugin/skills/deploy-handoff/SKILL.md

deploy-handoff

Generate deployment handoff docs — tech stack, access URLs, config, monitoring, dev checklist. Use when handing off a service, documenting deployments, or creating client-facing summaries.

Source repository stars
53
Declared platforms
0
Static risk flags
0
Last source update
2026-08-24
Source checked
2026-08-25

Decision brief

What it does: where it fits

Generate professional handoff messages for deployed resources and services with all necessary information for developer handoff.

Best for

  • Use when handing off a service, documenting deployments, or creating client-facing summaries.

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/laurigates/claude-plugins --skill "container-plugin/skills/deploy-handoff"
Safe inspection promptEditorial

Inspect the Agent Skill "deploy-handoff" from https://github.com/laurigates/claude-plugins/blob/5de06622d8def8c36f7f39d980300aaa15af4357/container-plugin/skills/deploy-handoff/SKILL.md at commit 5de06622d8def8c36f7f39d980300aaa15af4357. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Step 1: Discover resource details

    Gather deployment details from current repository context. Identify relevant documentation and configuration files. Extract repository information and branch details.

    Gather deployment details from current repository context. Identify relevant documentation and configuration files. Extract repository information and branch details.
  2. 02

    Step 2: Collect technical information

    Collect: - Service/resource name and purpose - Deployment environment details - Access URLs and endpoints - Configuration and environment variables - Dependencies and prerequisites - Monitoring and logging information

    Service/resource name and purposeDeployment environment detailsAccess URLs and endpoints
  3. 03

    Step 3: Gather documentation links

    Find and compile: - Repository URL and relevant branches - Deployment documentation - API documentation (if applicable) - Configuration guides - Troubleshooting resources

    Repository URL and relevant branchesDeployment documentationAPI documentation (if applicable)
  4. 04

    Step 4: Compile access information

    Assemble: - Service URLs and endpoints - Database connection details (without credentials) - Admin/management interfaces - Monitoring dashboards - Log locations and access methods

    Service URLs and endpointsDatabase connection details (without credentials)Admin/management interfaces
  5. 05

    Step 5: Generate handoff message

    Create a professionally formatted handoff message with clear sections, action items for the receiving developer, and contact information for follow-up questions.

    Create a professionally formatted handoff message with clear sections, action items for the receiving developer, and contact information for follow-up questions.

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score95/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars53SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
laurigates/claude-plugins
Skill path
container-plugin/skills/deploy-handoff/SKILL.md
Commit
5de06622d8def8c36f7f39d980300aaa15af4357
License
MIT
Collected
2026-08-25
Default branch
main
View the original SKILL.md

Deployment Handoff Command

Generate professional handoff messages for deployed resources and services with all necessary information for developer handoff.

When to Use This Skill

Use this skill when...Use deploy-release instead when...
Handing off an already-deployed service to another developer or clientCutting a new release tag or driving release-please automation
Documenting deployment details (URLs, env vars, monitoring) on a ticketPublishing a draft, pre-release, or manual GitHub release
Onboarding a new team member with access information for a running serviceSetting up release-please-config.json / .release-please-manifest.json
Composing a client-facing deployment summaryWriting the Dockerfile (container-development) or Skaffold config (skaffold-orbstack)

Context

  • Git remotes: !git remote -v
  • Branch: !git branch --show-current
  • Last commit: !git log --oneline --max-count=1
  • README: !find . -maxdepth 1 -name \'README.md\'
  • Docker: !find . -maxdepth 1 \( -name "Dockerfile" -o -name "docker-compose*.yml" \)
  • CI/CD: !find . -path '*/.github/workflows/*' -maxdepth 3 -name '*.yml'
  • Config files: !find . -maxdepth 1 \( -name ".env.example" -o -name "*.config.*" \)

Parameters

  • $1 (RESOURCE_NAME, optional): Name of the deployed resource/service
  • $2 (DEPLOYMENT_TYPE, optional): Type of deployment (web-app, api, database, infrastructure, etc.)

Execution

Execute this deployment handoff documentation workflow:

Step 1: Discover resource details

Gather deployment details from current repository context. Identify relevant documentation and configuration files. Extract repository information and branch details.

Step 2: Collect technical information

Collect:

  • Service/resource name and purpose
  • Deployment environment details
  • Access URLs and endpoints
  • Configuration and environment variables
  • Dependencies and prerequisites
  • Monitoring and logging information

Step 3: Gather documentation links

Find and compile:

  • Repository URL and relevant branches
  • Deployment documentation
  • API documentation (if applicable)
  • Configuration guides
  • Troubleshooting resources

Step 4: Compile access information

Assemble:

  • Service URLs and endpoints
  • Database connection details (without credentials)
  • Admin/management interfaces
  • Monitoring dashboards
  • Log locations and access methods

Step 5: Generate handoff message

Create a professionally formatted handoff message with clear sections, action items for the receiving developer, and contact information for follow-up questions.

Template Structure

Service Overview

  • Name: Resource/service identifier
  • Purpose: Brief description of functionality
  • Environment: Production/staging/development
  • Deployment Date: When the deployment occurred
  • Deployed By: Who performed the deployment

Technical Details

  • Technology Stack: Languages, frameworks, databases used
  • Architecture: High-level system design
  • Dependencies: External services and libraries
  • Configuration: Key settings and environment variables

Access Information

  • Service URL: Primary access point
  • Admin Interface: Management dashboard (if applicable)
  • Database: Connection information (non-sensitive)
  • File Storage: Asset/file locations
  • Monitoring: Health check endpoints and dashboards

Documentation

  • Repository: GitHub/GitLab repository URL
  • Branch: Deployed branch/tag
  • API Docs: API documentation location
  • Setup Guide: Installation/configuration instructions
  • Troubleshooting: Known issues and solutions

Developer Handoff Checklist

  • Review service functionality and purpose
  • Access all provided URLs and interfaces
  • Verify monitoring and alerting setup
  • Check backup and recovery procedures
  • Review security configurations
  • Test deployment process
  • Document any additional findings

Output Format

The command generates a structured message with:

  • Professional tone suitable for client communications
  • Clear structure with headers and bullet points
  • Actionable information for immediate developer productivity
  • Complete context for understanding the deployment

Configuration Options

format: markdown            # slack, email, markdown
include_sensitive: false   # Include sensitive config info
detail_level: standard     # minimal, standard, comprehensive
template_style: professional # professional, technical, brief

Integration Points

  • Repository Detection: Automatically detects git repository information
  • Environment Variables: Reads from .env files and configuration
  • Documentation Scanning: Searches for README, docs, and API specifications
  • CI/CD Integration: Extracts deployment pipeline information
  • Monitoring Integration: Links to observability tools and dashboards

Success Criteria

  • Handoff message contains all necessary information for developer productivity
  • Format is suitable for ticket comments
  • Message includes clear next steps and action items
  • All links and references are accurate and accessible
  • Professional tone appropriate for client-facing communications

Agentic Optimizations

ContextCommand
Git remote URLgit remote get-url origin
Current branchgit branch --show-current
Recent commitsgit log --oneline --max-count=5
Find config filesfind . -maxdepth 1 -name '*.config.*' -o -name '.env.example'
Find Dockerfilesfind . -maxdepth 1 -name 'Dockerfile' -o -name 'docker-compose*.yml'
Find CI workflowsfind .github/workflows -maxdepth 1 -name '*.yml'
PR detailsgh pr view --json title,url,state,mergedAt

Example Usage

# Basic handoff for current project
claude chat --file ~/.claude/skills/deploy-handoff/SKILL.md

# Specific service handoff
claude chat --file ~/.claude/skills/deploy-handoff/SKILL.md "User API" "web-service"

# Comprehensive handoff with full details
claude chat --file ~/.claude/skills/deploy-handoff/SKILL.md "Payment System" "microservice" --detail-level comprehensive

Sample Output Format

## 🚀 Deployment Handoff: [Service Name]

**Service**: [Service Name]
**Environment**: [Production/Staging/Development]
**Deployment Date**: [Date]
**Deployed By**: [Developer Name]

### 📋 Service Overview
- **Purpose**: [Brief description of functionality]
- **Technology Stack**: [Languages/frameworks used]
- **Status**: ✅ Active and operational

### 🔗 Access Information
- **Service URL**: [Primary access point]
- **Admin Dashboard**: [Management interface]
- **API Documentation**: [API docs location]
- **Health Check**: [Monitoring endpoint]

### 📚 Documentation & Resources
- **Repository**: [GitHub repository URL]
- **Branch/Tag**: [Deployed version]
- **Setup Guide**: [Configuration instructions]
- **Troubleshooting**: [Known issues and solutions]

### ✅ Developer Handoff Checklist
- [ ] Review service functionality and purpose
- [ ] Access all provided URLs and interfaces
- [ ] Verify monitoring and alerting setup
- [ ] Test basic functionality
- [ ] Review configuration and environment variables

### 📞 Support & Contact
For questions or issues with this deployment, please:
1. Check the troubleshooting guide first
2. Review logs at [log location]
3. Contact [deployer] for immediate assistance

*Generated on [date] for [project/client]*

Frequently asked questions

What to verify before installation and use

What does the deploy-handoff source document cover?

Generate professional handoff messages for deployed resources and services with all necessary information for developer handoff.

How do I install deploy-handoff?

The source record exposes this install command: npx skills add https://github.com/laurigates/claude-plugins --skill "container-plugin/skills/deploy-handoff". Inspect the command and pinned source before running it.

Alternatives

Compare before choosing

Computed 9880

vasilyu1983/AI-Agents-public

research-git

Scans public GitHub repos for agent skills, dev practices, and code patterns. Use when enriching skills, setting team policy, or researching a build domain.

Computed 96156

open-edge-platform/edge-ai-libraries

chatqna-helm-deploy

Deploy Chat Question-and-Answer Core to Kubernetes using Helm (OpenVINO CPU, OpenVINO GPU, or Ollama), including values.yaml configuration, helm install/upgrade, deployment verification, uninstall, and translation from Docker Compose setup_env.sh variables into Helm override values. Use this skill when the user says "deploy chatqna core to kubernetes", "helm install chatqna-core", "configure values.yaml", "convert compose config to helm", or "translate setup_env.sh to chart values".

Computed 9660

almanak-co/sdk

almanak-strategy-builder

Build, test, and deploy DeFi trading strategies using the Almanak SDK. ALWAYS use this skill when the user mentions almanak, DeFi strategy, trading strategy, yield farming, liquidity provision, token swap, borrowing, lending, perpetuals, staking, vault deposit, bridging tokens, backtesting, paper trading, or on-chain execution. Use for writing strategy.py files, composing intents (Swap, LP, Borrow, Supply, Perp, Bridge, Stake, Vault, Prediction), working with config.json strategy parameters, run

Computed 9618

nexus-substrate/nexus-agents

release

Execute a release following project standards. Use when publishing a new version, creating release tags, or deploying. Triggers on "release", "publish", "version bump", "create release".