# Artifact Handoff

> Transfer structured artifacts between Skills and sessions — with explicit provenance and consumer expectations.

- Skill: `quantumquirkxyz/artifact-handoff` (Agent Skill)
- Install (CLI): `npx skillmds@latest add quantumquirkxyz/artifact-handoff`
- Raw SKILL.md: https://api.skillmd.com/api/skills/quantumquirkxyz/artifact-handoff/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: quantumquirkxyz (https://skillmd.com/u/quantumquirkxyz)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/quantumquirkxyz/artifact-handoff

---


## Contract

- **Input:** problem or task defined by the skill body.
- **Output:** Markdown artifact or structured result with completion criteria met.
- **Side effects:** none (design/review/documentation only unless explicitly stated).
- **Dependencies:** none (self-contained unless linked to other skills).
- **Stop condition:** all process steps completed; artifact saved; criteria checked.
- **Risk:** low.
- **Boundary:** produces reasoning or documentation artifacts; does not modify external systems unless explicitly instructed.


# Artifact Handoff

Use this skill to move a result from one Skill to another without flattening it into prose.

## Steps

1. Package the artifact with id, type, producer, status, summary, evidence, and consumers.
2. Include the minimal context pointer required by the consumer.
3. Preserve provenance and redaction by default.

## Completion criteria

- the artifact validates against the shared envelope
- the next consumer is explicit

