# Session Handoff Packager

> Packages session work into a local handoff document for continuity. Use for: session summary, handoff, save what we did, continue next time.

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

---

# Session Handoff Packager
## When to Use

- User says **session summary** or task matches this capability
- User says **handoff** or task matches this capability
- User says **save what we did** or task matches this capability
- User says **continue next time** or task matches this capability

## Workflow

1. List: repos explored, commands run, files created/changed, key findings.
2. Note open items and recommended next steps.
3. Run privacy-redactor on content before any external share.
4. Write session-handoff.md to workspace (local only by default).
5. Do not include secrets, tokens, or raw PII in handoff.

## Integrations

- `privacy-redactor`
- `ai-share-extractor-v4`
- `goal-verifier`

## Error Handling

| Failure | Response |
|---------|----------|
| Workspace not writable | Output handoff in chat only. |

## Gotchas

- Default is local file only; upload requires separate user request.

## Safety & Ethics (Publication-Ready)

This skill is designed for public distribution. Constraints:

- PII redaction before share; secrets never included.
- Handoff stays in user workspace unless explicitly shared.
- Read-only summary of past actions; no new destructive operations.

### Prohibited actions

- No unauthorized access, malware, or harmful automation
- No silent exfiltration of data, credentials, or telemetry
- No destructive system changes without hitl-approver
- No publication of user PII or environment secrets in outputs

## Example

**Input:** User request matching triggers above.
**Output:** Structured result per workflow; local artifacts only unless user opts in.

