long-chat-task-processor

Transforms Markdown chat archives into structured project documentation and actionable knowledge assets.

248|30|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/cafe3310/public-agent-skills --skill long-chat-task-processor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: long-chat-task-processor
Source: https://github.com/cafe3310/public-agent-skills/tree/main/skills_parked/long-chat-task-processor
Command: npx skills add https://github.com/cafe3310/public-agent-skills --skill long-chat-task-processor

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the challenge of transforming large, unstructured Markdown chat archives into organized project assets, making scattered discussions easier to analyze and follow up.

Core Features & Use Cases

  • Structured Chat Processing: Converts heading-based conversation records into manageable sections using a table-of-contents driven workflow.
  • Knowledge Extraction: Extracts tasks, decisions, entities, timelines, links, and unresolved items into dedicated project documents.
  • Use Case: Help a team review months of chat history to create task trackers, decision logs, meeting summaries, or project handoff materials.

Quick Start

Ask the AI to process this Markdown chat export and create a structured project workspace with tasks, decisions, and key context extracted.

Frequently Asked Questions about long-chat-task-processor

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

FAQPage Schema
How do I extract tasks and decisions from markdown chat exports?

To extract tasks and decisions from markdown chat exports, use a table-of-contents driven workflow that parses heading-based conversation records to isolate tasks, decisions, entities, and timelines into dedicated project documents.

What is the best way to turn unstructured team chat history into project documentation?

Turning unstructured team chat history into project documentation involves initializing a structured workspace, parsing large markdown archives by headings, and generating actionable knowledge assets like task trackers and meeting summaries.

Can I process months of markdown conversation records for a project handoff?

Yes, you can process months of markdown conversation records for project handoffs by applying TOC-based parsing to segment large chat archives and extract unresolved items, links, and key context into reference materials.

How does table-of-contents parsing work for large chat archives?

Table-of-contents parsing for large chat archives works by segmenting heading-based markdown conversation records into manageable sections, enabling systematic knowledge extraction of tasks, decisions, and entities across the workspace.

Do I need to format my markdown chat exports with headings before processing?

Yes, markdown chat exports require heading-based structuring before processing, because the workflow applies table-of-contents driven parsing to divide large conversation records into manageable sections for accurate entity tracking and task extraction.

What limitations exist when extracting knowledge from markdown chat logs?

A key limitation when extracting knowledge from markdown chat logs is the strict dependency on heading-based structuring; if conversation records lack clear headings or table-of-contents markers, TOC-based parsing and task extraction will not function accurately.