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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to save your current working context, including your git state, decisions made, and remaining work, so you can resume later without losing any progress.

Core Features & Use Cases

  • Context Capture: Saves the current state of your project, including git state, decisions, and remaining work.
  • Quick Resume: Allows you to pick up where you left off easily.
  • Use Case: Use this Skill when you need to stop working on a project and want to ensure you can resume seamlessly later.

Quick Start

Save your current context with the command: /context-save

Frequently Asked Questions about context-save

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

FAQPage Schema
How do I preserve my git state and working context before stopping a project?

To preserve your working context, save the project's git state, decisions, and remaining work using a single command. This captures your current development progress so you can resume seamlessly later without losing track of your tasks.

What is the best way to save my development progress for a quick resume later?

Saving your development progress involves capturing the current git state alongside project decisions and remaining work. This context preservation method ensures you pick up exactly where you left off when you are ready to resume work.

How do I capture remaining work and project decisions for context restoration?

You can capture remaining work and project decisions by running a context save command. This records your current git state and workflow decisions, creating a snapshot that enables smooth context restoration when you return to the project.

Does context save work without any additional dependencies installed?

Yes, context save works without any additional dependencies. It operates independently to preserve your working context, requiring no external tools or plugins to capture your git state and project decisions.

When should I use a context preservation command in my developer workflow?

You should use a context preservation command when you need to stop working on a project temporarily. It is intended for development workflows where pausing your work requires saving the git state and remaining tasks to ensure seamless continuation later.