autonoetic.digest

Convert live session digests and execution traces into narrative and memory JSON.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/mandubian/autonoetic --skill autonoetic-digest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autonoetic.digest
Source: https://github.com/mandubian/autonoetic/tree/main/agents/digest
Command: npx skills add https://github.com/mandubian/autonoetic --skill autonoetic-digest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill consolidates post-session activity into a succinct digest, transforming raw session data into durable memories and a readable narrative, reducing manual post-mortem work.

Core Features & Use Cases

  • Post-session digesting: condenses live session digests and error traces into narrative form and memory entries.
  • Memory stabilization: records durable takeaways for future reference.
  • Gateway-internal context: designed for internal gateway diagnostics and maintenance workflows.

Quick Start

Digest the latest session transcript to generate a concise narrative and memory entries.

Frequently Asked Questions about autonoetic.digest

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

FAQPage Schema
How do I turn post-session data into durable memories for agent maintenance?

You can turn post-session data into durable memories by processing live session digests and execution traces to produce concise narratives and structured memory entries. This condenses raw session activity into readable takeaways for future reference.

What is the best way to generate a narrative from an execution trace?

The best way to generate a narrative from an execution trace is to process the raw session data through a digesting workflow that outputs a structured JSON object containing a readable narrative string and an array of durable memory entries.

Can I capture error analysis takeaways from a live session digest?

Yes, you can capture error analysis takeaways from a live session digest by consolidating execution traces and error data into structured memory entries with types, tags, and confidence fields for ongoing reliability improvements.

Does generating a post-session digest require external dependencies?

No, generating a post-session digest requires no external dependencies, allowing you to directly process live session transcripts and execution traces into narratives and structured memory arrays within your existing environment.

What format does the post-session memory stabilization output use?

Post-session memory stabilization outputs a structured JSON object containing a narrative string and a memories array, where each memory entry includes specific fields for type, content, tags, and an optional confidence level.

When do I need to process session digests for gateway-internal context?

You need to process session digests for gateway-internal context during post-session reviews and internal gateway diagnostics, transforming raw maintenance workflow data into durable memories to reduce manual post-mortem work.