remember

Capture ad-hoc facts into local or global KNOWLEDGE.md files with deduplication.

3|Updated Oct 28, 2020
One-click install
npx skills add https://github.com/k0d3x8its/dotfiles --skill remember-k0d3x8its
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: remember
Source: https://github.com/k0d3x8its/dotfiles/tree/main/claude/.claude/skills/remember
Command: npx skills add https://github.com/k0d3x8its/dotfiles --skill remember-k0d3x8its

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It captures individual facts into persistent memory files without requiring a full checkpoint session, while preventing low-quality or duplicate entries from polluting your knowledge base. ## Core Features & Use Cases - Ad-hoc Fact Capture: Route a single fact to a local project KNOWLEDGE.md or the global ~/.claude/KNOWLEDGE.md via the /remember command. - Quality Gate: Run a 4-test promotion bar (SETTLED, NON-OBVIOUS, NOT A RULE, DURABLE) that rejects facts better suited to TODOS.md or CLAUDE.md. - Semantic Deduplication: Detect exact duplicates and overlapping entries, proposing merged distillations before writing. - Use Case: After discovering that your CI pipeline requires a specific Node version, run /remember to store that settled fact in the project KNOWLEDGE.md so it persists across sessions. ## Quick Start Ask the AI to remember a fact by typing /remember followed by the fact, optionally adding --global to force the global knowledge file or --force to bypass the quality bar.

Frequently Asked Questions about remember

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

FAQPage Schema
How do I save a fact to Claude's memory without a full checkpoint?▼

Use the /remember command followed by the fact, such as /remember the API requires OAuth2 tokens. The skill routes it to the appropriate KNOWLEDGE.md file, runs quality checks, and confirms the write in one line.

What is the difference between local and global KNOWLEDGE.md files?▼

Local KNOWLEDGE.md lives in the current project root and stores project-specific facts, while the global file at ~/.claude/KNOWLEDGE.md stores environment or toolchain facts true across multiple projects. The skill auto-escalates cross-project facts to global.

Why did /remember reject my fact?▼

Facts are rejected when they fail any of the 4 promotion bar tests: SETTLED, NON-OBVIOUS, NOT A RULE, or DURABLE. Open work belongs in TODOS.md and behavioral rules belong in CLAUDE.md instead. Use --force to bypass the bar.

Does /remember handle duplicate facts?▼

Yes, it reads the target KNOWLEDGE.md and checks for semantic duplicates before writing. Exact duplicates are reported as already captured, and overlapping entries trigger a proposed merged distillation that requires confirmation.

When should I use /remember versus /checkpoint?▼

Use /remember for capturing a single settled fact quickly during a session. Use /checkpoint when you need a full session review that processes multiple facts, decisions, and context at once.