agentsclimarketplace

Kubernetes

Skill notque/vexjoy-agent/skills/infrastructure/kubernetes

Kubernetes operations: debugging, security, RBAC, and infrastructure tooling.From its SKILL.md

Install
npx -y skills add notque/vexjoy-agent --skill kubernetes

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

4.2 KB, 795 tokens by cl100k_base, as published. Nobody here has run it

Kubernetes Skill

Kubernetes debugging, security hardening, and infrastructure tooling. Covers pod triage, RBAC, network policies, and cobaltcore hypervisor components.

Reference Loading Table

SignalReferenceSize
CrashLoopBackOff, OOMKilled, config error, health check, liveness probe, ImagePullBackOff, Pending, FailedSchedulingreferences/crash-diagnosis.md~140 lines
service resolution, DNS, CoreDNS, port-forward, NetworkPolicy ingress/egressreferences/network-debugging.md~50 lines
CPU throttling, memory limit, OOMKill, ephemeral storage, DiskPressure, debug containerreferences/resource-debugging.md~100 lines
RBAC, Role, RoleBinding, ClusterRole, ServiceAccount, least-privilegereferences/rbac-patterns.md~60 lines
PodSecurity, SecurityContext, runAsNonRoot, readOnlyRootFilesystem, restricted, baselinereferences/pod-security.md~90 lines
NetworkPolicy, default-deny, allow-list, namespace isolationreferences/network-policies.md~70 lines
cosign, Kyverno, OPA, admission controller, Sealed Secrets, External Secretsreferences/supply-chain.md~120 lines
kvm-exporter, metrics, prometheus, libvirt, hypervisor, collector, scrape, steal time, NUMA, cgroups, cloud hypervisorreferences/cobalt-kvm-exporter.md~800 lines
cobaltcore concurrency, goroutine, semaphore, TryLockreferences/cobalt-concurrency-patterns.md~200 lines
cobaltcore testing, mock, moq, Kind clusterreferences/cobalt-testing-patterns.md~200 lines
kubernetes debugging process, triage flow, diagnosis routingreferences/kubernetes-debugging.md~50 lines
kubernetes security process, RBAC + pod security + network hardeningreferences/kubernetes-security.md~50 lines
cobaltcore overview, KVM exporter architecture, component identificationreferences/cobalt-core.md~50 lines

Loading rule. Read the references whose signals match the task before responding.


Phase 1: TRIAGE

Determine which Kubernetes domain the request targets:

DomainLoad referencesAction
Pod failure, CrashLoop, OOMcrash-diagnosis, resource-debuggingTriage flow
Network, DNS, service resolutionnetwork-debugging, network-policiesConnectivity diagnosis
RBAC, permissions, rolesrbac-patternsAccess control
Pod hardening, container securitypod-securitySecurity posture
Image signing, secrets, admissionsupply-chainSupply chain
Cobaltcore / KVM exporterkvm-exporter + cobalt refsComponent-specific

Always specify -n <namespace> explicitly in every kubectl command.

Gate: Domain identified and relevant references loaded.


Phase 2: DIAGNOSE / RESPOND

For debugging: follow the triage flow — describe, logs, events, exec. Use read-only commands to gather evidence before proposing changes.

For security: provide concrete YAML manifests and specific configurations. Answer with reference-backed specifics, not generic advice.

For cobaltcore: use component-specific reference knowledge for architecture, metrics, configuration, and deployment details.

Gate: Specific, reference-backed diagnosis or response provided.


Phase 3: VERIFY

For debugging: confirm the fix resolves the symptom. For security: validate against the misconfiguration table in supply-chain.md. For cobaltcore: verify against component test patterns.

What ships with it: 13 files

61.7 KB alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.