Docker

Containerization and Docker

Showing 1273-1296 of 1711 skills
microlinkhq

metascraper

by microlinkhq

Extract unified metadata from input HTML using metascraper rule bundles and fallbacks. Use when the user mentions metascraper, metadata extraction from URLs, Open Graph/Twitter Cards/JSON-LD parsing, custom metadata rules, or building link preview pipelines.

Code Gen 1 5mo ago
Idate96

dig-bag-recording

by Idate96

Start fast split rosbag recording for Mole dig/newton runs using the state-estimator convention. Use when you want separate bags for sensors, state, commands, lidar, camera (compressed image topics), and elevation_map, typically in tmux during digging experiments.

Automation 1 4mo ago
dmonteroh

devops-engineer

by dmonteroh

"Operate and evolve runtime infrastructure for reliability, containerization, Kubernetes operations, platform engineering, and operational readiness. Use for runtime reliability, deployment execution, or incident response prep; not for CI/CD pipeline architecture or release automation design."

CI/CD 1 5mo ago
feed-mob

gemini-image-generator

by feed-mob

Generate, edit, or transform images with Gemini Nano Banana using bundled Python scripts (Flash or Pro) including aspect ratio, resolution, image-to-image edits, logo overlays, and reference images. Use when users request image generation, image edits, image-to-image transformations, logo placement, or specific aspect ratios or resolutions.

CLI Tools 1 6mo ago
wvlvik

alioss-upload

by wvlvik

Upload files and directories to Alibaba Cloud OSS using Python SDK v2. Supports single file upload, multiple image upload with auto-renaming, batch directory upload, and large file resumable upload. Use when users request "upload to OSS", "阿里云OSS上传", "upload images", "批量上传图片", or any file upload task involving Alibaba Cloud OSS.

CLI Tools 1 4mo ago
simonlee2

seedance-video-gen

by simonlee2

This skill should be used when the user asks to "generate video", "create video", "make a video", "animate image", "image to video", "video with audio", "talking video", or needs AI-powered video generation with synchronized audio, lip-syncing, and cinematic camera controls.

CLI Tools 1 6mo ago
RSHVR

elite-layouts

by RSHVR

Modern CSS layout patterns for premium web experiences. Use when asked about: bento grids, horizontal scrolling sections, sticky/parallax layouts, container queries, CSS grid, asymmetric layouts, magazine layouts, responsive grid systems, scroll-snap, or layout + animation integration.

Design 1 5mo ago
sarojpunde

Shopify Liquid Fundamentals

by sarojpunde

Core Shopify Liquid templating best practices for performance, maintainability, and clean code

Docker 4 8mo ago
icartsh

docker-workflow

by icartsh

멀티 스테이지 빌드(multi-stage builds), docker-compose 오케스트레이션, 이미지 최적화, 디버깅 및 운영 모범 사례를 포함하는 포괄적인 Docker 컨테이너화 워크플로우입니다. 애플리케이션 컨테이너화, 개발 환경 구축 또는 Docker 배포 시 사용합니다.

CLI Tools 4 7mo ago
EngineerWithAI

bazel-build-optimization

by EngineerWithAI

Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.

Docker 4 7mo ago
gravito-framework

zenith-ui

by gravito-framework

Specialized in frontend development with Zenith, Vue 3, and Inertia.js. Trigger this for UI components, page layouts, and styling.

Code Review 2 6mo ago
mindmorass

ai-video-generation

by mindmorass

AI video generation patterns using Sora, Runway, Pika, and other AI video tools. Use when generating videos from text prompts, image-to-video conversion, AI video editing, or integrating AI video APIs.

Processing 2 6mo ago
vchirrav

container-scan-hadolint

by vchirrav

Run Hadolint to lint Dockerfiles for best practices and security issues. Validates against Docker and ShellCheck rules.

Processing 2 5mo ago
jssfy

send-feishu

by jssfy

Use when user says "发到飞书", "飞书通知", "通知飞书", "feishu", "发给我", "私发飞书", or explicitly invokes /send-feishu to send messages, images, or files to Feishu group chat or individual via webhook or API

Processing 2 4mo ago
Tibobfd

secure-vps-setup

by Tibobfd

Expert Security Mentor. Guides users step-by-step to secure a Linux VPS (Hardening, Tailscale, Traefik, Crowdsec).

CLI Tools 2 5mo ago
violetio

ecom-integrations

by violetio

Ecommerce integration patterns and decomposer/composer

Code Gen 2 6mo ago
lambda610

prompt-optimizer

by lambda610

"AI 提示词优化工具 (AI Prompt Optimization Tool). Supports: (1) User prompt optimization (basic/planning/professional), (2) System prompt optimization (general/analytical/format), (3) Iteration, (4) Text-to-image/image-to-image optimization, (5) Prompt evaluation, (6) Variable extraction and generation. Use for: optimizing vague prompts, building system prompts, improving existing prompts, generating image prompts, evaluating prompt quality, extracting/generating variables. Not for: Non-prompt-related tasks."

Docker 2 5mo ago
liuchiawei

mediapipe-usage

by liuchiawei

Provides guidance for Google MediaPipe Pose Landmarker on web using @mediapipe/tasks-vision. Covers setup, landmark indices, running modes, and real-time video patterns. Use when working with MediaPipe, pose detection, body landmarks, or @mediapipe/tasks-vision.

Automation 2 5mo ago
mindmorass

docker-patterns

by mindmorass

Best practices for containerizing applications with Docker.

Docker 2 6mo ago
NanHeSam

media-craft

by NanHeSam

Generate, edit, transform, and enhance media using the obra CLI. Use when the user asks to create/generate/edit images, videos, music, or audio. Covers text-to-image, image-to-image, image editing, upscaling, background removal, text-to-video, image-to-video, video-to-video, motion control, AI avatars, music generation, lyrics, and music videos.

Processing 2 5mo ago
pluginagentmarketplace

docker-compose-setup

by pluginagentmarketplace

Set up multi-container applications with Docker Compose including services, networks, and volumes

Database 2 6mo ago
xcdd

openclaw-docker-linux

by xcdd

"Install and troubleshoot OpenClaw on Linux using Docker Engine and Docker Compose v2, including remote SSH execution, model configuration generation (openclaw.json), strict checklist-driven autonomous debugging, mandatory CLI command coverage (models list, gateway restart, tui), local CLI Control UI validation, and live incident recovery. Use when users ask for Docker-based OpenClaw setup, first-run pairing, dashboard token setup, model/provider onboarding, or fixes for pairing/auth errors such as unauthorized and disconnected (1008): pairing required."

API Dev 2 4mo ago
pluginagentmarketplace

docker-ci-cd

by pluginagentmarketplace

Docker integration with CI/CD pipelines for automated builds, testing, and deployments

CI/CD 2 6mo ago
101mare

resilience-patterns

by 101mare

Resilience patterns for Python: Retry with Backoff, Circuit Breaker, Timeout, Graceful Degradation. Does NOT handle: exception hierarchies (use exception-builder), layer error handling (use error-handling), API errors (use api-design), logging (use logging-builder). Use when building code that depends on external services (APIs, databases, model servers). Recognizes: "resilience-patterns", "retry", "backoff", "circuit breaker", "timeout", "graceful degradation", "fault tolerance", "service unavailable", "connection error", "handle failures", "make it resilient", "retry logic"

Docker 2 4mo ago