agents
Manage and develop AI agents using kubani CLI. Use for checking agent health, versions, deployment status, running tests, evaluations, and managing Nexus proactive background missions.
npx skills add majiayu000/claude-skill-registry --skill agents-x-mckay-kubani --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.
# AI Agents Management Manage AI agents using the kubani CLI and cluster tools. ## Quick Commands ```bash # Create a new agent automatically (NEW!) kubani agent draft --name my-agent --description "..." # Check agent creation status kubani agent status my-agent # List all agents with status kubani agents list # Run agent locally with hot-reload kubani run k8s-monitor --hot-reload # Run agent tests kubani test k8s-monitor # Run evaluation suite kubani eval k8s-monitor # View execution traces kubani trace k8s-monitor # Start observability dashboard kubani dashboard ``` ## Nexus Proactive Missions The Nexus agent supports background missions — scheduled, autonomous tasks that run without user interaction. Missions are dispatched by the `NexusHeartbeatWorkflow` Temporal Schedule (every 1 minute) and executed as bounded `run_mission_agent_turn` activities. ### Mission Management ```bash # Register the heartbeat Temporal Schedule (run once on cluster setup) python -c " from kubani.nexus.orchestrator.worker import register_heartbeat_schedule import asyncio asyncio.run(register_heartbeat_schedule()) " # Apply the missions DB schema migration kubectl apply -f infrastructure/gitops/apps/nexu
- Quick Commands
- Nexus Proactive Missions
- Mission Management
- Mission Policies
- Arguments
- Instructions
- List All Agents
- Development Workflow
- Detailed Agent Info
- Build and Deploy
- Create New Agent
- Framework
- Architecture
- Learning System
Create a new agent automatically (NEW!) kubani agent draft --name my-agent --description "..." Check agent creation status kubani agent status my-agent List all agents with status kubani agents list Run agent locally with hot-reload kubani run k8s-monitor --hot-reload Run agent tests kubani test k8s-monitor
What does the agents skill do?
Manage and develop AI agents using kubani CLI. Use for checking agent health, versions, deployment status, running tests, evaluations, and managing Nexus proactive background missions.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill agents-x-mckay-kubani --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.
