DevOps
upgrade-2.13-to-2.14
Upgrades a single eRegistrations docker-stack.yml from 2.13 to 2.14: bumps service images to :RC, migrates Keycloak to Quarkus config, drops legacy /auth paths, renames MONGO_URI, …
DevOps
volcengine-deploy
Deploys a local directory or Git repo to Volcengine as a service, supporting ECS (binary, Docker, or Compose), VKE (Kubernetes), and veFaaS serverless. Triggers on phrases like "de…
Security
hunt-k8s
Hunt Kubernetes and Docker misconfigurations: anonymous API access, kubelet exec, etcd unauthenticated access, dashboard bypass, RBAC errors, secret/token abuse, docker.sock escape…
DevOps
qdrant-deployment-options
Guides Qdrant deployment selection. Use when someone asks 'how to deploy Qdrant', 'Docker vs Cloud', 'local mode', 'embedded Qdrant', 'Qdrant EDGE', 'which deployment option', 'sel…
Automation
platform-mattermost
Wire a remote Hermes Agent to a self-hosted Mattermost server (bot access token + server URL, with correct Docker networking on a shared VPS) over SSH. Enforces a hard allowlist ga…
Testing
quality-peer-review-niche
Peer-reviews new work on niche or feature branches against the matching general baseline, detects backend and shared-library leaks to origin/general, cherry-picks clean backend com…
DevOps
zdev
Activates for projects containing a .zdev/ directory or requests involving Docker-based local dev environments, container management, logs, routing, or debugging. Also handles setu…
DevOps
Letterfeed
Run `make` with these targets: install Install all dependencies for frontend and backend dev Start the development servers for frontend and backend test Run tests for frontend and …
DevOps
Mcp Youtube Transcript
Directory structure: └── mcp-youtube-transcript/ ├── README.md ├── Dockerfile ├── GEMINI.md ├── LICENSE ├── package.json ├── pnpm-lock.yaml ├── smithery.yaml ├── tsconfig.json ├── …
Web
Plan: Agentic Book-Writing ASP.NET Core App
Build a Docker-packaged ASP.NET Core 10 web app with a React (TypeScript/Vite) UI **served as static files from wwwroot** (NOT a separate Docker service) that uses Semantic Kernel …
Web
Tennishalle Landing
Interne Struktur innerhalb von `02_Development/`: - /client (Frontend: Vite, React, Astro, Next.js etc.) - /server (Backend: Node.js, Express, API-Logik) - /docker (Dockerfiles, lo…
DevOps
🚀 Plano de Integração: n8n + Gemini Pro
n8n: image: n8nio/n8n:latest container_name: n8n_analysis ports: - "5678:5678" environment: - N8N_BASIC_AUTH_ACTIVE=true - N8N_BASIC_AUTH_USER=admin - N8N_BASIC_AUTH_PASSWORD=admin…
DevOps
terminal--koyeb
Expert guidance for Koyeb, the serverless cloud platform for deploying full-stack applications, APIs, and workers globally with automatic scaling, built-in CI/CD, and edge networki…
DevOps
forge-dockerfile
Production-grade Dockerfiles with multi-stage builds, non-root execution, deterministic dependencies, sub-200MB images, signal-handling exec-form CMD, and build-time secret mounts.…
DevOps
smaqit.infrastructure-cicd-generate
Generates or refreshes the standard three-workflow GitHub Actions CI/CD set (deploy.yml, provision.yml, post-merge-deploy.yml) for Node.js + React apps deployed via Terraform and D…
Engineering
sports-center-helper
Support development, build, deployment, and maintenance of D-Sport Center projects with Spring Boot backend and React frontend including feature additions, structure checks, testin…
DevOps
docker-compose-architect
Designs secure, production-ready docker-compose stacks from a tech stack and database requirements. Outputs architecture overview, compose file, env config, and deployment guidance…
DevOps
terminal--nixpacks
Expert guidance for Nixpacks, the build system that automatically detects an application's language and framework, installs dependencies, and produces optimized Docker images witho…
DevOps
hm-deploy
Validate deployment by distribution model before first production release, after local environment issues, infra changes, or to confirm anyone can deploy from scratch. Covers Conta…
Security
buildkite-plugin-security
Audits Buildkite plugins for vulnerabilities and insecure patterns across Bash, Docker, and Go. Detects injection risks, secret leakage, supply-chain issues, privilege escalation, …
DevOps
vscode-sftp-config
Configures SFTP deployment for static sites to production servers, including Docker-to-static migrations, Vue/React/Angular builds, Slidev presentations, and Hugo/Jekyll/Gatsby pro…
DevOps
docker-node-version-compat-modules
Resolves Node.js CLI crashes in Docker when host-installed node_modules target newer Node versions than the container. Detects mismatches, mounts compatible Node binaries, and appl…
DevOps
706-technologies-containers-docker
Provides framework-agnostic Docker and container guidance for Java projects, covering Dockerfile patterns, multi-stage Maven builds, custom runtimes, non-root execution, image meta…
DevOps
container-interactivity
Enables real-time data streaming to and from isolated containers for AI agent sandboxing. Supports Docker ephemeral exec patterns, stdin/stdout pipe attachment, nsjail namespace is…
DevOps
uv
uv workflows for Python — dependencies, virtualenvs, PEP 723 scripts, Python version management, CI, and Docker. Use when working on Python packaging/deps/tooling, writing GitHub A…
Automation
apify-actorization
Converts existing software into reusable serverless applications compatible with the Apify platform. Actors are programs packaged as Docker images that accept well-defined JSON inp…
Research
statanalysis
Configures and runs statistical analysis workflows using StatAnalysis tools (xRooFit, TRExFitter, HistFitter, cabinetry) via Docker or source builds, selecting branches for specifi…
Automation
virtual-desktop-pro
Persistent authenticated browser via Docker sidecar. Agent logs in once through noVNC; sessions persist in volume. Supports navigation, form interaction, file uploads, screenshots,…
DevOps
compose-local-dev-stack
Orchestrates local multi-service dev environments via Docker Compose: wires app containers to datastores (Postgres/Redis/Kafka) with ordered healthchecks, pinned images, named volu…
DevOps
containerize-and-ship-a-service
Builds production-grade Docker images for services using multi-stage patterns, registry auth with credential scrubbing, lockfile caching, and thin CI pipelines that orchestrate ins…
DevOps
runpod
Work with Runpod GPU infrastructure and documentation. Covers Pods, Serverless workers, templates, network volumes, Public Endpoints, Flash apps, runpodctl, Python SDK, REST/GraphQ…
Engineering
chipyard-pnr-docker
Execute Chipyard-to-ORFS place-and-route in Docker with iterative parameter sweeps: generate RTL, preprocess SRAM overrides, then run multi-round synthesis and finishing on sky130h…
Security
devops-devsecops
Handles DevOps and DevSecOps workflows including CI/CD pipelines, infrastructure as code, container security, and cloud provisioning. Supports Docker, Kubernetes, Terraform, SAST/D…
DevOps
wrkflw
Validates and runs GitHub Actions or GitLab CI workflows locally via wrkflw (an act alternative). Offers validate/run/watch/tui/trigger/list subcommands, runtime guidance for Docke…
DevOps
docker-pg
Run PostgreSQL extensions inside Docker containers for testing. Handles Dockerfiles and entrypoint scripts that start PostgreSQL, load .so extensions, and execute pg_regress, inclu…
Security
container-audit
Audits Dockerfiles and docker-compose files for base images, privileges, secret exposure, layer efficiency, signal handling, healthchecks, and compose safety. Supports static analy…
DevOps
dev-container
Manages Docker-based development containers for consistent environments across coding, testing, and evaluation workflows. Handles image builds, container startup/attachment, mount …
Security
sandbox-lifecycle
Manages ephemeral Docker sandboxes for safely handling untrusted repos with host isolation. Enforces five phases—pre-flight, clone+build, isolated run, interaction, and teardown—wh…
DevOps
compose-maintain
Launches an isolated worker process to run docker compose down → repair → compose up sequences against the dev stack. Routes API calls directly to avoid telemetry interference when…
DevOps
devcontainer-designer
Designs reproducible dev environments by detecting project stacks, authoring devcontainer.json with Dockerfiles and compose files, pinning runtimes, wiring services, caching depend…
Security
devsecops-supply-chain-audit
Audit software supply chains across npm, pip, Go, Ruby, Cargo, Maven, Docker, and Terraform for pinning, vulnerabilities, secrets, SBOMs, signing, branch protection, and CODEOWNERS…
Security
docker-container-security
Run containers with a defensive baseline that survives production. Covers non-root users, read-only filesystems, dropped capabilities, secret mounts, image scanning, minimal base i…
DevOps
manage-gh-runners
Manage GitHub Actions self-hosted runners via the env-var-driven gh-runner Docker image. Add, remove, list, or swap runners with commands like "add gh runner" or "list ci runners";…
DevOps
package-management
Manages tool installation and version pinning across package ecosystems including mise, Homebrew, npm, cargo, pipx, and Docker. Handles escalation decisions, Renovate compatibility…
Security
uv-supply-chain-hardening
Switches Python Docker builds from pip to uv, pins all dependencies with hashes, and enforces a release-age gate to block newly published packages. Strengthens supply-chain securit…
DevOps
freeshard-build-and-env
Sets up and validates a shard_core development environment from a fresh clone or bare machine. Handles worktree creation, uv sync, justfile recipes, Dockerfile inspection, and comm…
DevOps
Nora
Self-hosted control plane for Hermes and OpenClaw fleets on Docker or Kubernetes. Includes lifecycle controls, logs, terminal and file access, RBAC, encrypted provider secrets, mon…
DevOps
devops-python-engineer
Provides DevOps and Python engineering support including build debugging, CI/CD pipelines, Docker containerization, Terraform infrastructure, observability, and backend fixes acros…
Engineering
moose-simulation
Run MOOSE finite-element simulations through Docker for heat transfer, solid mechanics, fluid dynamics, phase field, and other physics modules. Handles input file creation, executi…
DevOps
runtime-analyst
Analyzes containerization, orchestration, and runtime configuration across Docker, Kubernetes, and Helm. Audits manifests, environment variables, resource limits, health probes, an…
Engineering
spring-boot-service-scaffold
Generates a production-ready Spring Boot service baseline including package layout, profile-aware config, logging, observability, health checks, error handling, tests, Docker packa…
Testing
python-testcontainers-setup
Provides reusable fixtures and patterns for integration tests using Docker-backed services (PostgreSQL, Redis, Kafka, MinIO, MongoDB, NATS) with health checks, dynamic ports, log c…
Automation
vhs-demo
Creates and maintains a scripted, reproducible terminal demo GIF for a CLI repo using a Charm VHS tape rendered via Docker. The .tape file is the source of truth in git; the GIF re…
DevOps
1panel-app-builder
Use when packaging Docker deployments as 1Panel local app store apps, including GitHub projects, docker-compose.yml files, docker run commands, app metadata, version directories, i…
DevOps
create-pipeline
Builds and deploys CI/CD pipelines supporting Docker builds, Kubernetes, Helm, ECS, serverless, approvals, parallel/matrix execution, and rollback. Works with any compatible agent …
DevOps
Container Best Practices
Provides guidance on Dockerfile optimization, multi-stage builds, layer caching, and base image selection. Activates for dockerfile, docker-compose, multi-stage, container optimiza…
Data
docker-data-environments
Docker-based data engineering stacks: multi-stage builds for dbt/Spark/Airflow, layer caching, multi-platform images, Compose environments with Spark+Airflow+Kafka+MinIO+Postgres, …
DevOps
mcp-docker-deployment
Dockerize Python MCP servers for streamable-http or SSE transport with automated builds, versioning, registry publishing, and optional nginx proxy. Supports FastMCP and low-level S…
DevOps
railway-service
Manage Railway services: check status, rename, update icons, link services, or provision via Docker images. Use railway-new for local code or GitHub repo initialization, then railw…
DevOps
ya-claw-deploy
Deploy, configure, and operate YA Claw, the single-node runtime service. Supports Docker, docker-compose, systemd, SQLite/PostgreSQL, reverse proxies, health checks, upgrades, and …
Showing the top 60 of 899. See the full list →