# AI skills

(Coming soon)

Koo ships installable skills for Claude Code, Codex, and Cursor. A skill teaches your coding agent the Koo deploy flow over the [MCP server](/docs/developers/mcp-server)'s tools — call `koo_whoami`, pick or create a service, deploy, follow the deployment timeline until the service is ready, and report the live URL — with the guardrails built in.

> **Note:**
>
> The skills are code-complete and generated from one canonical manifest in the Koo monorepo, but they install alongside the `@koo-io/mcp-server` package, which is not published to npm yet. The command below is what will install them.

Installation is one command per agent — it registers the [MCP server](/docs/developers/mcp-server) and writes the matching skill:

```text
koo mcp install <host>   # claude-code | codex | cursor
```

Each host gets the skill in its native shape: a Claude Code skill (`SKILL.md`), a Cursor project rule (`.cursor/rules/koo.mdc`, written only inside a git repository), or a marker-delimited block appended to Codex's `AGENTS.md`. `koo mcp uninstall <host>` removes exactly what was added.

## What the skill enforces

- 
- 
- 
-

## Until then

- 
-
