sync

Solid

Fast save-point: sync all session-context files and MEMORY.md with current progress. Zero questions, zero delay. Use when user says /sync, save progress, save state, sync context, or /sync --full for capability inventory.

AI & Automation 87 stars 8 forks Updated 4 weeks ago MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
65
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Sync > Zero questions. Edit files. Print summary. Done. ## Rules 1. **No questions** — never ask the user anything. Just save. 2. **No subagents** — run entirely in the main thread. 3. **No MCP tools** — direct file reads and edits only (faster). 4. **No narration** — don't announce steps. Just do them. 5. **Touch every file** — even if only adding a timestamp entry. 6. **Speed over perfection** — a rough sync beats no sync. --- ## Execute Use the current time formatted as `HH:MM DD/MM/YY` for the checkpoint header. ### 1. Edit `session-context/CLAUDE-activeContext.md` Append a new section at the end: ```markdown ## [SYNC] {time} **Accomplished:** - {bullet list of what was done this session} **In progress:** - {what's currently being worked on} **Next steps:** - {what comes next} **Blockers:** - {any blockers, or "None"} ``` ### 2. Edit `session-context/CLAUDE-decisions.md` Append new decisions made this session. If none, append: ```markdown ## {time} No new decisions this session. ``` ### 3. Edit `session-context/CLAUDE-patterns.md` Append new patterns discovered. If none, append: ```markdown ## {time} No new patterns this session. ``` ### 4. Edit `session-context/CLAUDE-troubleshooting.md` Append new issues and solutions. If none, append: ```markdown ## {time} No new issues this session. ``` ### 5. Update MEMORY.md Update the auto-memory file at the project memory path with any new learnings from this session. If nothing new, skip this file (memor...

Details

Author
anombyte93
Repository
anombyte93/atlas-session-lifecycle
Created
3 months ago
Last Updated
4 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category