Agent skill · AI & Agents

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.

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

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/agent/agents-x-mckay-kubani/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

# 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

What's inside
Steps it walks through
  1. Quick Commands
  2. Nexus Proactive Missions
  3. Mission Management
  4. Mission Policies
  5. Arguments
  6. Instructions
  7. List All Agents
  8. Development Workflow
  9. Detailed Agent Info
  10. Build and Deploy
  11. Create New Agent
  12. Framework
  13. Architecture
  14. Learning System
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going