Agent-native capabilities over Kovanex. Each skill is just
kovanex-ctl calls, shipped as a Claude
Code skill (SKILL.md) you can download and drop into any agent.
Graph-backed agent memory — backlinks, related notes, and vector search over your agent's own Markdown memory, mirrored into a Kovanex knowledge base.
“what do I know about X” · “related memories” · “recall context”
Task-first development discipline — open a task before coding, walk states
in order without skipping, keep work one-at-a-time, and derive the canonical
KX-<n> branch/commit names.
“start a task” · “move this forward” · “what's in progress”
CI/CD pipeline triage — find red pipelines, see which jobs failed, and route to the failed-job logs and a suggested fix.
“why did the build fail” · “what's red in CI” · “triage this pipeline”
Publish to a Kovanex-driven site — turn a Markdown file into a live blog post or press release via the knowledge base and the offline site generator.
“publish this article” · “post this to the blog” · “ship a press release”
Cut a release — build the changelog from the commits since the last tag, create the release record, and tag git.
“cut a release” · “ship vX.Y.Z” · “make release notes”
Root-cause problems as a graph — open a Problem for a recurring bug, link the tasks it explains, and walk the affects-graph both ways.
“this bug keeps coming back” · “what's the root cause” · “what does this affect”
Cluster health & topology — list nodes, read the weighted health matrix, and show the gossip graph.
“how's the cluster” · “node health” · “cluster topology”
Pull-request lifecycle — open a PR, run an AI code review on it, and merge.
“open a PR” · “review this PR” · “merge the PR”
Audit & compliance — query the immutable, signature-chained action log, filtered by actor or action.
“who changed X” · “audit trail” · “what happened”
Each skill is just kovanex-ctl
calls — download, drop into your agent's skills folder, and go. New skills land on
this page as they ship.