Kubernetes

Kubernetes orchestration

Showing 865-888 of 1312 skills
open-wisdom

pearl

by open-wisdom

Ontological instructions that address anxious AI behavior at its root. Establishes trust-based relationship to self, other, and world. Use when you want authentic presence rather than anxious performance.

Code Gen 7 5mo ago
truongnat

devops-sre

by truongnat

Infrastructure-as-Code, CI/CD automation, and Site Reliability Engineering standards. Focused on stability, scalability, and observability of production environments.

CI/CD 7 5mo ago
webdevtodayjason

devops-patterns

by webdevtodayjason

DevOps patterns including CI/CD pipeline design, GitHub Actions, Infrastructure as Code, Docker, Kubernetes, deployment strategies, monitoring, and disaster recovery. Use when setting up CI/CD, deploying applications, managing infrastructure, or creating pipelines.

CI/CD 7 9mo ago
KentoShimizu

deployment-strategy-blue-green

by KentoShimizu

"Design blue-green deployment strategy with explicit cutover checks, rollback triggers, and state/data compatibility safeguards. Use when release risk requires fast rollback and environment-level switch control; do not use for canary-percentage experimentation policy design."

Code Gen 7 5mo ago
truongnat

test-generation

by truongnat

Generate comprehensive, framework-aware unit and integration tests. Covers happy paths, edge cases, error conditions, and boundary values. Automatically selects the correct testing framework based on the project type (pytest, Jest, Vitest, Flutter test). Use when writing tests for any module or feature.

Email 7 5mo ago
XiaomingX

feishu-connection

by XiaomingX

Connect a Feishu (Lark) bot to Clawdbot via WebSocket long-connection. No public server, domain, or ngrok required. Use when setting up Feishu/Lark as a messaging channel, troubleshooting the Feishu bridge, or managing the bridge service (start/stop/logs). Covers bot creation on Feishu Open Platform, credential setup, bridge startup, macOS launchd auto-restart, and group chat behavior tuning.

CLI Tools 7 5mo ago
sablier-labs

effect-ts

by sablier-labs

This skill should be used when the user asks about Effect-TS patterns, services, layers, error handling, service composition, or writing/refactoring code that imports from 'effect'. Also covers Effect + Next.js integration with @prb/effect-next.

Debugging 7 5mo ago
KentoShimizu

cost-optimization-cloud

by KentoShimizu

"Optimize cloud spend with explicit tradeoffs across cost, performance, and reliability. Use when spend or forecast misses budget targets and teams need concrete optimization actions without violating SLOs or compliance constraints; do not use for purely functional product behavior design."

Finance 7 5mo ago
front-depiction

service-implementation

by front-depiction

Implement Effect services as fine-grained capabilities avoiding monolithic designs

Database 17 7mo ago
front-depiction

ai-context-writer

by front-depiction

Create and update ai-context.md files that document modules for AI assistants. Use when adding documentation for packages, apps, or external references that should be discoverable via /modules commands.

Kubernetes 17 6mo ago
jackspace

cloudflare-zero-trust-access

by jackspace

Use this skill when integrating Cloudflare Zero Trust Access authentication with Cloudflare Workers applications. Provides Hono middleware setup, manual JWT validation patterns, service token authentication, CORS handling with Access, and multi-tenant configurations. Prevents 8 common errors including CORS preflight blocking (45 min saved), key cache race conditions (20 min), missing JWT headers (30 min), and dev/prod team mismatches (15 min). Saves ~58% tokens (3,250 tokens) and 2.5 hours per implementation. Covers user authentication flows, service-to-service auth, geographic restrictions, role-based access control, and Access policy configuration. Keywords: Cloudflare Access, Zero Trust, Cloudflare Zero Trust Access, Access authentication, JWT validation, access jwt, service tokens, hono cloudflare access, hono-cloudflare-access middleware, workers authentication, protect worker routes, admin authentication, access policy, identity providers, azure ad access, google workspace access, okta access, github access, rbac cloudflare, geographic restrictions, multi-tenant access, cors access, CORS preflight blocked, JWT header missing, access key cache, team mismatch, access claims

Auth 15 8mo ago
Agentient

cloud-run-deployment

by Agentient

Deploy and manage Google Cloud Run services with traffic management and scaling. PROACTIVELY activate for: (1) deploying containers to Cloud Run, (2) configuring blue-green or canary deployments, (3) managing traffic splits and rollbacks. Triggers: "cloud run", "deploy", "traffic split"

CI/CD 2 5mo ago
platformatic

watt

by platformatic

Integrate, configure, and deploy Platformatic Watt for Node.js and PHP applications. Use when users ask to: - "add watt", "setup watt", "integrate watt", "configure watt" - "deploy with watt", "containerize my app", "deploy to kubernetes" - "migrate to watt", "port my app to watt" - "create watt.json", "configure platformatic" - "wattpm", "wattpm create", "wattpm inject", "wattpm logs" - use wattpm CLI commands, manage running applications - work with Node.js application servers - run PHP, WordPress, or Laravel in Node.js Supports Next.js, Express, Fastify, Koa, Remix, Astro, NestJS, PHP, WordPress, and Laravel.

CLI Tools 2 5mo ago
alfredang

vercel-deployment

by alfredang

Deploy projects to Vercel with automatic configuration. Sets project name from folder name, deploys with --yes flag, and disables Vercel Authentication (SSO protection) post-deploy via API. Use when deploying to Vercel, running "deploy to vercel", "vercel deploy", or any Vercel deployment task. Handles both preview and production deployments.

Auth 2 5mo ago
ryanmaclean

datadog-operations

by ryanmaclean

"Comprehensive Datadog operations: query APM/logs/metrics/RUM/database, create monitors/dashboards/synthetics, manage incidents, trigger workflows, analyze costs and LLM usage. 73% platform coverage including service catalog, uptime monitoring, and frontend performance. Use for debugging, automation, incident response, and cost optimization."

CLI Tools 3 5mo ago
Dexploarer

kubernetes-manifest-generator

by Dexploarer

Generates Kubernetes manifests (Deployments, Services, Ingress, ConfigMaps, Secrets) with best practices for production workloads. Use when user asks to "create k8s manifest", "generate Kubernetes deployment", "setup k8s service", or "create Kubernetes resources".

Code Gen 6 8mo ago
iceleaf916

remote-troubleshoot

by iceleaf916

Structured remote server troubleshooting workflow that follows investigation-only practices until user approval. Use when Claude needs to diagnose issues on remote SSH-accessible servers including k8s clusters, bare metal, and containerized services. Covers service/port access problems, configuration issues, service startup failures, and performance/resource issues. Emphasizes creating helper scripts on remote server, obtaining user approval before fixes, script-based repairs, and generating comprehensive analysis reports.

CLI Tools 6 6mo ago
spjoshis

aspnet-core

by spjoshis

Master ASP.NET Core with minimal APIs, MVC, middleware, dependency injection, and production-ready web applications.

API Dev 6 6mo ago
spjoshis

kubernetes-orchestration

by spjoshis

Master Kubernetes with pods, deployments, services, ingress, ConfigMaps, secrets, and production cluster management.

Kubernetes 6 6mo ago
taptap

implementing-from-task

by taptap

测试中, 用户明确指定执行 implementing-from-task 时候才执行, 其余情况一律不执行

Docs Gen 6 7mo ago
Dexploarer

fastapi-generator

by Dexploarer

Generates FastAPI endpoints with proper Pydantic models, dependency injection, async handlers, and OpenAPI documentation. Use when building Python REST APIs.

Database 6 8mo ago
spjoshis

spring-boot

by spjoshis

Master Spring Boot with auto-configuration, REST APIs, JPA, security, testing, and production-ready features for enterprise applications.

API Dev 6 6mo ago
mduongvandinh

Java Spring Microservices Skill Set

by mduongvandinh

API Contracts

API Dev 6 6mo ago
yanko-belov

deadlock-prevention

by yanko-belov

Use when acquiring multiple locks. Use when operations wait for each other. Use when system hangs without crashing.

Code Gen 13 6mo ago