Kubernetes

Kubernetes orchestration

Showing 337-360 of 1312 skills
htlin222

quarto-netlify

by htlin222

Quarto + Netlify Deployment Setup. Use when setting up a Quarto project for Netlify deployment with RevealJS presentation support.

Cloud 76 5mo ago
vm0-ai

cloudflare-tunnel

by vm0-ai

Authenticate requests through Cloudflare Access / Cloudflare Tunnel using Service Token headers. Use when accessing services protected by Cloudflare Zero Trust.

CLI Tools 74 6mo ago
hookdeck

vercel-webhooks

by hookdeck

Receive and verify Vercel webhooks. Use when setting up Vercel webhook handlers, debugging signature verification, or handling deployment events like deployment.created, deployment.succeeded, or project.created.

Cloud 80 5mo ago
sd0xdev

portfolio

by sd0xdev

"Portfolio system knowledge base. Use when: position queries, routing strategy questions, provider integration. Not for: general code exploration (use code-explore), code review (use codex-code-review). Output: domain-specific analysis + recommendations."

API Dev 175 5mo ago
zeabur

zeabur-update-service

by zeabur

Use when modifying service config without full redeploy. Use when updating env vars and restarting single service.

CLI Tools 40 5mo ago
zeabur

zeabur-domain-url

by zeabur

Use when services need public URL for redirects or CORS. Use when WEB_URL or similar has trailing slash issues.

Kubernetes 40 5mo ago
TencentCloudBase

auth-tool-cloudbase

by TencentCloudBase

Use CloudBase Auth tool to configure and manage authentication providers for web applications - enable/disable login methods (SMS, Email, WeChat Open Platform, Google, Anonymous, Username/password, OAuth, SAML, CAS, Dingding, etc.) and configure provider settings via MCP tools callCloudApi.

Auth 70 6mo ago
olorehq

olore-opennext-latest

by olorehq

Local opennext documentation reference (latest). OpenNext.js documentation. Use for deploying Next.js to Cloudflare Workers, AWS Lambda, or Netlify. Covers bindings, caching, performance, custom workers, and platform-specific configurations.

Cloud 67 5mo ago
olorehq

olore-claude-code-latest

by olorehq

Local Claude Code documentation reference (latest). Use when asked about Claude Code features, CLI commands, agent skills, plugins, subagents, MCP, deployment, configuration, hooks, or troubleshooting.

Cloud 67 5mo 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 78 5mo ago
pulumi

pulumi-automation-api

by pulumi

Best practices for using Pulumi Automation API to programmatically orchestrate infrastructure operations. Covers multi-stack orchestration, embedding Pulumi in applications, architecture choices, and common patterns.

API Dev 61 5mo 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 5mo ago
incidentfox

sre-principles

by incidentfox

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

Debugging 651 6mo ago
RHEcosystemAppEng

remediation-verifier

by RHEcosystemAppEng

CRITICAL: This skill must be used for remediation verification. DO NOT use raw MCP tools like get_cve or get_host_details directly for verification. Verify CVE remediation success by checking Red Hat Lightspeed CVE status, validating package versions, and confirming service health. Use this skill after executing remediation playbooks to ensure vulnerabilities are properly fixed. This skill orchestrates MCP tools (get_cve, get_cve_systems, get_host_details) to provide comprehensive remediation verification including CVE status checking, package version validation, and service health confirmation. IMPORTANT: ALWAYS use this skill instead of calling verification MCP tools directly.

Agents 45 5mo ago
RHEcosystemAppEng

vm-lifecycle-manager

by RHEcosystemAppEng

Manage virtual machine lifecycle operations including start, stop, and restart. Use this skill when users request: - "Start VM [name]" - "Stop the virtual machine [name]" - "Restart VM [name]" - "Power on/off VM [name]" This skill handles VM state transitions safely with user confirmation for each action. NOT for creating VMs (use vm-create) or deleting VMs (use vm-delete).

Code Review 45 4mo ago
RHEcosystemAppEng

system-context

by RHEcosystemAppEng

CRITICAL: This skill must be used for system inventory and context gathering. DO NOT use raw MCP tools like get_cve_systems or get_host_details directly. Gather comprehensive system inventory and deployment context for CVE-affected systems, including RHEL version detection, environment classification, and deployment analysis. Use this skill when you need to understand system infrastructure before planning remediation. This skill orchestrates MCP tools (get_cve_systems, get_host_details) to provide comprehensive system analysis with RHEL version detection, environment classification, and remediation strategy determination. IMPORTANT: ALWAYS use this skill instead of calling get_cve_systems or get_host_details directly for system context gathering.

Agents 45 5mo ago
RHEcosystemAppEng

playbook-generator

by RHEcosystemAppEng

CRITICAL: This skill must be used for playbook generation. DO NOT use raw MCP tools like create_vulnerability_playbook directly. Generate production-ready Ansible remediation playbooks for CVE vulnerabilities with Red Hat best practices, error handling, and Kubernetes safety patterns. Use this skill when you need to create remediation playbooks that follow Red Hat Lightspeed patterns and incorporate RHEL-specific considerations. This skill orchestrates MCP tools (create_vulnerability_playbook) while consulting documentation (cve-remediation-templates.md, package-management.md) to enhance playbooks with Red Hat best practices and RHEL-specific patterns. IMPORTANT: ALWAYS use this skill instead of calling create_vulnerability_playbook directly for playbook generation.

Code Gen 45 5mo ago
nguyenthienthanh

documentation

by nguyenthienthanh

"Create Architecture Decision Records (ADRs) and Runbooks for operational documentation."

Code Gen 24 7mo ago
einverne

gcloud

by einverne

Guide for implementing Google Cloud SDK (gcloud CLI) - a command-line tool for managing Google Cloud resources. Use when installing/configuring gcloud, authenticating with Google Cloud, managing projects/configurations, deploying applications, working with Compute Engine/GKE/App Engine/Cloud Storage, scripting gcloud operations, implementing CI/CD pipelines, or troubleshooting Google Cloud deployments.

Auth 119 7mo ago
open-agreements

cloud-service-agreement

by open-agreements

Draft and fill SaaS agreement templates — cloud contract, MSA, order form, software license, pilot agreement, design partner agreement. Includes variants with SLAs and AI terms. Produces signable DOCX from Common Paper standard forms.

Academic 44 4mo ago
christian289

implementing-repository-pattern

by christian289

"Implements the Repository pattern with Service Layer for data access abstraction in .NET. Use when separating data access logic from business logic or building testable data layers."

Automation 39 6mo ago
christian289

configuring-dependency-injection

by christian289

"Configures Dependency Injection using Microsoft.Extensions.DependencyInjection and GenericHost. Use when setting up DI container, registering services, or implementing IoC patterns in .NET projects."

Automation 39 5mo ago
christian289

configuring-console-app-di

by christian289

"Implements dependency injection using GenericHost in .NET Console Applications. Use when building console applications that require DI, hosted services, or background tasks."

Automation 39 6mo ago
openharmonyinsight

ark-layer

by openharmonyinsight

ä¾èµ–å£°æ˜Žï¼šä¾èµ–å…³ç³»å¿…é¡»é€šè¿‡æž„é€ å‡½æ•°æ˜¾å¼å£°æ˜Ž

Code Gen 30 5mo ago