dev-container-maintenance

Automate maintenance and auditing of VS Code Dev Container configurations.

1|2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/matchojecki/logistiko-celny --skill dev-container-maintenance-matchojecki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-container-maintenance
Source: https://github.com/matchojecki/logistiko-celny/tree/main/.ai/skills/dev-container-maintenance
Command: npx skills add https://github.com/matchojecki/logistiko-celny --skill dev-container-maintenance-matchojecki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintains and audits the VS Code Dev Container setup to ensure changes to .devcontainer/ files are tracked, documented, and reproducible across environments.

Core Features & Use Cases

  • File map and procedures: Keeps a current map of dev container files, procedures for updates, and mandatory documentation.
  • Audit and synchronization: Provides a repeatable workflow to audit container configurations, align docs, and regenerate compose volumes when needed.
  • Troubleshooting support: Guides diagnosis when container projects fail to build or start, with step-by-step remediation.

Quick Start

Run this skill whenever you modify .devcontainer files to update maps, perform audits, and synchronize documentation.

Frequently Asked Questions about dev-container-maintenance

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

FAQPage Schema
How do I audit a VS Code dev container setup after modifying Dockerfile or docker-compose files?

To audit a VS Code dev container setup, run an automated maintenance workflow that updates the file map, enforces documentation alignment with SPEC-050-2026, and regenerates compose volumes to ensure reproducibility.

What is dev container maintenance and when do I need to update the file map?

Dev container maintenance is the process of tracking and documenting changes to .devcontainer files. You need to update the file map whenever you modify devcontainer.json, Dockerfile, or docker-compose configurations to ensure reproducible environments.

Why does my dev container build fail or services misbehave after a configuration update?

Dev container builds fail or services misbehave when configurations are out of sync or documentation is missing. Use a guided troubleshooting workflow to diagnose issues and execute step-by-step remediation for the container setup.

Does this dev container audit workflow support docker-compose volume regeneration?

Yes, the dev container audit workflow supports docker-compose volume regeneration. It provides a repeatable synchronization process to regenerate compose volumes and align configurations when needed.

What's the best way to keep dev container documentation aligned with SPEC-050-2026?

The best way to keep dev container documentation aligned with SPEC-050-2026 is to run an automated audit after every modification to .devcontainer files, enforcing mandatory documentation updates and reproducible post-create workflows.