docker-build

Build Docker images from Git configuration sources and push them to GHCR.

1|1|Updated Nov 2, 2025
One-click install
npx skills add https://github.com/plan-net/cc-hitl-template --skill docker-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker-build
Source: https://github.com/plan-net/cc-hitl-template/tree/main/.claude/skills/docker-build
Command: npx skills add https://github.com/plan-net/cc-hitl-template --skill docker-build

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Keeping AI agent Docker images updated with the latest configurations from multiple sources and ensuring consistent deployments is a manual, error-prone chore. This Skill streamlines the entire process, saving you time and reducing deployment risks.

Core Features & Use Cases

  • Automated Image Building: Automatically pulls the latest .claude configurations from specified Git repositories and bakes them into your AI agent's Docker image.
  • Registry Push: Pushes the newly built image to GitHub Container Registry (GHCR) for easy distribution and deployment.
  • Deployment State Tracking: Captures commit hashes of the configurations for robust deployment tracking and rollback capabilities.
  • Use Case: After making changes to your agent's configuration or code, simply run this Skill to automatically build a new Docker image with all updates and push it to your registry, ready for seamless deployment.

Quick Start

Build and push the latest Docker image for the Claude HITL worker, including all recent configuration changes.