Skip to main content
Skills are markdown knowledge packs (SKILL.md files) that compatible agent harnesses load on demand. They encode the Korve mental model, golden paths, and troubleshooting recipes so your agent does not have to rediscover them every session.

Install

Claude is the backward-compatible default. Choose the target harness and scope explicitly when installing for the open Agent Skills directory or Codex:
The supported values are --agent agents, --agent codex, and --agent claude. Replace --global with --project to install into the current repository.

What’s in the box

Skills are versioned with the platform; re-run the installer to update. The public machine-readable release catalog and file checksums are in the skills manifest. The native CLI also embeds three focused offline skills (korve, korve-cli, and korve-debug) for repository setup. They are distinct from the six broader downloadable skills above. See Local agent setup for the idempotent MCP, AGENTS.md, skills, and environment-file workflow.

Do I need skills if I have MCP?

No — they’re complementary. MCP gives an agent live, typed access to the API; skills give it the judgment layer: which runtime class to pick, what to check before creating resources, how to read a failed deploy. Use both for best results.