dump-output

Toggle automatic dumping of Claude outputs to timestamped Markdown files.

19|5|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/digital-stoic-org/agent-skills --skill dump-output
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dump-output
Source: https://github.com/digital-stoic-org/agent-skills/tree/main/dstoic/skills/dump-output
Command: npx skills add https://github.com/digital-stoic-org/agent-skills --skill dump-output

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claude's outputs often accumulate without an easy way to review or preserve them. This Skill automatically dumps every output to the .dump folder as timestamped Markdown files, creating a persistent audit trail and simplifying review.

Core Features & Use Cases

  • Automatically create and manage a .dump folder and a .enabled flag to toggle logging on or off.
  • Persist all Claude outputs with timestamps for auditing, debugging, and reference across sessions.
  • Signals the current status to the user after each toggle, ensuring clarity.

Quick Start

Run the toggle to enable or disable output dumping.

Frequently Asked Questions about dump-output

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

FAQPage Schema
How do I automatically log Claude outputs to timestamped Markdown files?

To automatically log Claude outputs, you can toggle a marker file that persists every response as a timestamped Markdown file in a dump folder, creating a persistent audit trail for review.

What is the best way to create an audit trail of Claude outputs for debugging?

Creating an audit trail of Claude outputs requires enabling automatic dumping to timestamped Markdown files, which archives every response for debugging and review across interactive sessions.

Can I toggle output logging on and off during an interactive Claude session?

Yes, you can toggle output logging on and off during an interactive session by creating or removing an enabled flag, which signals the current logging status after each update.

Do I need any dependencies to dump Claude outputs to timestamped logs?

No dependencies are required to dump Claude outputs, as the automatic logging routine relies on a small Bash script to manage the marker file and timestamped Markdown archival.

How does automatic output dumping manage the generated Markdown log files?

Automatic output dumping manages Markdown log files by writing each Claude response into a dedicated dump folder with a timestamp, ensuring outputs are preserved for reference without manual intervention.

When should I not use automatic output dumping for Claude responses?

You should not use automatic output dumping if you do not require persistent logs, as the Bash routine creates timestamped Markdown files for every output, which can accumulate unnecessarily during simple interactive sessions.