distill-pending

Distill pending conversation transcripts into structured memory via queue.

3|3|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/genomewalker/cc-soul --skill distill-pending
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: distill-pending
Source: https://github.com/genomewalker/cc-soul/tree/main/skills/distill-pending
Command: npx skills add https://github.com/genomewalker/cc-soul --skill distill-pending

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of distilling pending transcripts, ensuring that valuable insights and learnings from conversations are captured and stored persistently. It also provides tools to check the status of this distillation process.

Core Features & Use Cases

  • Automated Distillation: Transcripts are automatically distilled by a background daemon at regular intervals or triggered by specific events like context compaction or session start.
  • Manual Triggering: Allows for manual initiation of the distillation queue for immediate processing.
  • Status Monitoring: Provides commands to list registered transcripts and their distillation status, aiding in troubleshooting and oversight.
  • Use Case: After a long coding session, this Skill ensures that all the key decisions, code snippets discussed, and user preferences are distilled into the long-term memory, making them available for future sessions without manual intervention.

Quick Start

Add a distillation task for the current session to the processing queue.

Frequently Asked Questions about distill-pending

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

FAQPage Schema
How do I automate conversation transcript distillation into structured memory?

Automate conversation transcript distillation by running a background daemon that processes pending transcripts into structured memory at regular intervals or upon specific events like context compaction.

How do I manually trigger transcript distillation for immediate processing?

Manually trigger transcript distillation by adding the current session to the processing queue, which initiates immediate distillation of conversation transcripts into persistent long-term memory.

Can I monitor the status of pending transcript distillation?

Monitor pending transcript distillation status by listing registered transcripts and their processing state, which aids in oversight and troubleshooting any distillation failures.

What events trigger automatic background distillation of transcripts?

Automatic background distillation of transcripts is triggered by specific events such as context compaction, session start, or regular intervals handled by the daemon.

Why does transcript distillation fail to process pending conversations?

Transcript distillation failures can be identified and troubleshot using status monitoring commands that list registered transcripts and highlight processing errors within the distillation queue.

When do I need to distill pending conversation transcripts into long-term memory?

Distill pending conversation transcripts into long-term memory after long coding sessions to ensure key decisions, code snippets, and user preferences are captured and available for future sessions.