agentsclimarketplace

Context handoff

Skill Tibsfox/gsd-skill-creator/project-claude/skills/context-handoff

Introduces a comprehensive agent-based framework for guided software development (GSD)

Install
npx -y skills add Tibsfox/gsd-skill-creator --skill context-handoff

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Creates context handoff documents for session continuity. Use when ending sessions, switching tasks, or handing off work.

SKILL.md

1.3 KB, as published. Nobody here has run it

Context Handoff

Capture everything needed to resume work with zero context loss.

Template

# Context Handoff: [Task Name]

**Status:** in-progress | blocked | paused
**Created:** [date]

## What We're Building
[One paragraph: goal, success criteria]

## Current State
### Completed
- [x] [Task] — [file/commit]
### In Progress
- [ ] [Task] — [how far, what remains]
### Not Started
- [ ] [Task]

## Key Files
| File | Role | Status |
|------|------|--------|

## Decisions Made
| Decision | Rationale |
|----------|-----------|

## Blockers / Open Questions
- [Blocker/question with context]

## What to Do Next
1. [Specific action with details]
2. [Specific action with details]

## Gotchas
- [Non-obvious things that will trip you up]

Rules

  • Use absolute paths (no relative paths)
  • Include exact test/build commands (copy-pasteable)
  • Capture WHY for decisions, not just WHAT
  • Write as if reader knows nothing about recent work
  • Update as last action before stopping

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.