Docker

Containerization and Docker

Showing 1201-1224 of 1711 skills
genfeedai

node-creator

by genfeedai

Create custom Genfeed nodes using the SDK. Triggers on "create a new node", "add a custom node type", "build a node for X".

Processing 1 6mo ago
wallacelw

oh-my-litellm-opencode

by wallacelw

Deploy LiteLLM proxy (litellm + postgres) routing through Huawei MaaS with multi-key load balancing, then bootstrap opencode + oh-my-opencode-slim with virtual key and 4 presets.

CLI Tools 1 1mo ago
manastalukdar

lazy-load

by manastalukdar

Implement lazy loading patterns for images, components, and routes

Code Gen 1 5mo ago
poindexter12

docker

by poindexter12

Docker and Docker Compose reference for container deployment, networking, volumes, and orchestration. Includes Proxmox hosting and LXC comparison patterns. Use when working with docker-compose.yaml, Dockerfiles, troubleshooting containers, or planning container architecture. Triggers: docker, compose, container, dockerfile, volume, network, service, lxc.

Docker 7 6mo ago
sumik5

developing-bash

by sumik5

Comprehensive Bash shell scripting and automation guide covering fundamentals, control flow, I/O pipelines, process control, system administration automation, testing/debugging, security, design patterns, and penetration testing automation (Nmap, web scanning, exploitation, Wi-Fi assessment, reporting). MUST load when .sh files are detected or shell scripts are being written. For Docker-specific patterns, use managing-docker instead. For broader DevOps methodology, use practicing-devops instead.

CLI Tools 1 4mo ago
yogapemoy

docker-best-practices

by yogapemoy

Docker 多服务部署最佳实践 - 遵循生产级 Dockerfile 和 Docker Compose 架构原则。核心原则:Dockerfile 不随环境变化、compose 不包含真实 secret、所有环境差异通过 .env 管理、容器可销毁但数据不可、恢复能力优于自动化炫技。涵盖:Dockerfile 优化、多服务 compose 架构、健康检查、数据持久化、安全配置。

Docker 1 6mo ago
famaoai-creator

diagram-renderer

by famaoai-creator

Converts diagram code (Mermaid, PlantUML) into image files (PNG/SVG). Useful for visualizing text-based architecture diagrams, flowcharts, and sequence diagrams.

Processing 1 5mo ago
mzt-76

body-analyzing

by mzt-76

Analyse de composition corporelle par image (estimation body fat). Utiliser quand l'utilisateur partage une photo pour estimer son taux de masse grasse.

API Dev 1 5mo ago
depot

depot-general

by depot

Handles Depot CLI installation, authentication, login, project setup, organization management, and API access. Use when installing the Depot CLI, logging in with depot login, creating or managing Depot projects, configuring API tokens or OIDC trust relationships, setting up depot.json, managing organizations, resetting build caches, or using the Depot API/SDKs. Also use when the user asks about Depot authentication methods, token types, environment variables, or general Depot platform setup that isn't specific to container builds, GitHub Actions runners, or Depot CI.

Auth 1 4mo ago
acking-you

gemini-image

by acking-you

Generate images using AI when user wants to create pictures, draw, paint, or generate artwork. Supports text-to-image and image-to-image generation.

API Dev 7 7mo ago
timequity

devops

by timequity

DevOps essentials: Docker, CI/CD pipelines, deployment strategies. Use when: containerizing apps, setting up CI/CD, deploying to production. Triggers: "docker", "dockerfile", "ci/cd", "github actions", "deploy", "kubernetes", "compose", "container", "pipeline".

CI/CD 6 7mo ago
auldsyababua

docker-containerization

by auldsyababua

This skill should be used when containerizing applications with Docker, creating Dockerfiles, docker-compose configurations, or deploying containers to various platforms. Ideal for Next.js, React, Node.js applications requiring containerization for development, production, or CI/CD pipelines. Use this skill when users need Docker configurations, multi-stage builds, container orchestration, or deployment to Kubernetes, ECS, Cloud Run, etc.

CI/CD 6 8mo ago
kevinslin

imagekit-upload

by kevinslin

Upload images to ImageKit from file paths or clipboard, returning the CDN URL for easy sharing and embedding

Caching 6 8mo ago
Nymbo

nano-banana

by Nymbo

Generate and edit images using the Gemini API (Nano Banana). Use this skill when creating images from text prompts, editing existing images, applying style transfers, generating logos with text, creating stickers, product mockups, or any image generation/manipulation task. Supports text-to-image, image editing, multi-turn refinement, and composition from multiple reference images.

Code Gen 6 7mo ago
eyadsibai

nanobanana

by eyadsibai

Use when "nanobanana", "generate image", "create image", "edit image", "AI drawing", "Gemini image", "image generation"

CLI Tools 6 6mo ago
diskd-ai

gemini-api

by diskd-ai

Google Gemini API integration for building AI-powered applications. Use when working with Google's Gemini API, Python SDK (google-genai), TypeScript SDK (@google/genai), multimodal inputs (image, video, audio, PDF), thinking/reasoning features, streaming responses, structured outputs with JSON schemas, multi-turn chat, system instructions, image generation (Nano Banana), video generation (Veo), music generation (Lyria), embeddings, document/PDF processing, or any Gemini API integration task. Triggers on mentions of Gemini, Gemini 3, Gemini 2.5, Google AI, Nano Banana, Veo, Lyria, google-genai, or @google/genai SDK usage.

API Dev 6 6mo ago
eyadsibai

multimodal-models

by eyadsibai

Use when "CLIP", "Whisper", "Stable Diffusion", "SDXL", "speech-to-text", "text-to-image", "image generation", "transcription", "zero-shot classification", "image-text similarity", "inpainting", "ControlNet"

Docker 6 6mo ago
ypfaff

google-image-gen

by ypfaff

Generate images using Google's Gemini API. Use this skill when the user wants to generate, create, or edit images with AI. Keywords: image generation, create image, generate picture, AI art, edit image, Gemini, icon, render, illustration.

CI/CD 3 5mo ago
nico-martin

transformers-js

by nico-martin

Use Transformers.js to run state-of-the-art machine learning models directly in JavaScript/TypeScript. Supports NLP (text classification, translation, summarization), computer vision (image classification, object detection), audio (speech recognition, audio classification), and multimodal tasks. Works in Node.js and browsers (with WebGPU/WASM) using pre-trained models from Hugging Face Hub.

CI/CD 3 5mo ago
CloudAI-X

world-labs-multi-image

by CloudAI-X

Multi-image input with direction control and auto layout for world generation

Processing 3 6mo ago
thoreinstein

core-web-vitals

by thoreinstein

Optimize Core Web Vitals (LCP, INP, CLS) for better page experience and search ranking. Use when asked to "improve Core Web Vitals", "fix LCP", "reduce CLS", "optimize INP", "page experience optimization", or "fix layout shifts".

Docker 3 6mo ago
tylertitsworth

docker-buildx

by tylertitsworth

"Docker Buildx — multi-platform builds, BuildKit mounts, Bake, build policies (Rego/OPA), cache backends, CI integration. Use when building container images. NOT for GPU runtime or Compose."

Caching 3 4mo ago
1Mangesh1

containerization-best-practices

by 1Mangesh1

Container and Docker best practices. Use when user asks to "optimize Docker", "Docker best practices", "container security", "image optimization", "layer caching", "multi-stage builds", "container networking", "volume management", "Docker performance", or mentions containerization strategies and Docker optimization.

CLI Tools 3 5mo ago
Mearman

gravatar-url

by Mearman

Generate a Gravatar avatar URL from an email address. Use when the user asks for a Gravatar URL, wants to generate an avatar from an email, or needs profile image URLs for developers.

CLI Tools 3 6mo ago