config-deploy

Configure AICP deployment settings by selecting profiles and tuning Docker compose envs.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill config-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: config-deploy
Source: https://github.com/cyberpunk042/devops-expert-local-ai/tree/main/.claude/skills/config-deploy
Command: npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill config-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configuring deployment-time settings for AICP by selecting the appropriate profile and tuning Docker environment variables to align with workload and environment.

Core Features & Use Cases

  • Profile-based deployment tuning across dev/staging/prod.
  • Per-environment overrides and identity profiles.

Quick Start

Choose a target profile and run make profile-use to apply the deployment configuration.

Frequently Asked Questions about config-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Docker compose environment variables for different deployment profiles?

Docker compose environment variables are configured by selecting a target profile from a nine-profile system and running the make profile-use command to apply per-environment overrides for dev, staging, or prod.

What is the best way to manage pre-deployment configuration across dev, staging, and prod environments?

Pre-deployment configuration is managed by selecting an appropriate profile and tuning Docker environment variables to align with specific workload and environment requirements across dev, staging, and prod.

How does the identity profile mechanism separate configuration from deployment?

The identity profile mechanism separates configuration from deployment by applying per-environment overrides and selecting distinct profiles during pre-deployment planning for hardware or workload changes.

Can I use per-environment overrides to tune deployment settings for hardware and workload changes?

Yes, per-environment overrides allow you to tune deployment settings by selecting a specific profile to handle hardware and workload changes during pre-deployment planning.

Do I need a nine-profile system to apply Docker compose deployment configurations?

Yes, the nine-profile system is required to select the correct profile and apply Docker compose environment configurations using the make profile-use command.

Why does my deployment configuration fail to align with workload changes across environments?

Deployment configuration fails to align when the correct profile is not selected or per-environment overrides are not properly applied to tune Docker compose environment variables for the specific workload.