nav-marker
✓Create context save points to preserve conversation state before breaks, risky changes, or compaction. Use when user says "save my progress", "create checkpoint", "mark this point", or before clearing context.
Installation
SKILL.md
Create context markers - save points that preserve conversation state so you can resume work later without re-explaining everything.
IMPORTANT: You MUST actively capture ToM sections (User Intent, Corrections, Belief State).
if [ -f ".agent/knowledge/graph.json" ]; then python3 skills/nav-graph/functions/graphmanager.py --action stats --graph-path .agent/knowledge/graph.json fi
Create context save points to preserve conversation state before breaks, risky changes, or compaction. Use when user says "save my progress", "create checkpoint", "mark this point", or before clearing context. Source: alekspetrov/navigator.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/alekspetrov/navigator --skill nav-marker- Source
- alekspetrov/navigator
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is nav-marker?
Create context save points to preserve conversation state before breaks, risky changes, or compaction. Use when user says "save my progress", "create checkpoint", "mark this point", or before clearing context. Source: alekspetrov/navigator.
How do I install nav-marker?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/alekspetrov/navigator --skill nav-marker Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/alekspetrov/navigator
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01