kagenti
Deploy, secure, and debug agents on Kubernetes
All Skills in This Repository (100)
Pure Emerald Level Indicatorssession:dashboard
Generate an interactive HTML dashboard visualizing session analytics from Python scripts.
playwright-research
Analyze UI code changes to plan and maintain Playwright demo videos.
design
Facilitate structured architectural design workflows with adversarial review loops.
hypershift:setup
Install hcp CLI, configure AWS credentials, and set up Ansible collections.
playwright-demo
Record narrated demo videos of the Kagenti platform using Playwright and OpenAI TTS.
playwright-demo:debug
Debug failing Playwright demo walkthrough tests using logs and screenshots.
skills:retrospective
Analyze command history and commit logs to plan skill updates.
git:rebase
Rebase the current Git branch onto the upstream main branch.
kagenti
Deploys and manages the Kagenti platform, its agents and tools on Kubernetes clusters.
local:full-test
Complete the Kagenti cluster integration testing workflow with automated steps.
helm:debug
Render Helm templates and inspect values, releases, and hook jobs.
skills:scan
Scan repositories to bootstrap or audit AI agent skills.
Frequently Asked Questions
FAQPage SchemaHow to install kagenti?โผ
Run `npx skills add kagenti/kagenti --all -g -y` in your terminal to install all skills in this suite globally.
What does kagenti do?โผ
It provides platform primitives for running agents on Kubernetes with verifiable identity, authorization, failure recovery, and observability. It supports the A2A and MCP protocols and works with frameworks like LangGraph and CrewAI.
How do I debug failing CI pipelines?โผ
Use the rca:ci skill to download CI logs and isolate the root cause, then switch to tdd:ci to fix and re-run. If you have a live cluster, rca:hypershift or rca:kind give deeper real-time debugging.
Can it scan dependencies for vulnerabilities?โผ
Yes. The cve:scan skill inventories dependencies, runs Trivy, and cross-references known vulnerability databases. If a serious issue is found, cve:brainstorm blocks public disclosure until it is handled responsibly.
Do I need Kubernetes experience to use it?โผ
Basic familiarity helps, but the skills guide you through cluster creation, deployment, health checks, and log analysis with copy-pasteable commands for Kind, OpenShift, and HyperShift.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core