Docker Compose Watch mode for automatic hot reload during local development with sync, rebuild, and restart actions
Configures Docker Compose Watch mode for automatic hot reload during development.
npx claudepluginhub josiahsiegel/claude-plugin-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Docker Compose Watch enables automatic hot reload during local development by synchronizing file changes instantly without manual container restarts.
For frameworks with hot reload (React, Next.js, Node.js, Flask). Copies changed files directly into running container.
For compiled languages (Go, Rust, Java) or dependency changes. Rebuilds image and recreates container when files change.
For configuration files requiring restart. Syncs files and restarts container.
services:
frontend:
build: ./frontend
develop:
watch:
- action: sync
path: ./frontend/src
target: /app/src
ignore: [node_modules/, .git/]
- action: rebuild
path: ./frontend/package.json
Start with: docker compose up --watch
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.