context-dump

Scan existing notes and append new non-duplicative progress to context dumps.

Updated Aug 12, 2025
One-click install
npx skills add https://github.com/EdWrld/config.files --skill context-dump
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-dump
Source: https://github.com/EdWrld/config.files/tree/main/skills/context-dump
Command: npx skills add https://github.com/EdWrld/config.files --skill context-dump

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation or updating of a task context dump by scanning existing notes and appending only new progress without duplication, ensuring a reliable handoff record.

Core Features & Use Cases

  • Incremental updates: only new progress is added, avoiding duplicates.
  • Handoff readiness: produces a concise, structured snapshot of task state for teams.
  • Guardrails and guidance: prompts for target document selection and insertion points to maintain coherence across updates.

Quick Start

Ask whether to create a new document or update an existing one before proceeding.

Frequently Asked Questions about context-dump

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

FAQPage Schema
How do I automate task handoff documentation without duplicating existing progress notes?

Automating task handoff documentation requires scanning existing notes and appending only new progress without duplication. This approach ensures a reliable handoff record by maintaining a single source of truth through incremental updates.

What is the best way to maintain a single source of truth for project progress tracking?

Maintaining a single source of truth for project progress tracking involves using patch-based insertion with duplicate safeguards. This mechanism appends only non-duplicative updates to an existing document, preserving coherence across all project updates.

Can I update an existing notes document with new task context without overwriting previous entries?

Yes, updating existing notes documents uses patch-based insertion with duplicate safeguards to prevent overwriting. The system prompts for target document selection and insertion points to maintain coherence while appending only new progress.

How do I create a structured snapshot of task state for team handoffs?

Creating a structured snapshot of task state for team handoffs involves automating context-dump creation from existing notes. The system produces a concise record by scanning notes and appending only new, non-duplicative progress updates.

Do I need to manually select insertion points when appending new progress to documentation?

No, manual selection of insertion points is guided by prompts for target document selection. The system supports patch-based insertion with duplicate safeguards to maintain coherence across updates automatically.