Agent skill · DevOps & Cloud

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/agent/kagent-anasahmed07-doit-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Key Concepts
  3. What Kagent Provides
  4. Architecture
  5. Installation
  6. Prerequisites
  7. Install from Bundle
  8. Build from Source
  9. Build Installer Bundle
  10. Usage
  11. Basic Kubernetes Operations
  12. Resource Inspection
  13. Health and Status Queries
  14. Advanced Operations
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going