dev

Automate Docker Compose development environment setup and management.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/pward17/site-template --skill dev-pward17
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev
Source: https://github.com/pward17/site-template/tree/main/.claude/skills/dev
Command: npx skills add https://github.com/pward17/site-template --skill dev-pward17

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the setup and ongoing management of a Docker Compose development environment, reducing manual setup time and configuration drift.

Core Features & Use Cases

  • Single-command orchestration: Build, start, stop, and reset the entire dev stack with concise commands.
  • Visibility and debugging: Quickly inspect service status, logs, and accessible URLs to diagnose issues.
  • Migrations and testing: Run Alembic migrations and backend tests within the local development environment to validate changes.

Quick Start

Start the development stack with /dev start to build and run all services.

Frequently Asked Questions about dev

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

FAQPage Schema
How do I automate Docker Compose dev environment setup and management?

Automating Docker Compose dev environment setup is achieved through single-command orchestration to build, start, stop, and reset multiple container services, reducing manual configuration drift and setup time.

What is the best way to run Alembic migrations in a local Docker Compose stack?

Running Alembic migrations in a local Docker Compose stack is handled by executing standardized commands within the development environment, allowing you to validate database changes across all services deterministically.

Can I inspect service logs and accessible URLs for my Docker Compose development stack?

Inspecting service logs and accessible URLs for your Docker Compose development stack is supported natively, providing visibility and debugging capabilities to quickly diagnose issues across running container services.

Does this Docker Compose orchestration approach work across different operating systems?

This Docker Compose orchestration approach provides cross-platform compatibility, ensuring standardized tasks for building, starting, and monitoring container services work deterministically regardless of your local operating system.

How do I run backend tests within a Docker Compose local development environment?

Running backend tests within a Docker Compose local development environment is executed using standardized task commands, validating changes across multiple services without requiring manual test configuration.