handoff-log-condense

Condense handoff logs into a summary file under .agent/docs/agent_handoffs/.

1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/cdrguru/portable-agent-kit --skill handoff-log-condense
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: handoff-log-condense
Source: https://github.com/cdrguru/portable-agent-kit/tree/main/.agent/skills/handoff-log-condense
Command: npx skills add https://github.com/cdrguru/portable-agent-kit --skill handoff-log-condense

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a concise summary of recent handoff log entries without modifying the append-only log.

Core Features & Use Cases

  • Condense long handoff logs into a readable, compact summary file.
  • Preserve the original append-only log to maintain traceability.
  • Enable quick reviews or onboarding by providing brief handoff overviews.

Quick Start

Summarize the latest handoff entries into a concise file under .agent/docs/agent_handoffs/ (e.g., agent_conversation_log.summary.md) without modifying the append-only log.

Frequently Asked Questions about handoff-log-condense

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

FAQPage Schema
How do I summarize handoff logs without modifying the original append-only file?▼

To summarize handoff logs without modifying the append-only file, this Skill condenses recent entries into a readable summary. It outputs the compact overview to a dedicated file under .agent/docs/agent_handoffs/, ensuring your original log remains untouched for traceability.

What is the best way to condense long handoff logs for quick project briefings?▼

The best way to condense long handoff logs for quick project briefings is to generate a compact summary file. This Skill processes ongoing project entries and produces a concise overview, enabling fast reviews and efficient onboarding without altering source documentation.

Can I generate an onboarding summary from an existing append-only handoff log?▼

Yes, you can generate an onboarding summary from an existing append-only handoff log. This Skill reads your recent handoff entries and creates a brief overview file, allowing new team members to quickly review project history while preserving the original log.

Where does the summarized handoff log output get saved?▼

The summarized handoff log output gets saved to a dedicated summary file under .agent/docs/agent_handoffs/. For example, it can generate a file named agent_conversation_log.summary.md to keep your condensed overviews organized and separate from the append-only log.

Does summarizing handoff logs affect the original log entries?▼

No, summarizing handoff logs does not affect the original entries. The Skill ensures the original append-only log remains unmodified, maintaining full traceability while providing a separate, readable summary file for quick reference during review sessions.

When do I need to condense handoff logs into a separate summary file?▼

You need to condense handoff logs into a separate summary file when you require quick briefings, onboarding overviews, or review sessions for ongoing projects. It allows you to extract readable summaries while preserving the append-only log for strict audit traceability.