save-context

Save current AI work context to a TASK.md file.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/marshallshen/conductor_files --skill save-context-marshallshen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save-context
Source: https://github.com/marshallshen/conductor_files/tree/main/skills/save-context
Command: npx skills add https://github.com/marshallshen/conductor_files --skill save-context-marshallshen

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to save the current state of your AI's work, including objectives, progress, key decisions, and next steps, so you can seamlessly resume the session later.

Core Features & Use Cases

  • Context Snapshotting: Captures essential details of ongoing tasks.
  • Session Resumption: Enables picking up work exactly where it left off, preventing loss of progress or context.
  • Use Case: You're working on a complex coding task and need to take a break. Use /save-context to store your progress, then later use /resume-context to continue without missing a beat.

Quick Start

Use the save-context skill to save the current work context to TASK.md.

Frequently Asked Questions about save-context

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

FAQPage Schema
How do I save AI session context to resume a complex coding task later?

To save AI session context, this Skill gathers task descriptions, current state, file locations, next steps, and blockers, then writes a concise summary to a TASK.md file for later resumption.

Can I save my current AI work session state to a markdown file?

Yes, you can save your current AI work session state by generating a compact context window that captures objectives, progress, and key decisions, writing them directly to TASK.md in your working directory.

What's the best way to snapshot AI workflow progress for session resumption?

Snapshotting AI workflow progress is best handled by summarizing task descriptions and blockers into a TASK.md file, ensuring session resumption captures essential context without losing progress.

Does the save-context Skill support file manipulation tools like Grep and Glob?

Yes, the save-context Skill supports Bash, Read, Write, Glob, and Grep tools to gather context and perform file manipulation when saving session state.

How do I resume an AI work session after saving context to a file?

To resume an AI work session, you use the saved TASK.md file containing your compact context window, which stores next steps and blockers to continue work without missing a beat.

What information does the save-context task management Skill gather for later resumption?

The save-context task management Skill gathers information on task description, current state, important context, file locations, next steps, and blockers to create a concise summary document.