meta-context-save

Save session state with compact or clear modes and GitHub sync.

1|1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/trevorbyrum/claude-skills-suite --skill meta-context-save
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-context-save
Source: https://github.com/trevorbyrum/claude-skills-suite/tree/main/skills/meta-context-save
Command: npx skills add https://github.com/trevorbyrum/claude-skills-suite --skill meta-context-save

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill preserves the current state of your work session, allowing you to seamlessly resume later, either by compacting the context or by clearing it entirely after committing changes.

Core Features & Use Cases

  • Session State Preservation: Captures accomplishments, current tasks, progress, decisions, and file modifications.
  • Two Modes: Offers a --compact mode to save state for later resumption and a --clear mode to save state and then reset the environment.
  • Use Case: At the end of a coding session, use /meta-context-save --clear to ensure all your work is committed to GitHub, save a summary of your progress, and start fresh next time.

Quick Start

Use meta-context-save to save the current session state before ending for the day.

Frequently Asked Questions about meta-context-save

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

FAQPage Schema
How do I save session state before clearing context in an AI coding workflow?

To save session state before clearing context, use a context management tool that captures accomplishments, tasks, and file modifications into an artifact database, then optionally syncs with GitHub before resetting the environment.

What is the best way to manage context compaction for AI-driven development?

Context compaction for AI-driven development is managed by assessing current work and storing a compact state in an artifact database, which preserves progress and decisions so you can resume the session seamlessly later.

Does session state preservation work with GitHub commit syncing?

Yes, session state preservation can work with GitHub commit syncing by optionally committing changes to the repository before executing a compact or clear operation, ensuring work is saved remotely.

How do I resume a coding session after clearing the environment?

You resume a coding session after clearing the environment by retrieving the compact state previously stored in an artifact database, which contains your accomplishments, current tasks, decisions, and file modifications.

Can I reset my development environment without losing uncommitted progress?

You can reset your development environment without losing progress by saving a summary of your work to an artifact database and syncing with GitHub first, then executing a clear operation to start fresh.

When do I need to use a clear context operation instead of compact mode?

You need a clear context operation instead of compact mode when you want to completely reset the environment for a fresh start next session, whereas compact mode preserves state for immediate resumption.