One-click install
npx skills add https://github.com/robertzengcn/aiFetchly --skill context-save-robertzengcn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-save
Source: https://github.com/robertzengcn/aiFetchly/tree/main/.agents/skills/gstack/context-save
Command: npx skills add https://github.com/robertzengcn/aiFetchly --skill context-save-robertzengcn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Switching between work sessions, meetings, or tasks often means losing track of key decisions, git state, and pending work, forcing you to waste time reorienting yourself when you return.

Core Features & Use Cases

  • Full Context Capture: Automatically records current git branch, uncommitted changes, key decisions made during the session, and remaining work items.
  • Session Management: Tracks active sessions and cleans up stale sessions older than 2 hours to keep local state tidy.
  • Use Case: If you are building a lead generation feature for aiFetchly and need to pause for a client call, run this skill to save all progress so you can pick up exactly where you left off with no context loss.

Quick Start

Use the context-save skill to save all current work progress, git state, and pending decisions for your aiFetchly project so you can resume later without missing a step.

Frequently Asked Questions about context-save

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

FAQPage Schema
How do I save my git branch state and pending work before switching tasks?

To save your git branch state and pending work before switching tasks, use session-management to capture uncommitted changes, key technical decisions, and remaining work items. This records your complete development workflow context for instant restoration later.

What is the best way to resume a development session after an interruption?

The best way to resume a development session after an interruption is to use progress-tracking to capture session metadata. It records your git branch, pending work items, and key decisions, enabling seamless context restoration via paired restore skills when you return.

Does context-save work with git-tracked software development workflows?

Yes, context-save works directly with git-tracked software development workflows. It applies to iterative feature work, bug fixes, and cross-session task resumption, capturing the git branch state and uncommitted changes to eliminate context loss.

Can I track active development sessions and clean up stale ones automatically?

You can track active development sessions and clean up stale ones automatically. The session-management mechanism monitors active workflows and cleans up stale sessions older than 2 hours to keep your local state tidy and prevent clutter.

How do I prevent context loss when pausing feature development for a meeting?

To prevent context loss when pausing feature development for a meeting, run progress-tracking to save all current work progress, git state, and pending decisions. This ensures you can pick up exactly where you left off with no context loss.

What technical decisions and work items are captured during session management?

During session management, the system captures your current git branch, uncommitted changes, key technical decisions made during the session, and remaining work items. This complete context capture eliminates the need to reorient yourself when returning.