Docker

Containerization and Docker

Uses and selection guide

Use these skills to automate builds, delivery and infrastructure maintenance. Read which commands change remote resources, check provider compatibility and review rollback steps before running a deployment workflow.

Showing 1-24 of 1755 skills
ahmed-lakosha

odoo-service

by ahmed-lakosha

"Complete Odoo server lifecycle manager — run, deploy, initialize, and manage Odoo across local venv, Docker, and any IDE. Handles server startup/shutdown, environment initialization, database management, Docker orchestration, and IDE configuration for Odoo 14-19."

Database 74 6mo ago
mukul975

analyzing-docker-container-forensics

by mukul975

Investigate compromised Docker containers by analyzing images, layers, volumes, logs, and runtime artifacts to

Debugging 31.3K 5mo ago
PostHog

setup-web-tests

by PostHog

Set up Python test environment in Claude Code for web where flox is unavailable. Use when you need to run backend tests and uv sync fails due to Python version mismatch.

CI/CD 39.6K 2mo ago
PostHog

gating-production-deploys

by PostHog

Use when adding or editing a GitHub Actions workflow that pushes a container image to a registry (ECR/ghcr/Docker Hub via build-push-action) or dispatches a production deploy (a commit_state_update repository_dispatch to PostHog/charts). Those run from a single canonical deploy repo, gated by the CD_DEPLOY_ENABLED variable. Does NOT apply to workflows that publish GitHub releases, npm, crates, or Homebrew — those stay on the public repo.

CI/CD 39.6K 1mo ago
PostHog

debugging-local-task-agent-runs

by PostHog

'Debug the output of local PostHog task runs — the wizard cloud-run path that executes inside a Docker sandbox under the local Temporal process-task workflow (the wizard that integrates PostHog, then the coding agent that commits and opens the PR). Use when a local run looks stuck, failed, or silent, or when you need to read the wizard or agent logs. Covers the .env.local keys + ai_features intent required for cloud runs locally, finding the task UUID (docker ps, temporal CLI, Temporal UI at localhost:8081), tailing live logs inside the sandbox container (/tmp/posthog-wizard.log, /tmp/agent-server.log), and reading the durable per-run console log from object storage after the sandbox is torn down. Trigger terms: task-sandbox, run_wizard, agent-server, process-task, SANDBOX_PROVIDER, LLM_GATEWAY, cloud_run, posthog-wizard.log.'

Debugging 39.6K 1mo ago
PostHog

depot-container-builds

by PostHog

Configures and runs Depot remote container builds using depot build and depot bake. Use when building Docker images, creating Dockerfiles with Depot, pushing images to registries, building multi-platform/multi-arch images (linux/amd64, linux/arm64), debugging container build failures, optimizing Dockerfile layer caching, using docker-bake.hcl or docker-compose builds, or migrating from docker build / docker buildx build to Depot. Also use when the user mentions depot build, depot bake, container builds, image builds, or asks about Depot's build cache, build parallelism, or ephemeral registry.

CI/CD 39.6K 3d ago
PostHog

extending-hobby-smoke-tests

by PostHog

Design, extend, review, or debug PostHog Hobby end-to-end smoke tests in bin/hobby-ci.py and .github/workflows/ci-hobby.yml. Use when adding an ingestion round trip, deciding whether a product belongs in Hobby CI, changing the CI Hobby service topology or API-key scopes, or diagnosing a smoke test that captures data but cannot query it.

Code Review 39.6K 18d ago
NousResearch

docker-management

by NousResearch

Manage Docker containers, images, volumes, networks, and Compose stacks — lifecycle ops, debugging, cleanup, and Dockerfile optimization.

Debugging 236.9K 4mo ago
n8n-io

n8n:nathan

by n8n-io

Deploy a temporary n8n test instance (or generate a local docker run command) via the internal "Nathan" bot, from the repo instead of Slack. Use after opening a PR to offer the user a live test instance, or whenever someone asks to spin up / deploy a test instance for a branch.

CLI Tools 203.2K 1mo ago
open-metadata

test-locally

by open-metadata

Build and deploy a full local OpenMetadata stack with Docker to test your connector in the UI. Handles code generation, build optimization, health checks, and guided testing.

Processing 15.1K 6mo ago
oven-sh

implementing-jsc-classes-rust

by oven-sh

Creates JavaScript classes using Bun's Rust bindings generator (.classes.ts). Use when implementing new JS APIs in Rust with JSC integration, prototypes, or constructors.

Code Gen 95.9K 2mo ago
openclaw

crabbox

by openclaw

"Crabbox/Testbox remote proof: portable provider routing, untrusted isolation, Linux/macOS/Windows/WSL2, live E2E, diagnostics, cleanup."

CI/CD 389.1K 7d ago
openclaw

openclaw-docker-e2e-authoring

by openclaw

"Author OpenClaw Docker E2E and live provider Docker lanes."

Docker 389.1K 3mo ago
Orchestra-Research

nemo-evaluator-sdk

by Orchestra-Research

Evaluates LLMs across 100+ benchmarks from 18+ harnesses (MMLU, HumanEval, GSM8K, safety, VLM) with multi-backend execution. Use when needing scalable evaluation on local Docker, Slurm HPC, or cloud platforms. NVIDIA's enterprise-grade platform with container-first architecture for reproducible benchmarking.

CI/CD 12.1K 7mo ago
lobehub

add-provider-doc

by lobehub

Add documentation for a new AI provider — usage docs, env vars, Docker config, image resources.

Code Gen 82.3K 3mo ago
nrwl

reproduce-issue

by nrwl

The single skill for reproducing an nx issue. Given a GitHub issue number (human entry) OR explicit repro parameters (agent entry), it runs the reproduction ENTIRELY inside an isolated Docker sandbox — gVisor on Linux, the Docker VM on macOS — so the untrusted repro's install scripts and commands never execute on the host, then reports whether it reproduces. Called by humans via "/reproduce-issue #N", "reproduce this bug", "does this reproduce", and by the reproduce-verifier agent (Level 2). Nothing lands on the host.

Code Review 29.3K 1mo ago
nrwl

setup-review-sandbox

by nrwl

One-time setup of the sandbox prerequisites used by the reproduce-issue skill and the reproduce-verifier agent — Docker, the isolation runtime (gVisor on Linux / Colima on macOS), healthy container networking, and the nx-review-sandbox toolchain image (built from the repo's mise.toml). Idempotent; re-run any time to verify or repair. Use when the user says "set up the review sandbox", "install the sandbox prereqs", "build the sandbox image", or a reproduce-issue preflight reports something MISSING.

CLI Tools 29.3K 1mo ago
elastic

codeql

by elastic

Work with CodeQL in Kibana — write, test, and debug custom queries locally, fetch scan results from GitHub, and validate inline suppression comments. Use when writing or debugging CodeQL queries, running CodeQL unit tests, analyzing SARIF results, fetching scan results, or checking codeql suppression justifications.

CLI Tools 21.3K 6mo ago
apache

java-development

by apache

Guides Java SDK development in Apache Beam, including building, testing, running examples, and understanding the project structure. Use when working with Java code in sdks/java/, runners/, or examples/java/.

Docker 8.7K 7mo ago
apache

runners

by apache

Guides understanding and working with Apache Beam runners (Direct, Dataflow, Flink, Spark, etc.). Use when configuring pipelines for different execution environments or debugging runner-specific issues.

Docker 8.7K 4mo ago
apache

gradle-build

by apache

Guides understanding and using the Gradle build system in Apache Beam. Use when building projects, understanding dependencies, or troubleshooting build issues.

Docker 8.7K 6mo ago
apache

python-development

by apache

Guides Python SDK development in Apache Beam, including environment setup, testing, building, and running pipelines. Use when working with Python code in sdks/python/.

Docker 8.7K 4mo ago
vitorpamplona

compose-recomposition-performance

by vitorpamplona

Use when investigating Jetpack Compose recomposition performance, skippable/restartable composables, composables.txt or compiler reports, Layout Inspector recomposition counts, or frame-rate State reads in composition vs layout/draw, and it is not yet clear whether the cause is parameter stability or deferred reads. Technique-layer skill — complements the codebase-specific compose-expert.

Design 1.6K 3mo ago
vitorpamplona

compose-side-effects

by vitorpamplona

Use when writing or reviewing Jetpack Compose code with LaunchedEffect, DisposableEffect, SideEffect, rememberCoroutineScope, rememberUpdatedState, snapshotFlow, snackbar, navigation, focus requests, analytics, or event Flow collection. Technique-layer skill — complements the codebase-specific compose-expert.

Analytics 1.6K 3mo ago