docker AI Agent Skills

Browse 29 skills related to docker

railway-service

21.8k
davila7davila7

Check service status, rename services, change service icons, link services, or create services with Docker images. For creating services with local code, prefer railway-new skill. For GitHub repo sources, use railway-new skill to create empty service then railway-environment skill to configure source.

RailwayServiceStatus+4
190 days ago

nemo-evaluator-sdk

21.8k
davila7davila7

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.

EvaluationNeMoNVIDIA+8
190 days ago

qe-test-environment-management

215
proffesor-for-testingproffesor-for-testing

Test environment provisioning, infrastructure as code for testing, Docker/Kubernetes for test environments, service virtualization, and cost optimization. Use when managing test infrastructure, ensuring environment parity, or optimizing testing costs.

environmentdockerkubernetes+3
190 days ago

test-environment-management

215
proffesor-for-testingproffesor-for-testing

Test environment provisioning, infrastructure as code for testing, Docker/Kubernetes for test environments, service virtualization, and cost optimization. Use when managing test infrastructure, ensuring environment parity, or optimizing testing costs.

environmentdockerkubernetes+3
190 days ago

devops-deployment

97
yonatangrossyonatangross

Use when setting up CI/CD pipelines, containerizing applications, deploying to Kubernetes, or writing infrastructure as code. DevOps & Deployment covers GitHub Actions, Docker, Helm, and Terraform patterns.

devopsci-cddocker+2
190 days ago

Testcontainers Patterns

71
PramodDuttaPramodDutta

Docker-based integration testing with Testcontainers for databases, message queues, cloud services, and custom containers with lifecycle management.

testcontainersdockerintegration+2
190 days ago

Advanced Playwright E2E Framework

71
PramodDuttaPramodDutta

Enterprise-grade Playwright test automation framework using 8-layer architecture with Page Object Model, Module Pattern, custom fixtures, API testing layer, structured logging, data generators, multi-browser support, Docker, CI/CD pipelines, and custom HTML reporting.

playwrighte2eadvanced+12
190 days ago

Selenium Grid Parallel Testing

71
PramodDuttaPramodDutta

Parallel test execution with Selenium Grid including hub/node configuration, Docker-based grid, cross-browser testing, and session management.

selenium-gridparalleldocker+2
190 days ago

Docker Container Testing

71
PramodDuttaPramodDutta

Testing Docker containers and images including Dockerfile linting, container structure tests, security scanning, and multi-stage build validation.

dockercontainerdockerfile+2
190 days ago

container-grype

64
AgentSecOpsAgentSecOps

Container vulnerability scanning and dependency risk assessment using Grype with CVSS severity ratings, EPSS exploit probability, and CISA KEV indicators. Use when: (1) Scanning container images and filesystems for known vulnerabilities, (2) Integrating vulnerability scanning into CI/CD pipelines with severity thresholds, (3) Analyzing SBOMs (Syft, SPDX, CycloneDX) for security risks, (4) Prioritizing remediation based on threat metrics (CVSS, EPSS, KEV), (5) Generating vulnerability reports in multiple formats (JSON, SARIF, CycloneDX) for security toolchain integration.

container-securityvulnerability-scanningsca+5
190 days ago

container-hadolint

64
AgentSecOpsAgentSecOps

Dockerfile security linting and best practice validation using Hadolint with 100+ built-in rules aligned to CIS Docker Benchmark. Use when: (1) Analyzing Dockerfiles for security misconfigurations and anti-patterns, (2) Enforcing container image security best practices in CI/CD pipelines, (3) Detecting hardcoded secrets and credentials in container builds, (4) Validating compliance with CIS Docker Benchmark requirements, (5) Integrating shift-left container security into developer workflows, (6) Providing remediation guidance for insecure Dockerfile instructions.

dockerhadolintdockerfile+4
190 days ago

devops-automator

43
curiositechcuriositech

Expert DevOps engineer for CI/CD, IaC, Kubernetes, and deployment automation. Activate on: CI/CD, GitHub Actions, Terraform, Docker, Kubernetes, Helm, ArgoCD, GitOps, deployment pipeline, infrastructure as code, container orchestration. NOT for: application code (use language skills), database schema (use data-pipeline-engineer), API design (use api-architect).

ci-cdterraformdocker+2
190 days ago

mcp-registry

9
enunoenuno

Official MCP Registry for discovering and publishing Model Context Protocol servers - the app store for MCP servers

mcpmodel-context-protocolregistry+5
190 days ago

devops-sre

7
ydnikolaevydnikolaev

Expert in Docker, CI/CD, and delivering Go/Nuxt apps.

dockerci-cddeployment+1
190 days ago

docker-helper

7
louloulinlouloulin

Docker and container orchestration expert for development and deployment

dockercontainersdevops+1
190 days ago

hardening-docker-daemon-configuration

2
mukul975mukul975

Harden the Docker daemon by configuring daemon.json with user namespace remapping, TLS authentication, rootless mode, and CIS benchmark controls.

dockerdaemon-hardeningcontainer-security+3
190 days ago

None

2
mukul975mukul975

Container escape is a critical attack technique where an adversary breaks out of container isolation to access the host system or other containers. Detection involves monitoring for escape indicators

containerskubernetesdocker+3
190 days ago

None

2
mukul975mukul975

Docker Bench for Security is an open-source script that checks dozens of common best practices around deploying Docker containers in production. Based on the CIS Docker Benchmark, it audits host confi

containersdockersecurity+2
190 days ago

analyzing-docker-container-forensics

2
mukul975mukul975

Investigate compromised Docker containers by analyzing images, layers, volumes, logs, and runtime artifacts to identify malicious activity and evidence.

forensicsdockercontainer-forensics+3
190 days ago

docker-deploy

2
qhkmqhkm

Deploy, update, and manage Docker Compose services in production.

dockerdevopsdeployment
190 days ago

performing-container-image-hardening

2
mukul975mukul975

This skill covers hardening container images by minimizing attack surface, removing unnecessary packages, implementing multi-stage builds, configuring non-root users, and applying CIS Docker Benchmark recommendations to produce secure production-ready images.

devsecopscicdcontainer-hardening+3
190 days ago

None

2
mukul975mukul975

Trivy is a comprehensive open-source vulnerability scanner by Aqua Security that detects vulnerabilities in OS packages, language-specific dependencies, misconfigurations, secrets, and license violati

containersdockersecurity+2
190 days ago

None

2
mukul975mukul975

Harbor is an open-source container registry that provides security features including vulnerability scanning (integrated Trivy), image signing (Notary/Cosign), RBAC, content trust policies, replicatio

containerskubernetesdocker+3
190 days ago

None

2
mukul975mukul975

Hardening Docker containers for production involves applying security best practices aligned with CIS Docker Benchmark v1.8.0 to minimize attack surface, prevent privilege escalation, and enforce leas

containersdockersecurity+2
190 days ago

implementing-container-image-minimal-base-with-distroless

2
mukul975mukul975

Reduce container attack surface by building application images on Google distroless base images that contain only the application runtime with no shell, package manager, or unnecessary OS utilities.

distrolesscontainer-imagesminimal-base+5
190 days ago

skill-intake-pipeline

1
agent-arc-744agent-arc-744

Safely download, scan, and validate AI agent skills before deployment. Multi-layer security gate combining malicious pattern detection, Bandit static analysis, and Docker sandboxing. Supports local paths, GitHub repos, and ZIP/TAR URLs.

securityskillsintake+5
190 days ago

Advanced Playwright E2E Framework

1
KaliBellionKaliBellion

Enterprise-grade Playwright test automation framework using 8-layer architecture with Page Object Model, Module Pattern, custom fixtures, API testing layer, structured logging, data generators, multi-browser support, Docker, CI/CD pipelines, and custom HTML reporting.

playwrighte2eadvanced+12
190 days ago

docker-manager

novas10novas10

Manage Docker containers and services — start, stop, logs, restart, compose up/down

dockercontainersdocker-compose+2
190 days ago

generate-dockerfile

ERP-CORE-DEVERP-CORE-DEV

Generate optimized multi-stage Dockerfile

codegendockerdevops+1
190 days ago