nav-compact

Create context markers summarizing conversation state before clearing chat history.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps manage conversation context by creating a persistent marker of the current state before clearing the conversation history, preventing data loss and freeing up token space.

Core Features & Use Cases

  • Context Preservation: Automatically creates a detailed marker summarizing the conversation, modified files, and decisions.
  • Token Management: Frees up token space by allowing a clean slate for new tasks.
  • Seamless Restoration: Sets up automatic restoration of the context marker in the next session.
  • Use Case: When you've completed a significant feature and need to start a new, unrelated task, invoking this skill ensures all your progress is saved and easily restorable, while allowing you to begin the next task with a clean, efficient context.

Quick Start

Use the nav-compact skill to save the current conversation context and prepare for a fresh start.

Frequently Asked Questions about nav-compact

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

FAQPage Schema
How do I preserve conversation history before clearing chat context for token optimization?

To preserve conversation history, you can automate the creation of context markers that summarize modified files and technical decisions before clearing chat. This frees up token space while ensuring data is saved for future session restoration.

What is context marker creation and how does it help with session management?

Context marker creation is the process of generating a detailed summary of the current conversational state and technical decisions. It helps with session management by setting up auto-restoration for future sessions, preventing data loss when history is cleared.

When should I use a state preservation tool to clear conversation context?

You should use a state preservation tool to clear conversation context when you have completed a significant feature and need to start a new, unrelated task. It ensures all progress is saved and easily restorable while beginning the next task with a clean context.

How do I set up automatic restoration of technical decisions for my next development session?

You can set up automatic restoration of technical decisions by invoking a session management skill that generates a detailed context marker. This marker summarizes your conversation and automatically restores the state when you begin your next session.

Does clearing chat history delete my modified files and technical decisions?

Clearing chat history does not delete modified files if you use context preservation to generate a state marker first. The marker captures a detailed summary of your technical decisions, which is then set up for auto-restoration in future sessions.