- Home
- /
- Categories
- /
- Docker
Docker
Containerization and Docker
image-edit
by agntswrm
Edits an existing image using a text prompt. Use when you need to modify, enhance, or transform an image based on text instructions.
Generate Video
by b-open-io
This skill should be used when the user asks to "generate a video", "create a video", "animate an image", "text to video", "image to video", "make a video clip", "video from image", "bring this image to life", or needs AI video generation using Veo 3.1. Handles prompt rewriting, style application, and Gemini Veo video generation API calls.
Section Dividers
by b-open-io
This skill should be used when the user asks to "create section dividers", "make transparent dividers", "generate decorative borders", "create parallax dividers", "design section transitions", "make HR dividers", "crystal dividers", "organic borders", "silhouette borders", or needs transparent PNG dividers for web sections.
graphicx
by igbuend
"LaTeX graphicx package for image inclusion and manipulation. Use when helping users insert images, resize graphics, create figure environments, or work with subfigures."
image-extend
by agntswrm
Extends an image canvas by adding padding on all sides with a solid background color. Use when you need to add borders, margins, or expand the canvas area around an image.
create-docker-skill
by richfrem
Interactive initialization script that generates a compliant Agent Skill containing pre-flight environment checks, subprocess execution scaffolding, and a security-override config. Use when authoring new workflow routines that depend on external containerized runtimes (e.g., Docker, Nextflow, HPC).
image-upscale
by agntswrm
Upscales an image using AI super-resolution to increase resolution with detail generation. Use when you need to enlarge images, improve low-resolution photos, or prepare images for large-format display.
image-generate
by agntswrm
Generates an image from a text prompt using AI models. Use when you need to create images from descriptions, generate artwork, or produce visual content from text.
image-convert
by agntswrm
Converts an image to a different format (PNG, JPG, WebP). Use when you need to change image formats, optimize for web, or prepare images for specific applications.
kurtosis-devnet
by lodekeeper
Run Ethereum multi-client devnets using Kurtosis and the ethpandaops/ethereum-package. Use for spinning up local testnets, validating cross-client interop, testing fork transitions, running assertoor checks, debugging CL/EL client interactions, or verifying new feature implementations across multiple consensus and execution clients.
image-remove-background
by agntswrm
Removes the background from an image, leaving the foreground subject with transparency. Use when you need to isolate subjects, create cutouts, or prepare images for compositing.
Upscale Image
by b-open-io
This skill should be used when the user asks to "upscale an image", "increase image resolution", "make image bigger", "enlarge image", or "enhance image resolution". Requires Vertex AI credentials.
agent-media
by agntswrm
Agent-first media toolkit for image, video, and audio processing. Use when you need to resize, convert, generate, edit, upscale images, remove backgrounds, extend or crop canvases, extract audio, transcribe speech, or generate videos. All commands return deterministic JSON output.
proxmox-admin
by bastos
Use when administering Proxmox VE hosts, creating and managing VMs with qm, managing LXC containers with pct, configuring storage, networking, clusters, and automating provisioning tasks via the Proxmox CLI.
environment-bootstrap
by troykelly
Use for development environment setup - create and maintain init scripts, run smoke tests, ensure consistent environment across sessions
k8s-debug
by eveld
Launch ephemeral debug container in running pod for interactive debugging. Use when you need to debug a pod without restarting it.
matplotlib
by G1Joshi
Matplotlib data visualization library. Use for plotting.
comfyui
by G1Joshi
ComfyUI node-based Stable Diffusion. Use for image generation.
midjourney
by G1Joshi
Midjourney AI image generation. Use for creative AI.
react-native-basics
by pluginagentmarketplace
Master React Native fundamentals - components, styling, layout, and Expo
ollama
by G1Joshi
Ollama local LLM deployment and management. Use for running LLMs locally.
opencv
by G1Joshi
OpenCV computer vision library. Use for image processing.
tailwind-best-practices
by ofershap
Stop your AI agent from generating Tailwind CSS v3 code. Rules for v4 syntax, CSS-first config,
docker-best-practices
by hieutrtr
Docker containerization patterns for Python/React projects. Use when creating or modifying Dockerfiles, optimizing image size, setting up Docker Compose for local development, or hardening container security. Covers multi-stage builds for Python (python:3.12-slim) and React (node:20-alpine -> nginx:alpine), layer optimization, .dockerignore, non-root user, security scanning with Trivy, Docker Compose for dev (backend + frontend + PostgreSQL + Redis), and image tagging strategy. Does NOT cover deployment orchestration (use deployment-pipeline).