nav-marker

Save and restore conversation state with named context markers.

32|3|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/dkyazzentwatwa/SuperNavigator --skill nav-marker-dkyazzentwatwa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nav-marker
Source: https://github.com/dkyazzentwatwa/SuperNavigator/tree/main/skills/os-layer/context-memory/nav-marker
Command: npx skills add https://github.com/dkyazzentwatwa/SuperNavigator --skill nav-marker-dkyazzentwatwa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to save your current conversation progress as a named marker, enabling you to easily return to that exact state later, even after breaks or context resets.

Core Features & Use Cases

  • Context Save Points: Create named checkpoints for your conversation.
  • Resumption: Restore a previous state to continue work without re-explaining.
  • Use Case: Before starting a complex refactoring task, you can create a marker named "pre-refactor-checkpoint". If the refactoring introduces issues, you can easily revert to the saved state.

Quick Start

Create a context marker named 'before lunch break'.

Frequently Asked Questions about nav-marker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save and restore conversation state across sessions?

To save and restore conversation state, you can create persistent context markers that capture your progress, file modifications, and user intent. This allows you to resume work exactly where you left off, even after a session reset or break.

What is the best way to create a checkpoint before a complex code refactoring?

Creating a named context marker is the best way to establish a checkpoint before code refactoring. It saves your current conversation progress and tracked file modifications, enabling accurate state restoration if the refactoring introduces issues.

How does context summarization work for session management?

Context summarization for session management works by capturing user intent and tracking file modifications into a named marker. This data is stored in a dedicated directory with a central log to verify integrity during state restoration.

Can I resume a previous state without re-explaining my intent to the AI?

Yes, you can resume a previous state without re-explaining your intent. By restoring a named context marker, the saved session management data repopulates the conversation context, allowing you to continue work seamlessly.

Do I need any dependencies to create context save points?

No dependencies are required to create context save points. The Skill operates independently, utilizing its own scripts and a dedicated directory with a central log to manage marker files and ensure integrity verification.