AI SummaryA zero-friction checkpoint tool that instantly saves session context, memory, and progress to files without prompts or delays—essential for Claude Code users managing multi-turn projects and persistent state.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "sync" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/sync && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sync/SKILL.md "https://raw.githubusercontent.com/anombyte93/atlas-session-lifecycle/main/skills/sync/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
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.
Sync
> Zero questions. Edit files. Print summary. Done.
Rules
• No questions — never ask the user anything. Just save. • No subagents — run entirely in the main thread. • No MCP tools — direct file reads and edits only (faster). • No narration — don't announce steps. Just do them. • Touch every file — even if only adding a timestamp entry. • 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
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster