{
  "markdown": "<p align=\"center\"><img src=\"logo.png\" width=\"120\" alt=\"logo\" /></p>\n\n# Handoff Skill\n\nHandoff Skill creates a durable state packet for coding agents. It captures what is true now, what changed, what was verified, and the exact plan a later agent should follow.\n\n- Public repo: https://github.com/cskwork/handoff-skill\n- Landing page: https://cskwork.github.io/handoff-skill/\n\n## Use Cases\n\n- Stop a task without losing implementation state.\n- Resume work in a fresh session.\n- Transfer a task to another coding agent.\n- Give QA or review agents a precise continuation brief.\n- Preserve decisions, rejected options, and verification evidence.\n\n## Install\n\nFrom this repository:\n\n```bash\n./install.sh\n```\n\nManual install:\n\n```bash\nmkdir -p \"$HOME/.agents/skills/handoff\"\ncp skill/SKILL.md \"$HOME/.agents/skills/handoff/SKILL.md\"\n```\n\n## Test\n\n```bash\nnpm test\n```\n\nThe test validates the skill metadata, required workflow sections, handoff template coverage, and text hygiene.\n\n## Package\n\nIf you have the global `skill-creator` scripts installed:\n\n```bash\npython -m scripts.package_skill \"$(pwd)/skill\"\n```\n\n## Output Contract\n\nA good handoff packet includes:\n\n- Goal and latest request.\n- Current workspace, branch, running sessions, and artifacts.\n- Completed work with evidence.\n- Decisions and rejected options.\n- Files changed and untouched relevant files.\n- Remaining implementation plan with completion criteria.\n- Verification plan.\n- Risks, assumptions, suggested skills, resume prompt, and redactions.\n\n## GitHub Pages\n\nThe landing page lives in `docs/`. Enable GitHub Pages with source `main` and folder `/docs`.\n",
  "bytes": 1623,
  "sha": "737369483e85f4b77320c8a40faecabcdc505993c4166aaee71017c3f24eaeb6",
  "repo_slug": "cskwork/handoff-skill",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_cskwork_handoff_skill_4c971afb/readme"
}