一键导入
harness
Use when maintaining, reviewing, or improving this repository's agent harness.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when maintaining, reviewing, or improving this repository's agent harness.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use for RunHaven TUI work that vendors, adapts, audits, or verifies Codex Rust TUI source.
Create, repair, validate, package, and QA complete Codex custom pets plus header/hero mascot assets from reference art, generated images, brand cues, or text concepts. Use when the user asks for Codex pets, animated pet spritesheets, pet.json packages, pixel/half-block terminal mascots, Terminal.app-safe 256-color assets, header mascot art, or a reusable pet/mascot workflow.
| name | harness |
| description | Use when maintaining, reviewing, or improving this repository's agent harness. |
Use this skill for changes to agent instructions, startup files, state, verification routing, harness docs, lifecycle handoff, or harness evidence.
RunHaven uses a lightweight five-part harness:
AGENTS.md plus repo-local .agents/skills/ loaded on demandinit.shrust-toolchain.toml, and pins.tomlfeature_list.json and current-state.md./init.sh when the change needs itreferences/repo-harness.md.docs/harness/.AGENTS.md are the
narrow exception for Codex TUI source-first work.For harness-only edits, normally run:
cargo run --locked --bin runhaven-check-pins
python3 -m json.tool feature_list.json >/dev/null
git diff --check
Add a local Markdown link check when docs links change. Run broader checks only when the harness change affects runtime commands, dependency pins, security boundaries, release controls, or startup scripts.