Kubernetes

Kubernetes orchestration

Showing 457-480 of 1349 skills
incidentfox

investigate

by incidentfox

Systematic incident investigation methodology. Use when investigating production issues, service degradation, errors, latency spikes, or outages.

Processing 656 7mo ago
incidentfox

aws-troubleshoot

by incidentfox

AWS service troubleshooting patterns. Use for EC2, ECS, Lambda, CloudWatch, RDS issues.

Code Review 656 7mo ago
incidentfox

log-analysis

by incidentfox

Partition-first log analysis methodology. Use for log searches, error analysis, pattern finding across Datadog, CloudWatch, or Kubernetes logs.

Debugging 656 7mo ago
incidentfox

sre-principles

by incidentfox

Core SRE behavioral principles for incident response. Guides intellectual honesty, evidence-based reasoning, and communication standards.

Debugging 656 7mo ago
incidentfox

k8s-debug

by incidentfox

Kubernetes debugging patterns. Use for pod crashes, CrashLoopBackOff, OOMKilled, ImagePullBackOff, scheduling failures, deployment issues.

Code Review 656 7mo ago
appwrite

appwrite-cli

by appwrite

Appwrite CLI skill. Use when managing Appwrite projects from the command line. Covers installation, login, project initialization, deploying functions/sites/tables/buckets/teams/topics, managing resources, non-interactive CI/CD mode, and generating type-safe SDKs.

CLI Tools 27 6mo ago
saadshahd

portless

by saadshahd

Stable named .localhost URLs for local dev servers. Use when running dev servers, port conflicts, needing stable URLs, or CORS issues with localhost. Triggers on "port", "localhost", "dev server", "local URL", "CORS localhost", "which port".

API Dev 34 6mo ago
chaterm

pod-management

by chaterm

Kubernetes Pod 管理与调试

CLI Tools 57 7mo ago
dirnbauer

legal-impressum

by dirnbauer

Austrian Impressum (legal notice) requirements for all company types. Covers ECG, UGB, GewO, MedienG, and Offenlegungspflicht for public media. Use when working with impressum, legal notice, imprint, austria, österreich, ECG, mediengesetz, offenlegung.

Email 33 7mo ago
algorand-devrel

create-python-x402-facilitator

by algorand-devrel

Create Python x402 facilitator services that verify and settle payments on-chain. Use when building a FastAPI-based facilitator, implementing the FacilitatorAvmSigner protocol (sign_transaction, sign_group, simulate_group, send_group, confirm_transaction), registering with register_exact_avm_facilitator, creating multi-network facilitators (EVM+SVM+AVM), or setting up facilitator API endpoints (/verify, /settle, /supported). Strong triggers include "create a Python facilitator", "build a payment facilitator service", "implement FacilitatorAvmSigner", "set up facilitator endpoints", "verify and settle Algorand payments", "fee payer service".

Code Gen 33 6mo ago
aviz85

gh-pages-deploy

by aviz85

Deploy static or interactive frontend content to GitHub Pages using gh CLI. Use when the user wants to publish, share, or make accessible any HTML/CSS/JS content - including demos, prototypes, visualizations, landing pages, portfolios, documentation, interactive tools, games, or any browser-based project. Activate whenever content needs to be publicly viewable via URL, not just when "website" is explicitly mentioned.

CLI Tools 46 7mo ago
bobmatnyc

kubernetes

by bobmatnyc

"Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging"

Code Review 73 8mo ago
bobmatnyc

software-patterns

by bobmatnyc

Decision framework for architectural patterns including DI, SOA, Repository, Domain Events, Circuit Breaker, and Anti-Corruption Layer. Use when designing systems, choosing patterns, or reviewing architecture.

Processing 73 9mo ago
mastepanoski

nist-ai-rmf

by mastepanoski

AI risk assessment using NIST AI RMF 1.0 framework. Evaluate AI systems across 4 core functions (Govern, Map, Measure, Manage) for trustworthy and responsible AI deployment.

Processing 48 7mo ago
tebjan

vvvv-node-libraries

by tebjan

Helps set up C# library projects that provide nodes to vvvv gamma — project directory structure, Initialization.cs with AssemblyInitializer, service registration via RegisterService, IResourceProvider factories, ImportAsIs namespace/category configuration, .csproj setup, and dynamic node factories via RegisterNodeFactory. Use when creating a new library project, registering services or node factories, configuring ImportAsIs parameters, or setting up .csproj.

Code Gen 32 6mo ago
bobmatnyc

opentelemetry

by bobmatnyc

"OpenTelemetry observability patterns: traces, metrics, logs, context propagation, OTLP export, Collector pipelines, and troubleshooting"

Debugging 73 8mo ago
Makisuo

effect-best-practices

by Makisuo

Enforces Effect-TS patterns for services, errors, layers, and atoms. Use when writing code with Effect.Service, Schema.TaggedError, Layer composition, or effect-atom React components.

Database 79 6mo ago
Dicklesworthstone

vercel

by Dicklesworthstone

"Deploy and manage Vercel projects, domains, environment variables, and serverless functions using the vercel CLI."

CLI Tools 73 8mo ago
armanzeroeight

stack-designer

by armanzeroeight

Designs CloudFormation stack structure, nested stacks, and resource organization. Use when designing CloudFormation infrastructure, organizing resources into stacks, or planning nested stack hierarchies.

Cloud 29 9mo ago
daydreamsai

railway-deploy

by daydreamsai

Deploys Lucid Agents to Railway. Handles GitHub repo creation, Railway service setup, environment variables, and domain configuration. Use when shipping an agent to production on Railway.

Agents 29 7mo ago
kishorkukreja

distribution-center-network

by kishorkukreja

When the user wants to design distribution center networks, optimize DC placement and flows, or configure multi-echelon distribution systems. Also use when the user mentions "DC network design," "distribution network optimization," "multi-echelon distribution," "regional DC placement," "distribution strategy," "fulfillment network design," or "supply chain network configuration." For warehouse location, see warehouse-location-optimization. For general facility location, see facility-location-problem.

Kubernetes 58 7mo ago
kishorkukreja

cpg-network-design

by kishorkukreja

When the user wants to design CPG (Consumer Packaged Goods) distribution networks, optimize DC locations for retail distribution, or plan omnichannel fulfillment networks. Also use when the user mentions "CPG network," "retail distribution network," "DC strategy," "forward deployment centers," "store replenishment network," or "omnichannel distribution." For general network design, see network-design. For promotional supply chain, see promotional-planning.

Processing 58 7mo ago
kishorkukreja

dsd-route-optimization

by kishorkukreja

When the user wants to optimize Direct Store Delivery (DSD) routes, plan delivery schedules for retail stores, or improve route efficiency for CPG distribution. Also use when the user mentions "DSD routing," "store delivery optimization," "retail route planning," "delivery windows," "merchandising routes," or "field sales routing." For general vehicle routing, see vehicle-routing-problem. For last-mile delivery, see last-mile-delivery.

Kubernetes 58 7mo ago
kevintsengtw

dotnet-testing-nsubstitute-mocking

by kevintsengtw

使用 NSubstitute 建立測試替身(Mock、Stub、Spy)的專門技能。當需要隔離外部依賴、模擬介面行為、驗證方法呼叫時使用。涵蓋 Substitute.For、Returns、Received、Throws 等完整指引。 Keywords: mock, stub, spy, nsubstitute, 模擬, test double, 測試替身, IRepository, IService, Substitute.For, Returns, Received, Throws, Arg.Any, Arg.Is, 隔離依賴, 模擬外部服務, dependency injection testing

Code Gen 28 6mo ago