_memorization

Persist session context and learned guidelines to project directories.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/HahyeonJeon/gobbi --skill memorization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _memorization
Source: https://github.com/HahyeonJeon/gobbi/tree/main/plugins/gobbi/skills/_memorization
Command: npx skills add https://github.com/HahyeonJeon/gobbi --skill memorization

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Memorization enables session continuity by saving task details, decisions, and learned guidelines so work can resume in a new session without re-creating context.

Core Features & Use Cases

  • Save task details, decisions, and remaining work for continuation across sessions.
  • Persist gotchas and rules under the project directory so future agents understand context and constraints.
  • Update or create project docs and design notes to reflect new knowledge and decisions.

Quick Start

When finishing a session, save the current context to the designated project directory so the next session can resume with the same context.

Frequently Asked Questions about _memorization

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

FAQPage Schema
How do I persist session context across ClaudeX workflows?

Persist session context by saving task details, decisions, gotchas, rules, and design notes under the project directory so new sessions can resume work without re-creating context. This requires user confirmation to memorize the data.

Can I save learned guidelines and gotchas for future ClaudeX sessions?

Yes, you can save learned guidelines and gotchas under $CLAUDE_PROJECT_DIR/.claude/project/{project-name}/. Future agents access these stored rules and constraints to understand project context immediately.

What is the best way to maintain continuity in long-running multi-step projects?

Maintain continuity in multi-step projects by memorizing the current session context, remaining work, and design notes before switching sessions. This enables seamless handoffs and faster onboarding for the next agent.

Does memorization require user confirmation before saving context?

Yes, memorization requires explicit user confirmation before saving any context or metadata to the designated project directory. This prevents unintended data persistence and ensures accurate session handoffs.

Where does the session context data get stored for project continuity?

Session context data is stored under $CLAUDE_PROJECT_DIR/.claude/project/{project-name}/. This directory structure holds task details, gotchas, rules, and design notes for future session retrieval and reuse.

When should I use session memorization for ClaudeX workflows?

Use session memorization when finishing a long-running session or reaching a multi-step project milestone. Saving context at these points ensures the next session resumes with full task details and learned constraints intact.