session-save

Write session progress and next actions to session-notes.md.

151|20|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Arman-Kudaibergenov/1c-ai-development-kit --skill session-save-arman-kudaibergenov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-save
Source: https://github.com/Arman-Kudaibergenov/1c-ai-development-kit/tree/main/.claude/skills/session-save
Command: npx skills add https://github.com/Arman-Kudaibergenov/1c-ai-development-kit --skill session-save-arman-kudaibergenov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

session-save prevents losing context during 1C development by recording what you were working on and what still needs to be done.

Core Features & Use Cases

  • Session checkpointing: Creates or overwrites session-notes.md in the project root with a structured summary of the session.
  • Actionable resume information: Records an executable Next Action and a factual Completed list so you can pick up immediately.
  • Change awareness: Captures Modified Files to support review and continuity across sessions (useful before long breaks or when context is getting too high).

Quick Start

Tell the AI to run the session-save skill so it writes your current progress, decisions, and modified files into session-notes.md in the project root.

Frequently Asked Questions about session-save

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

FAQPage Schema
How do I save my 1C development session context before closing?

To save your 1C development session context, this skill writes a structured session-notes.md file in the project root, recording completed work, pending items, and modified files for reliable retrieval.

What is a development session checkpoint and when do I need one?

A development session checkpoint is a structured markdown summary capturing your task, decisions, and modified files. You need one when pausing long-running 1C workflows or when conversation context approaches a high threshold.

What is the best way to resume a 1C workflow after a long break?

The best way to resume a 1C workflow is to read a session-notes.md file containing an executable next action and a factual completed list, allowing you to pick up the development task immediately.

Does session checkpointing record modified files for 1C development?

Yes, session checkpointing records modified files to support review and continuity across 1C development sessions, ensuring you maintain change awareness before taking long breaks or when context gets too high.

How do I prevent losing context during 1C development when context gets too high?

To prevent losing context during 1C development when context gets too high, you can create or overwrite a session-notes.md checkpoint in the project root, capturing your current progress and key decisions.