sync

Save conversation logs to tagged markdown files with automated topic analysis.

1|Updated May 2, 2026
One-click install
npx skills add https://github.com/F0WCUS/memory-focus --skill sync-f0wcus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync
Source: https://github.com/F0WCUS/memory-focus/tree/main/skills/sync
Command: npx skills add https://github.com/F0WCUS/memory-focus --skill sync-f0wcus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of fragmented agent memory by providing a structured, tagged, and searchable logging system that persists across sessions via GitHub.

Core Features & Use Cases

  • Mandatory Tagging: Ensures every session is categorized for easy retrieval using a #tag system.
  • Auto-Suggestion: Analyzes conversation topics to suggest relevant tags, ensuring high-quality metadata.
  • Decision Tracking: Automatically promotes key decisions to a searchable #decision format, making past project choices instantly accessible.

Quick Start

Type sync followed by your primary tag to save the current conversation context to your persistent memory files.

Frequently Asked Questions about sync

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

FAQPage Schema
How do I save conversation logs to markdown for persistent agent memory?

To save conversation logs to markdown for persistent agent memory, use the sync skill to structure session contexts into tagged files. It automatically analyzes topics and categorizes sessions to ensure easy retrieval across future interactions.

How do I track agent decisions across multiple sessions?

To track agent decisions across multiple sessions, persistent memory tools automatically promote key choices into a searchable #decision format. This makes past project choices instantly accessible and prevents fragmented memory loss between interactions.

Do I need Git integration to sync agent memory files to a remote repository?

Yes, you need Git integration to sync agent memory files to a remote repository. The system requires Git to perform automated synchronization and backup of your structured markdown memory files to GitHub.

How does automated tagging work for conversation logs?

Automated tagging works for conversation logs by analyzing session topics to suggest relevant #tag metadata. This ensures high-quality categorization and easy retrieval of past interactions without manual categorization effort.

What is the best way to back up agent memory files to GitHub?

The best way to back up agent memory files to GitHub is using an automated synchronization tool within your agent framework. It pushes structured markdown logs with mandatory tags directly to a remote repository for persistent storage.