add-service

Automate Docker Compose service addition with DNS records and SSL certificates.

8|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/jblemee/docker-compose-homelab --skill add-service
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-service
Source: https://github.com/jblemee/docker-compose-homelab/tree/main/.claude/skills/add-service
Command: npx skills add https://github.com/jblemee/docker-compose-homelab --skill add-service

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the addition of new Docker Compose services into your homelab, including automatic DNS records (OVH) and SSL certificates, reducing manual setup and validation time.

Core Features & Use Cases

  • DNS automation: Create DNS records for new subdomains via OVH (when configured).
  • Service file generation: Produce a ready-to-use services/<service-name>.yml file for docker-compose.
  • SSL provisioning: Automatically obtain and renew Let's Encrypt certificates for new services.
  • One-click deployment: Start and verify the new service with minimal commands, ensuring it's accessible through the proxy.

Quick Start

Describe a new service to Claude Code, for example: "Add a gitea service at git.${DOMAIN} using image gitea/gitea and internal port 3000." After describing, Claude Code will generate the service files, configure DNS, provision SSL, and start the service.