Auto Sync banner
SukinShetty SukinShetty

Auto Sync

Development community

Description

--- description: "Enable or disable automatic syncing to CLAUDE.md" argument-hint: "[on|off|status]" --- # /nemp:auto-sync Toggle automatic syncing of memories to CLAUDE.md. ## Usage ``` /nemp:auto-sync on # Enable auto-sync /nemp:auto-sync off # Disable auto-sync /nemp:auto-sync status # Check current status /nemp:auto-sync # Show status (same as status) ``` ## Arguments - `on`: Enable automatic syncing to CLAUDE.md after memory changes - `off`: Disable automatic syncing -

Installation

Installs to ~/.claude/skills/sukinshetty-nemp-memory-auto-sync/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sukinshetty-nemp-memory-auto-sync && curl -fsSL https://raw.githubusercontent.com/SukinShetty/Nemp-memory/HEAD/commands/auto-sync.md -o ~/.claude/skills/sukinshetty-nemp-memory-auto-sync/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository