DevOps
agami-deploy
Prepares a ready-to-run, self-hosted agami deployment bundle on the user's machine, conversationally collecting required inputs, auto-detecting the local model, and generating dock…
DevOps
llm-gateway-incident-triage
Diagnostic playbook for triaging a self-hosted LLM gateway (LiteLLM or any Postgres-backed OpenAI-compatible proxy) running via Docker Compose on a homelab host. Use when a client …
DevOps
github-actions-skills
Writes, migrates, or reviews GitHub Actions workflows that build Docker images, push to ECR, and deploy to ECS, containerized Lambda, or publish the image alone. Handles AWS micros…
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
multi-server-devnet
Manages long-lived lean-consensus devnets as detached Docker containers across remote hosts—supports single-host setups per server federated to Grafana or a chain split across host…
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…
DevOps
ai-assist-dockerize-website
Containerizes a website or docs folder with Docker by detecting the project type, generating Dockerfile, .dockerignore, docker-compose.yml, build/run commands, and README guidance.…
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 …
DevOps
setup-devcontainer
Generates a complete DevContainer configuration for any project. Use when the user wants to set up a development container, configure a reproducible dev environment, add devcontain…
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…
DevOps
gen-devcontainer
Generates a `.devcontainer/devcontainer.json` tailored to the project's primary language, pre-installing the runtime, GH CLI, git-lfs, and editor extensions for instant containeriz…
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…
Data
capture-environment
Detects the analysis stack (R, Stata, Python) and generates lockfiles (renv.lock, requirements.txt, environment.yml, Stata ado list), records seeds and RNG settings, optionally cre…
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
docker-compose-doctor
Scans compose.yml and docker-compose.yml files for common issues: duplicate host ports, missing healthchecks, unhealthy depends_on, unpinned images, unreferenced named volumes, and…
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…
DevOps
OpenClaw AGL Expert
Expert in OpenClaw AGL infrastructure for self-hosted agent gateways. Handles Docker installs and updates, LiteLLM model configuration, Telegram channel setup, cost optimization, m…
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
dev-environment-quirks
Documents port mappings, code sync behavior, sudo constraints, and multi-repo handling for local dev environments using single-user, multi-user, and Docker-based setups. Consult be…
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
docker-prune
Reclaims Docker disk space by pruning unused images, containers, networks, build cache, and optionally volumes; supports non-default buildx builders and VM-backed daemons via guest…
DevOps
refactor-compose
Standardizes Docker projects by generating clean docker-compose.yml and .env files following best practices for structure, consistency, and production readiness. Trigger on any req…
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…
DevOps
docker-integration
Activates for Docker image integration, docker-compose.yml authoring, or adding services to a container stack. Includes RTFM validation for volumes, ports, env vars, healthchecks, …
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
write-dockerfiles
Creates, reviews, and maintains Dockerfiles and compose files for backend services. Use when working with builds/ — Dockerfiles, podman-compose files, database init scripts, and en…
Security
paperclip-hermes-file-access-manager
Kernel-enforced filesystem sandbox for Hermes profiles via Docker bind mounts (not app-level checks): denied paths are unmounted, read-only mounts refuse writes even as root, with …
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…
AI / ML
senior-ml-engineer
Production-grade ML engineering skill for deploying models, building MLOps pipelines, and integrating LLMs. Covers model serving, feature stores, drift detection, RAG systems, and …
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…
DevOps
corgi
Author and explain corgi-compose.yml files and the corgi CLI for spinning up databases, services, and tools from a single YAML definition. Use for composing service stacks, selecti…
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 …
Testing
rembric-smoke-tests
Runs end-to-end smoke tests against a local rembric dev stack started via `pnpm run dev:docker:up`. Applies after OpenSpec changes to HTTP routes, MCP tools, or DB migrations, hand…
Documentation
repo-troubleshooting-guide
Analyzes a repository to produce a TROUBLESHOOTING.md documenting common failure modes with step-by-step fixes, drawing on detected tech stack, exceptions, error strings, environme…
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
docker-golang-skills
Sets up Docker builds for Go services or containerized AWS Lambdas using BuildKit caching and multi-arch support (amd64/arm64), enabling consistent workflows across local environme…
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…
Showing the top 60 of 1,046. See the full list →