تلاش فعال ہے

اسکلز تلاش کریں

اپنے ایجنٹ کے لیے موزوں صلاحیت تلاش کریں۔

نتائج
1,365
اس کوئری سے مماثل اسکلز
صفحہ
15
69 میں سے
کلیدی لفظ
docker
نام، ٹیگ یا وضاحت سے تلاش کریں
technical-docs
372

ln-115-devops-docs-creator

Creates infrastructure.md and runbook.md (Docker-conditional). Use for DevOps documentation in any project.

levnikolaevich
levnikolaevich
documentation
open
technical-docs
372

ln-731-docker-generator

Generates Dockerfile and docker-compose configuration for multi-container development. Use when containerizing a project.

levnikolaevich
levnikolaevich
documentation
open
cloud
365

planexe-mcp

OpenClaw skill for connecting to PlanExe via Model Context Protocol. Supports three deployment scenarios: cloud-hosted service, remote Docker, and local Docker.

PlanExeOrg
PlanExeOrg
devops
open
containers
345

docker-containerization

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.

ailabs-393
ailabs-393
devops
open
cicd
333

writing-dockerfiles

Writing optimized, secure, multi-stage Dockerfiles with language-specific patterns (Python, Node.js, Go, Rust), BuildKit features, and distroless images. Use when containerizing applications, optimizing existing Dockerfiles, or reducing image sizes.

ancoleman
ancoleman
devops
open
package-distribution
325

update-version

Update Dockerman version and changelog. Use when releasing a new version with changelog content in markdown format.

ZingerLittleBee
ZingerLittleBee
development
open
cloud
325

convert-to-docker

Convert BioClaw from Apple Container to Docker for cross-platform support. Use when user wants to run on Linux, switch to Docker, enable cross-platform deployment, or migrate away from Apple Container. Triggers on "docker", "linux support", "convert to docker", "cross-platform", or "replace apple container".

Runchuan-BU
Runchuan-BU
devops
open
data-engineering
310

managing-astro-local-env

Manage local Airflow environment with Astro CLI (Docker and standalone modes). Use when the user wants to start, stop, or restart Airflow, view logs, query the Airflow API, troubleshoot, or fix environment issues. For project setup, see setting-up-astro-project.

astronomer
astronomer
data-ai
open
cicd
310

publish-mock-server

Build and publish the mock-server Docker image to GitHub Container Registry. Use when mock server fixtures or code have changed and need to be published.

vfarcic
vfarcic
devops
open
system-admin
305

skills

Using Skillz MCP Server with Docker

githubnext
githubnext
tools
open
cloud
304

docker-composenextcloudfrp

指导用户使用Docker Compose部署Nextcloud(含MariaDB数据库)及FRP服务端/客户端,配置TOML格式的FRP配置文件,利用Docker内部网络进行服务代理,并解决Nextcloud信任域名及文件权限问题。

ECNU-ICALK
ECNU-ICALK
devops
open
cloud
304

gradio-hf-dockerfile-consultant

专注于Gradio及Hugging Face空间的Dockerfile配置与优化顾问,基于Python 3.10和阿里云镜像源生成或修改Dockerfile,解决部署问题。

ECNU-ICALK
ECNU-ICALK
devops
open
cicd
276

nvm-docker-ci

Install and configure nvm in Docker containers and CI/CD pipelines, including non-interactive shell loading via BASH_ENV or ENTRYPOINT. Use when the user asks about nvm in Docker, CI/CD nvm setup, GitHub Actions node version management, or troubleshooting nvm in non-interactive shells.

partme-ai
partme-ai
devops
open
technical-docs
276

docker

Provides comprehensive guidance for Docker including container creation, images, Dockerfile, docker-compose, and container management. Use when the user asks about Docker, needs to create Docker containers, build Docker images, or manage containerized applications.

partme-ai
partme-ai
documentation
open
containers
270

memstack-deployment-docker-setup

Use this skill when the user says 'Docker', 'Dockerfile', 'docker-compose', 'containerize', 'docker-setup', or needs to containerize an application with optimized Docker images and compose configurations. Do NOT use for serverless or static site deployments.

cwinvestments
cwinvestments
devops
open
cloud
266

devops-engineer

Creates Dockerfiles, configures CI/CD pipelines, writes Kubernetes manifests, and generates Terraform/Pulumi infrastructure templates. Handles deployment automation, GitOps configuration, incident response runbooks, and internal developer platform tooling. Use when setting up CI/CD pipelines, containerizing applications, managing infrastructure as code, deploying to Kubernetes clusters, configuring cloud platforms, automating releases, or responding to production incidents. Invoke for pipelines, Docker, Kubernetes, GitOps, Terraform, GitHub Actions, on-call, or platform engineering.

pedronauck
pedronauck
devops
open
database-tools
261

migrate-dotnet10-to-dotnet11

Migrate a .NET 10 project or solution to .NET 11 and resolve all breaking changes. This is a MIGRATION skill — use it when upgrading from .NET 10 to .NET 11, NOT for writing new programs. USE FOR: upgrading TargetFramework from net10.0 to net11.0, fixing build errors after updating the .NET 11 SDK, resolving source-breaking and behavioral changes in .NET 11 runtime, C# 15 compiler, and EF Core 11, adapting to updated minimum hardware requirements (x86-64-v2, Arm64 LSE), and updating CI/CD pipelines and Dockerfiles for .NET 11. DO NOT USE FOR: .NET Framework migrations, upgrading from .NET 9 or earlier, greenfield .NET 11 projects, or cosmetic modernization unrelated to the upgrade. NOTE: .NET 11 is in preview. Covers breaking changes through Preview 1.

managedcode
managedcode
databases
open
framework-internals
261

migrate-dotnet9-to-dotnet10

Migrate a .NET 9 project or solution to .NET 10 and resolve all breaking changes. USE FOR: upgrading TargetFramework from net9.0 to net10.0, fixing build errors after updating the .NET 10 SDK, resolving source and behavioral changes in .NET 10 / C# 14 / ASP.NET Core 10 / EF Core 10, updating Dockerfiles for Debian-to-Ubuntu base images, resolving obsoletion warnings (SYSLIB0058-SYSLIB0062), adapting to SDK/NuGet changes (NU1510, PrunePackageReference), migrating System.Linq.Async to built-in AsyncEnumerable, fixing OpenApi v2 API changes, cryptography renames, and C# 14 compiler changes (field keyword, extension keyword, span overloads). DO NOT USE FOR: .NET Framework migrations, upgrading from .NET 8 or earlier (use migrate-dotnet8-to-dotnet9 first), greenfield .NET 10 projects, or cosmetic modernization. LOADS REFERENCES: csharp-compiler, core-libraries, sdk-msbuild (always); aspnet-core, efcore, cryptography, extensions-hosting, serialization-networking, winforms-wpf, containers-interop (selective).

managedcode
managedcode
development
open
full-stack
261

mcp-csharp-publish

Publish and deploy C# MCP servers. Covers NuGet packaging for stdio servers, Docker containerization for HTTP servers, Azure Container Apps and App Service deployment, and publishing to the official MCP Registry. USE FOR: packaging stdio MCP servers as NuGet tools, creating Dockerfiles for HTTP MCP servers, deploying to Azure Container Apps or App Service, publishing to the MCP Registry at registry.modelcontextprotocol.io, configuring server.json for MCP package metadata, setting up CI/CD for MCP server publishing. DO NOT USE FOR: publishing general NuGet libraries (not MCP-specific), general Docker guidance unrelated to MCP, creating new servers (use mcp-csharp-create), debugging (use mcp-csharp-debug), writing tests (use mcp-csharp-test).

managedcode
managedcode
development
open
containers
257

docker

Docker containerization for .NET 10 applications. Covers multi-stage builds, .NET container images, non-root user configuration, health checks, and .dockerignore. Load this skill when containerizing an application, optimizing image size, setting up Docker Compose for local development, or when the user mentions "Docker", "Dockerfile", "container", "docker-compose", "image", "multi-stage", "non-root", ".dockerignore", "container health check", or "dotnet publish container".

codewithmukesh
codewithmukesh
devops
open
پچھلا
صفحہ 15 / 69
اگلا