ワンクリックで
harn-agent
Use for autonomous Harn agent work, task decomposition, capability boundaries, and host interaction patterns.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use for autonomous Harn agent work, task decomposition, capability boundaries, and host interaction patterns.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate, validate, preview, and run portable Harn workflow bundle JSON for monitoring and repairing pull requests, deploys, logs, and other event-driven engineering work. Optimized for smaller models (qwen, gemma, llama.cpp) with explicit XML sections, strict JSON output, and a validation-and-retry loop.
Use for Harn language syntax, typechecking, modules, imports, and idiomatic script authoring.
Use for Harn orchestration workflows, agent_loop usage, tool middleware, and handoff design.
Use for Harn provider setup, model routing, provider capability matrices, and llm_call options.
Run a cron eval pack, gate against prior ledger rows, and post Slack only on gate flips.
Demonstrates the same issue-triage handler behind local and remote A2A trigger manifests.
| name | harn-agent |
| short | Autonomous Harn agent workflows and safe task execution. |
| description | Use for autonomous Harn agent work, task decomposition, capability boundaries, and host interaction patterns. |
| when_to_use | Use when designing autonomous agent sessions, delegated workers, approval boundaries, or host capability usage. |
Use this skill when designing autonomous Harn sessions, delegated workers, task decomposition, or approval-aware host interactions.
Pair it with [[harn-orchestration]] for workflow design and [[harn-diagnostics]] for repair/autonomy decisions.
docs/llm/harn-quickref.md for agent_loop.crates/harn-vm/src/agent_sessions*.crates/harn-vm/src/bridge.rs.output
contract. It is applied only at finalization; ordinary tool turns stay
unconstrained. Read run.output and run.output_valid.harn check before applying broad edits.harn lint before merging user-facing Harn code.harn fix --plan to inspect available repairs.harn fix --apply only within the permitted safety ceiling.cargo test -p harn-vm agent.cargo test -p harn-cli --test acp_server_cli when feasible.cargo test -p harn-vm orchestration.harn fix tests.cargo run --quiet --bin harn -- check <path>.cargo run --quiet --bin harn -- test conformance --filter <name>.make lint-test-patterns.make test.