sync_memory

Consolidate session transcripts into structured topics, decisions, tasks, and specifications.

1|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/isizono/claude-code-exterminal-memory --skill sync-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync_memory
Source: https://github.com/isizono/claude-code-exterminal-memory/tree/main/skills/sync_memory
Command: npx skills add https://github.com/isizono/claude-code-exterminal-memory --skill sync-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

このSkillはセッションのtranscriptを解析し、トピック・決定事項・タスク・仕様書を一括で記録・更新します。重複防止の照合、トピックの新規作成と親子関係、決定事項の正確な紐付けと理由の分離、未完タスクの登録、未決の論点の記録、棚卸しとauto memoryへの提案、完了報告までの一連のワークフローを提供します。

Core Features & Use Cases

  • セッション終了前に transcripts を解析し、トピック・決定事項・タスク・仕様書を一括記録・更新
  • 既存データとの照合・重複排除を自動化
  • 未完の論点を記録し、次セッションへ継続可能なタスク・トピックを生成
  • 完了報告として進捗・棚卸し・auto memory提案を統合

Quick Start

Transcriptをこのセッションの内容として渡し、sync_memoryを実行してトピック・決定事項・タスク・仕様書を記録してください。

Frequently Asked Questions about sync_memory

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

FAQPage Schema
How do I consolidate meeting transcripts into structured topics, decisions, and tasks?

To consolidate meeting transcripts into structured topics, decisions, and tasks, you pass the session transcript for multi-stage processing. It automatically deduplicates records, extracts topics, links decisions with rationales, and registers unfinished tasks.

What is the best way to log undecided points and unfinished work from collaborative workshops?

The best way to log undecided points and unfinished work from collaborative workshops is to run the transcript through a consolidation workflow. It identifies undecided arguments, records them, and generates actionable topics for the next session.

Can I prevent duplicate knowledge-base entries when recording multiple session transcripts?

Yes, you can prevent duplicate knowledge-base entries when recording session transcripts. The workflow includes a deduplication stage that checks existing data before creating new topics, decisions, or tasks.

Does transcript consolidation support linking decisions to their specific reasoning and parent topics?

Yes, transcript consolidation supports linking decisions to their specific reasoning and parent topics. The workflow creates parent-child relationships and accurately separates the decision statement from its underlying rationale.

How do I generate a completion report with auto memory proposals after a session?

To generate a completion report with auto memory proposals after a session, you consolidate the transcript into a final summary. This integrates progress tracking, inventory checks, and suggestions for auto memory.

What format does the transcript consolidation workflow require in SKILL.md?

The transcript consolidation workflow requires a YAML frontmatter in SKILL.md with name and description fields. Optional scripts, references, and assets directories support the multi-stage workflow.