atuin-memory

Persist and retrieve project context using the Atuin key-value store.

3|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/cosgroveb/claude-atuin-memory-skill --skill atuin-memory
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: atuin-memory
Source: https://github.com/cosgroveb/claude-atuin-memory-skill/tree/main
Command: npx skills add https://github.com/cosgroveb/claude-atuin-memory-skill --skill atuin-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of losing project context across sessions and machines by persisting plans, specs, and todos using the Atuin key-value store.

Core Features & Use Cases

  • Context Persistence: Store and retrieve project plans, specifications, and to-do lists.
  • Cross-Machine Sync: Resume work seamlessly across different development environments.
  • Git State Validation: Validate stored context against the current git status.
  • Blocker Identification: Surface stale assumptions or blockers before proceeding.

Quick Start

Check for existing memories for the current project and branch.

Frequently Asked Questions about atuin-memory

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

FAQPage Schema
How do I persist project context like plans and to-do lists across sessions?▼

Validate stored project context by checking it against your current git status. This process surfaces stale assumptions or blockers, ensuring your persisted plans and to-do lists match your actual repository state before proceeding.

Can I sync my development environment context across different machines?▼

Store and retrieve project plans, specifications, and to-do lists using the Atuin key-value store. This mechanism persists your development context locally and syncs it across machines when sync is enabled.

How do I validate stored project context against current git state?▼

Validate stored project context by checking it against your current git status. This process surfaces stale assumptions or blockers, ensuring your persisted plans and to-do lists match your actual repository state before proceeding.

Do I need Atuin and Git to persist project context?▼

Yes, you need Atuin with sync enabled and Git to persist project context. Atuin provides the key-value store for saving plans and to-do lists, while Git allows validation of stored context against the current repository state.