handoff-readiness
Installation
SKILL.md
Handoff Readiness
Overview
Readiness is judged per consumption channel, not per repo: first detect what is being handed off and every way the project itself advertises consuming it, then walk each channel end-to-end as a cold external consumer would. An artifact that builds internally but breaks on npm install or on copy-paste is NOT ready.
When to use / when NOT
Use for:
- Pre-publish audits of packages, SDKs, CLIs, component kits, templates
- Hosted/copy registries (shadcn-style) before exposing them to users
- "Is this ready / can we ship / can we hand this off" questions about reusable artifacts
- Verifying exports maps, type declarations, peer dependencies, files whitelists