handoff

Create a structured session summary from a markdown file using shell scripting.

2|Updated Jun 26, 2026
One-click install
npx skills add https://github.com/bRRRITSCOLD/compainy --skill handoff-brrritscold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/bRRRITSCOLD/compainy/tree/main/skills/handoff
Command: npx skills add https://github.com/bRRRITSCOLD/compainy --skill handoff-brrritscold

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured way to hand off work sessions, ensuring seamless continuity for the next session.

Core Features & Use Cases

  • Session Summary: Automatically create a summary of the current session to a temporary file.
  • Context Preservation: Store and preserve context for the next session, allowing immediate resumption.
  • Use Case: Ideal for use when finishing a unit of work, or when context is getting large, to ensure the next session can pick up right where the previous one left off.

Quick Start

After completing your work, use the handoff skill to generate a handoff file. Simply run the command: handoff.

Frequently Asked Questions about handoff

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I preserve context and create a session summary for work continuity?

You create a session summary for work continuity by running a command that processes your markdown file input and writes a structured context summary to a temporary file for the next session.

What is the best way to resume an administrative workflow in the next session?

Resuming an administrative workflow involves reading a structured handoff summary from a temporary file. This preserves the previous session's context, allowing you to pick up exactly where you left off without losing progress.

Do I need a markdown file to generate a handoff summary?

Yes, a markdown file is required as input to generate a handoff summary. The Skill uses shell scripting to read this markdown input and write the structured session summary to a temporary output file.

When should I create a session summary for context preservation?

You should create a session summary when finishing a specific unit of work or when the context size becomes too large. This ensures the next administrative workflow session can immediately resume the task.

Does this session handoff tool require any external dependencies?

No, this session handoff tool requires no external dependencies. It operates independently using built-in shell scripting components to process markdown files and write the context preservation summary to a temporary file.