Session Recovery Skill

Read and write memory files to maintain conversational context across sessions.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/nopkhun/KO-STOCK-SYSTEM --skill session-recovery-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Session Recovery Skill
Source: https://github.com/nopkhun/KO-STOCK-SYSTEM/tree/main/.gemini/skills/session-recovery
Command: npx skills add https://github.com/nopkhun/KO-STOCK-SYSTEM --skill session-recovery-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill allows AI to remember context across different sessions and even different IDEs, so users don't have to re-explain their work.

Core Features & Use Cases

  • Contextual Greetings: AI greets users with a summary of their last session and current project status.
  • Cross-IDE Continuity: Enables smooth transitions between different AI coding environments.
  • Memory Management: Automatically reads and updates memory files (active.md, summary.md, decisions.md) to maintain session state.
  • Use Case: After a break, you open your IDE and the AI immediately reminds you of the last task you were working on, such as "ครั้งก่อนกำลังทำ Dashboard UI ครับ เหลือแค่เชื่อม API".

Quick Start

Tell the AI to continue your last task by saying "ทำต่อ".

Frequently Asked Questions about Session Recovery Skill

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

FAQPage Schema
How do I maintain AI conversational context across different IDEs?

To maintain AI conversational context across different IDEs, this skill automatically reads and writes project state to memory files like active.md, summary.md, and decisions.md. This ensures seamless session continuity without re-explaining your work.

What is the best way to resume an AI coding session after a break?

The best way to resume an AI coding session after a break is to use a session management skill that provides contextual greetings. It automatically summarizes your last task and current project status when you initiate a new session.

How does state persistence work for AI development environments?

State persistence for AI development environments works by automatically updating memory files such as active.md, summary.md, and decisions.md. This allows the AI to save and retrieve your current project state across multiple sessions.

Do I need to manually update memory files to keep my AI session active?

No, you do not need to manually update memory files to keep your AI session active. The skill automatically manages state persistence by reading and writing to files like active.md and summary.md during your development workflow.

Can I integrate session management with other skills for developer productivity?

Yes, you can integrate session management with other skills for developer productivity. It is specifically designed to integrate with other skills to enhance your overall workflow and maintain context awareness across your tools.

How do I prompt the AI to continue my last task using session recovery?

To prompt the AI to continue your last task using session recovery, simply tell the AI to continue your work by saying "ทำต่อ". The AI will use the persisted state to seamlessly resume your previous coding activities.