Docker

Containerization and Docker

Showing 913-936 of 1764 skills
drupal-canvas

canvas-component-composability

by drupal-canvas

Design Canvas-ready React components with slots and decomposition-first

Docker 3 6mo ago
jwmossmoz

worker-image-investigation

by jwmossmoz

Investigate Taskcluster task failures related to worker images. Compare passing vs failing tasks, extract image versions, find running workers, and debug Windows VMs via Azure CLI. Use when debugging CI failures after image upgrades, investigating intermittent test failures, or comparing worker configurations. Triggers on "image investigation", "worker image", "compare tasks", "why is this failing", "image regression", "worker debug".

CLI Tools 3 6mo ago
spm1001

ia-presenter

by spm1001

Writes and validates iA Presenter markdown where tab-indentation controls slide visibility. Triggers on 'presentation', 'iA Presenter', 'slides from markdown', '.presenter file', or when working in iCloud~net~ia~presenter folder. Validates tab characters (not spaces) for visible text, --- slide separators, and image metadata syntax. (user)

Docker 3 7mo ago
drupal-canvas

canvas-component-utils

by drupal-canvas

Use utility components to render formatted text and media correctly. Use when

Docker 3 6mo ago
ZD-AI-Lab

tech-article-image

by ZD-AI-Lab

为技术文章生成高质量主题配图。触发场景:(1)用户要求为文章配图/生成题图/制作封面图 (2)用户上传技术文章并要求生成配图 (3)用户提到"给文章配个图"、"生成主题图"、"做张封面"。核心能力:分析文章主题和情绪,从25种反AI油腻感的风格中匹配最佳选项,生成专业级图像提示词。支持MCP生图工具自动生成,无MCP时输出提示词供手动使用。

Academic 24 7mo ago
testcontainers

testcontainers-go

by testcontainers

A comprehensive guide for using Testcontainers for Go to write reliable integration tests with Docker containers in Go projects. Supports 62+ pre-configured modules for databases, message queues, cloud services, and more. Use this skill when writing Go integration tests, setting up test databases (PostgreSQL, MySQL, Redis, MongoDB), testing with message queues (Kafka, RabbitMQ), or creating container-based test infrastructure. Covers modules, generic containers, networking, cleanup, wait strategies, CI/CD integration, and common anti-patterns.

Database 18 6mo ago
dozybot001

topic-refinement

by dozybot001

Guidelines for refining broad or fuzzy ideas into concrete research topics. Use when user input is vague to guide ExtractKeywords and RefineIdea. Includes RESEARCH_TOPIC_SCHEMA and refinement tactics.

Academic 7 6mo ago
joabgonzalez

sidecar-pattern

by joabgonzalez

"Auxiliary service sharing lifecycle with main service. Trigger: When adding logging, monitoring, or auth proxy to microservices without code changes."

Auth 7 6mo ago
xuanxuan1983

baoyu-post-to-wechat

by xuanxuan1983

Post content to WeChat Official Account (微信公众号). Supports both article posting (文章) and image-text posting (图文).

Docker 43 7mo ago
xuanxuan1983

baoyu-compress-image

by xuanxuan1983

Cross-platform image compression skill. Converts images to WebP by default with PNG-to-PNG support. Uses system tools (sips, cwebp, ImageMagick) with Sharp fallback.

CLI Tools 43 7mo ago
xuanxuan1983

baoyu-danger-gemini-web

by xuanxuan1983

Image generation skill using Gemini Web. Generates images from text prompts via Google Gemini. Also supports text generation. Use as the image generation backend for other skills like cover-image, xhs-images, article-illustrator.

CLI Tools 43 7mo ago
alchaincyf

image-generation

by alchaincyf

自动为文章生成配图,支持AI生成图片、公共领域图片、免费图库图片,并上传到ImgBB图床生成Markdown链接。当用户提到"配图"、"插图"、"图片"、"生成图片"、"文章配图"时使用此技能。

API Dev 59 9mo ago
b-open-io

generate-icon

by b-open-io

This skill should be used when the user asks to "generate an icon", "create a favicon", "make an app icon", "create iOS icon", "create Android icon", "generate PWA icons", "make desktop app icon", "create Windows icon", "create macOS icon", "app store icon", "Play Store icon", "App Store icon", or needs AI-generated icons with platform-specific sizing.

Code Gen 5 6mo ago
b-open-io

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.

Code Gen 5 6mo ago
b-open-io

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.

Docker 5 6mo ago
schpet

apple-container

by schpet

Apple's native container runtime for macOS. Use this skill instead of Docker when running on macOS with Apple silicon. The container CLI provides OCI-compatible container management optimized for Apple silicon.

CLI Tools 5 8mo ago
b-open-io

Edit Image

by b-open-io

This skill should be used when the user asks to "edit an image", "modify a photo", "inpaint", "outpaint", "extend an image", "replace object in image", "add element to image", "resize image for social media", "crop image", "adapt image for Twitter", "convert image to OG format", or needs AI-powered image editing with masks.

Docker 5 6mo ago
b-open-io

optimize-images

by b-open-io

This skill should be used when the user asks to "optimize images", "compress images", "reduce image file size", "make images smaller", "optimize PNGs", "optimize JPEGs", "speed up website images", "reduce bundle size images", or needs help with image compression for web projects. Provides workflows and scripts for batch image optimization using sharp.

CLI Tools 5 6mo ago
b-open-io

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.

Auth 5 6mo ago
Ceeon

aippt

by Ceeon

AIPPT - 基于模板定制化生成 PPT。垫图约束风格 → 提示词替换内容 → AI 生图 → 打包 PPTX。

API Dev 58 8mo ago
patricio0312rev

caching-strategy-optimizer

by patricio0312rev

Optimizes CI/CD pipeline speed by implementing effective caching for dependencies, Docker layers, build outputs, and test results. Provides before/after performance metrics and best practices. Use for "CI caching", "pipeline optimization", "build speed", or "cache strategy".

Caching 57 8mo ago
patricio0312rev

dockerfile-optimizer

by patricio0312rev

Optimizes Dockerfiles for smaller images, faster builds, better caching, and security hardening using multi-stage builds and best practices. Use when users request "optimize Dockerfile", "reduce Docker image size", "Docker best practices", or "containerize application".

Docker 57 8mo ago
cfircoo

generate-images

by cfircoo

Generate and edit images using Nano Banana (Google Gemini image generation). Use whenever Claude Code needs to create new images, edit existing images, generate icons, diagrams, mockups, or any visual content.

Docker 17 6mo ago
adjfks

write-xiaohongshu

by adjfks

"Research top-performing Xiaohongshu (小红书 / XHS) image posts, analyze titles/content/comments for patterns and emotional resonance, enrich background via Firecrawl MCP, then write and publish an XHS note via Xiaohongshu MCP. Enforce hard limits: title <= 20 characters, body <= 1000 characters. Use when the user asks for 小红书笔记/种草文案/爆款标题/发布到小红书."

Code Review 4 6mo ago