/save

Save current AI context to memory files and commit changes to git.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/RogerGimbel/rodaco-workspace --skill save-rogergimbel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /save
Source: https://github.com/RogerGimbel/rodaco-workspace/tree/main/skills/save
Command: npx skills add https://github.com/RogerGimbel/rodaco-workspace --skill save-rogergimbel

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures your work is never lost by flushing your current context to persistent memory files, extracting durable facts to the knowledge graph, and committing everything to git.

Core Features & Use Cases

  • Context Persistence: Saves session details, decisions, and user preferences to daily memory files.
  • Knowledge Graph Updates: Extracts new or updated entities to a structured knowledge base.
  • Git Integration: Commits all changes to the repository for version control.
  • Use Case: After completing a significant refactoring of the authentication flow, use this skill to save all progress, update relevant knowledge, and commit the changes with a descriptive summary.

Quick Start

Use the /save command with the summary "refactored auth flow" to save your current work.

Frequently Asked Questions about /save

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

FAQPage Schema
How do I save AI context to persistent memory and commit changes to git?

To save AI context to persistent memory and commit to git, use a command that flushes session details to daily memory files, extracts durable facts to a knowledge graph, and commits all repository changes with a descriptive summary.

What is the best way to checkpoint AI session details before a system restart?

The best way to checkpoint AI session details before a system restart is to flush current context to persistent memory files and extract durable facts to a knowledge graph, ensuring no work is lost during idle periods.

How does extracting durable facts to a knowledge graph from AI context work?

Extracting durable facts to a knowledge graph works by identifying new or updated entities within your current AI session and writing them to a structured knowledge base before committing the changes to git.

Do I need a bash script to commit AI context to git and update long-term memory?

Yes, you need a bash script to perform git operations and file I/O for memory and knowledge updates, as this is required to save the AI context and commit the changes to the repository.

Can I record AI decisions and user preferences to daily memory files with git integration?

Yes, you can record AI decisions and user preferences to daily memory files with git integration, which simultaneously extracts new entities to a structured knowledge base and commits all changes to the repository.