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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables seamless context transfer between different AI agent sessions, ensuring continuity and preventing loss of critical information across work periods.

Core Features & Use Cases

  • Cross-Session Handoff: Automatically saves and loads context when a session ends and a new one begins.
  • Persistent Context: Maintains a shared context area (latest-handoff.md) for the next session to access.
  • Use Case: Imagine you are working on a complex coding task. You need to stop for the day. This Skill ensures that all your progress, notes, and next steps are saved so you can pick up exactly where you left off tomorrow, without needing to re-explain the context.

Quick Start

Use the mnemonic-blackboard skill to save the current session's context for the next session.

Frequently Asked Questions about mnemonic-blackboard

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

FAQPage Schema
How do I persist AI agent context across different sessions?

To persist AI agent context across different sessions, use a filesystem-based blackboard mechanism that automatically saves and loads context via session lifecycle hooks, ensuring continuity and preventing loss of critical information between work periods.

What is cross-session context handoff for AI agents?

Cross-session context handoff is the process of transferring working context between AI agent sessions using a shared file area like `latest-handoff.md`, allowing a new session to access saved progress, notes, and next steps without re-explaining the background.

How do I save session state for an AI coding task before stopping?

You can save session state for an AI coding task by utilizing the blackboard skill to automatically capture progress and next steps into a persistent context file upon session end, ensuring seamless continuity for the next work period.

Does automatic context loading require specific path resolution tools?

Yes, automatic context loading requires specific path resolution tools to properly manage the filesystem-based handoff mechanism, allowing the AI agent to correctly locate and load the persistent context storage when a new session begins.

What's the best way to maintain session continuity for complex coding tasks?

The best way to maintain session continuity for complex coding tasks is using a dedicated blackboard mechanism that facilitates automatic saving and loading of context via session lifecycle hooks, ensuring all progress is preserved across work periods.