一键导入
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.