ワンクリックで
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.