remember

Store confirmed decisions and findings as topic-specific markdown notes under ~/.claude/notes.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/yAtomtom/dotfiles --skill remember-yatomtom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remember
Source: https://github.com/yAtomtom/dotfiles/tree/main/.claude/skills/remember
Command: npx skills add https://github.com/yAtomtom/dotfiles --skill remember-yatomtom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you persist decisions, investigation results, and rationale in a centralized note store at ~/.claude/notes, enabling easy retrieval and context switching across projects. It supports saving summaries from Slack, Notion, GitHub, and code references, while clearly separating confirmed decisions from session work (agent-memory).

Core Features & Use Cases

  • Persistent topic-based notes stored at ~/.claude/notes/[topic].md to preserve decisions and findings.
  • Source attribution and cross-source summaries from Slack, Notion, GitHub, and Code for traceability.
  • Efficient retrieval and navigation by topic or keyword to revisit decisions and sources.

Quick Start

Save a decision or finding to ~/.claude/notes with a clear topic to enable easy recall.

Frequently Asked Questions about remember

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

FAQPage Schema
How do I persist decisions and rationale from Slack and GitHub into markdown notes?

Store confirmed decisions and rationale as topic-specific markdown notes under ~/.claude/notes. This captures cross-source summaries from Slack, GitHub, and Notion into a centralized, traceable knowledge base for easy retrieval.

What is the best way to organize project decisions and findings for easy recall?

Organize project decisions into topic-based markdown notes with enforced naming conventions and source tags. This separates confirmed decisions from session work and enables efficient keyword retrieval across projects.

Can I use Notion and GitHub sources together when saving knowledge notes?

Yes, you can save summaries from Notion, GitHub, Slack, and code references together. Notes include source attribution tags and cross-source summaries to ensure comprehensive traceability across different platforms.

Do I need a specific database to store markdown notes for project memory?

No database is needed; notes are persisted directly to the local file system at ~/.claude/notes. This file-based approach tracks creation and update timestamps for reliable retrieval without external database dependencies.

How do I retrieve past investigation results and decision rationale by topic?

Retrieve past investigation results by searching the centralized note store at ~/.claude/notes by topic or keyword. Timestamps and source tags allow you to revisit specific decisions and trace them to their original context.

What are the limitations of using local markdown notes for cross-team knowledge management?

Local markdown notes lack built-in real-time multi-user synchronization found in cloud platforms. While they provide reliable local traceability and fast retrieval, sharing decisions across teams requires manually exporting or syncing the ~/.claude/notes directory.