kagent
Kubernetes-native AI agent framework for building, deploying, and managing AI agents on Kubernetes. This skill should be used when deploying AI agents as Kubernetes resources, analyzing cluster health with AI, and automating complex K8s operations. Use this skill for Phase IV advanced AIOps and agent-based cluster management.
npx skills add majiayu000/claude-skill-registry --skill kagent-anasahmed07-doit-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Kagent Skill ## Overview Kagent is a Kubernetes-native framework for building, deploying, and managing AI agents. It uses Custom Resource Definitions (CRDs) to define agents as Kubernetes resources, enabling declarative AI agent management with full K8s integration. ## Key Concepts ### What Kagent Provides 1. **Kubernetes-Native Agents**: Define AI agents as CRDs 2. **Cluster Analysis**: AI-powered health checks and optimization 3. **Extensibility**: Custom tools and integrations 4. **Observability**: Full visibility into agent operations ### Architecture ``` ┌─────────────────────────────────────────────────────┐ │ Kubernetes Cluster │ │ ┌─────────────────┐ ┌─────────────────────────┐ │ │ │ Kagent │ │ Custom Resources │ │ │ │ Controller │───▶│ - Agent │ │ │ │ │ │ - Tool │ │ │ │ │ │ - Model │ │ │ └─────────────────┘ └─────────────────────────┘ │ │ │ │ │ ▼ │ │ ┌─────────────────────────────────────────────────┐ │ │ │ AI Agent Pods │ │ │ │ - Execute kubectl commands │ │ │ │ - Analyze resources │ │ │ │ - Report findings │ │ │ └─────────────────────────────────────────────────┘ │ └─────────────────────────────────────────────────────┘ ``` ## Installation ### Prerequisites - Kubernete
- Overview
- Key Concepts
- What Kagent Provides
- Architecture
- Installation
- Prerequisites
- Install from Bundle
- Build from Source
- Build Installer Bundle
- Usage
- Basic Kubernetes Operations
- Resource Inspection
- Health and Status Queries
- Advanced Operations
Install CRDs and controller kubectl apply -f https://raw.githubusercontent.com/kagent-dev/kagent/main/dist/install.yaml Clone repository git clone https://github.com/kagent-dev/kagent.git cd kagent/go Install CRDs make install Deploy controller make deploy Generate consolidated install.yaml
What does the kagent skill do?
Kubernetes-native AI agent framework for building, deploying, and managing AI agents on Kubernetes. This skill should be used when deploying AI agents as Kubernetes resources, analyzing cluster health with AI, and automating complex K8s operations. Use this skill for Phase IV advanced AIOps and agent-based cluster management.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill kagent-anasahmed07-doit-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
