Snapshot Tracking banner
ilude ilude

Snapshot Tracking

Development community

Description

--- description: Toggle session context commits for current project argument-hint: enable|disable model: haiku --- # Snapshot Tracking Command Manage session context commit configuration for the current project. ## Execution Workflow ### No Arguments: Show Status **Run status check:** ```bash grep -q enable-session-commits .claude/CLAUDE.md 2>/dev/null&&M=1||M=0;grep -q "^\.session/" .gitignore 2>/dev/null&&G=1||G=0;echo "$M:$G" ``` **Parse output** (format: `M:G` where M=marker exists, G=

Installation

Installs to ~/.claude/skills/ilude-claude-code-config-snapshot-tracking/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ilude-claude-code-config-snapshot-tracking && curl -fsSL https://raw.githubusercontent.com/ilude/claude-code-config/HEAD/commands/snapshot-tracking.md -o ~/.claude/skills/ilude-claude-code-config-snapshot-tracking/SKILL.md

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

Full documentation available on GitHub

View Source Repository