
from claude-skills-pack13
Defines an inter-skill artifact protocol: how skills produce, publish, discover, and consume handoff manifests to enable reliable skill chaining and artifact li
This skill provides an artifact handoff protocol for agent skills: a clear manifest format, lifecycle rules, discovery and consumption procedures, and archive/cleanup guidelines. It standardizes how skills write handoff manifests (claudedocs/handoff-*.yaml), what artifact metadata to include, and how downstream skills should read and act on those manifests.
Used automatically by agent platforms that support multi-skill chains. It is not a user-invoked slash command; instead, skills load it to enable interoperability when producing artifacts (designs, specs, code, test-plans) and coordinating downstream consumers. Use it when building pipelines that require reproducible artifact passing and audit trails.
Applicable to any agent implementing skill chaining and file-write/read capabilities (Claude Code, Copilot/Codex-style agents, or custom runtime orchestrators).
This skill has not been reviewed by our automated audit pipeline yet.