Setup Compose Stack
Skill Warning ActiveConfigure general-purpose Docker Compose stacks for common application patterns. Covers web app + database + cache + worker services, named volumes, networks, health checks, depends_on, environment management, and profiles. Use when running a web app with a database or cache, setting up a development environment with multiple services, orchestrating background workers alongside an API, or creating reproducible multi-service environments across teams.
To help users configure general-purpose Docker Compose stacks for various application architectures, ensuring reproducible and robust development environments.
Features
- Configure web app + database + cache + worker services
- Define named volumes and networks
- Implement health checks for service readiness
- Manage environment variables and profiles
- Provide examples for common multi-service patterns
Use Cases
- Running a web app with a database or cache
- Setting up a development environment with multiple services
- Orchestrating background workers alongside an API
- Creating reproducible multi-service environments
Non-Goals
- Managing individual Docker containers outside of Compose
- Writing Dockerfiles (though it references them)
- Complex orchestration beyond a single Compose stack
Maintenance
- critical:Commit recencyThe last commit was on 2026-05-12, which is over a year ago from today's date (2026-05-13), indicating the repository is likely unmaintained.
Trust
- warning:Issues AttentionThere are 9 open issues and 195 closed issues in the last 90 days, resulting in a closure rate of approximately 95%, but the sheer number of open issues and the critical warning for commit recency suggest potential maintainer attention issues.
Installation
/plugin install agent-almanac@pjt222-agent-almanacQuality Score
WarningTrust Signals
Similar Extensions
Setup Docker Compose
99Configure Docker Compose for multi-container R development environments. Covers service definitions, volume mounts, networking, environment variables, and development vs production configurations. Use when running R alongside other services (databases, APIs), setting up a reproducible R development environment, orchestrating an R-based MCP server container, or managing environment variables and volume mounts for R projects.
Setup Tailwind Typescript
100Configure Tailwind CSS with TypeScript in a Next.js or React project. Covers installation, configuration, custom theme extensions, component patterns, and type-safe styling utilities. Use when adding Tailwind CSS to an existing TypeScript project, customizing the Tailwind theme for a project's design system, setting up type-safe component styling patterns, or configuring Tailwind plugins and extensions.
Setup
100Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow
Mcp Setup
100Configure popular MCP servers for enhanced agent capabilities
Running Claude Code Via Litellm Copilot
100Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost traffic, or GitHub 401/403 auth errors.
Sync Setup
100Use when the user wants to set up config sync for the first time, connect to GitHub, or re-initialize the backup repo.