kimi-ui-agent

Installation
SKILL.md

Kimi UI Agent

Use the bundled Bun CLI script as the deterministic controller for Kimi-powered frontend/UI work. The CLI owns repo scanning, adapter rendering, path validation, project config, run state, and artifact files. The active harness, Codex, Kimi Code, or Claude Code, owns judgment, edits, and final verification.

Start

  1. Confirm the user explicitly invoked $kimi-ui-agent or explicitly asked for Kimi UI Agent.

  2. Run:

    KIMI_UI_AGENT_SKILL_DIR="${KIMI_UI_AGENT_SKILL_DIR:-${CODEX_HOME:-$HOME/.codex}/skills/kimi-ui-agent}"
    KIMI_UI_AGENT_CLI="${KIMI_UI_AGENT_CLI:-$KIMI_UI_AGENT_SKILL_DIR/scripts/kimi-ui-agent.ts}"
    bun "$KIMI_UI_AGENT_CLI" --json doctor
    
Installs
3
GitHub Stars
5
First Seen
Jun 25, 2026
kimi-ui-agent — bjornmelin/dev-skills