Install
openclaw skills install @emersonbraun/doc-bridge-handoffResolve Doc Bridge boundaries before changing code.
openclaw skills install @emersonbraun/doc-bridge-handoffUse this skill before editing a repository that contains doc-bridge.config.json.
handoff.resolve when it is available.node <skill-directory>/scripts/resolve-handoff.mjs <id> from the repository.readBeforeEditing, beginning with startHere.editRoots. If the requested path is not covered, stop and report the missing route instead of guessing.checks before claiming completion.If resolution fails, returns incomplete fields, or names an unknown target, stop. Do not infer edit permission from repository layout.
The resolver and MCP tools are read-only. They resolve project guidance but never authorize edits, publish changes, execute returned checks, or replace repository instructions. The skill uses no credentials and has no provider, hosted service, or AKOS dependency.
This directory follows the open Agent Skills layout: one SKILL.md plus optional scripts and fixtures. It can be loaded as a local skill by OpenClaw-compatible clients, Hermes Agent, Pi, Cursor, or another runtime that supports Agent Skills and shell execution. Runtime-specific publication metadata is intentionally kept outside the skill.