ingesting-agent-history

Installation
SKILL.md

Ingesting Agent History

Creates a timestamped session summary file in .adr/agent_ingest/ whenever a chat is cleared or compacted.

When to Use

  • End of a long session.
  • Before clearing/compacting memory.
  • Before handing off to a new agent.

Output Requirements

  1. Create a new ingest file in .adr/agent_ingest/ using the template:
    • Template: .codex/templates/agent-ingest/agent-ingest-entry.md
  2. File naming: ingest_YYYY-MM-DD_HHMM_<short-commit>.md
  3. Fill all placeholders with current state:
    • Branch, commit, ADR phase, app state, last user request/response.
  4. Keep it concise but specific so the next agent can resume without guesswork.
Installs
1
First Seen
Apr 4, 2026
ingesting-agent-history — pelchers/sessionsaver