remember-this

Capture conversation insights and save them as markdown documents to Claude OS knowledge bases.

406|71|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/brobertsaz/claude-os --skill remember-this
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remember-this
Source: https://github.com/brobertsaz/claude-os/tree/main/templates/skills/remember-this
Command: npx skills add https://github.com/brobertsaz/claude-os --skill remember-this

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

Important insights, decisions, and solutions discussed with your AI assistant are often lost across sessions, leading to repetitive explanations and forgotten context. This Skill ensures your AI remembers everything you deem important, building a persistent knowledge base.

Core Features & Use Cases

  • Contextual Saving: Automatically extracts and formats key information from your conversation into structured Markdown documents, ready for long-term storage.
  • Persistent Knowledge: Uploads these documents to Claude OS Knowledge Bases, making them permanently searchable and accessible for future AI sessions.
  • Automated Recall: Your AI assistant will automatically reference these saved memories when relevant, reducing the need for you to repeat yourself.
  • Use Case: After debugging a complex issue, simply say "Remember this: [solution details]" to ensure Claude can recall the fix and apply similar patterns in the future, saving you time and effort.

Quick Start

Remember this: The new authentication flow uses JWT tokens and requires a refresh token every 15 minutes.

Frequently Asked Questions about remember-this

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

FAQPage Schema
How do I save important insights from conversations so my AI assistant remembers them across sessions?

Saving conversation context creates a persistent knowledge base by capturing insights, decisions, or solutions as structured markdown documents uploaded to Claude OS. When you say 'Remember this' followed by key information, the Skill extracts and formats it, then uploads the document so your assistant can automatically reference it in future sessions without repetition.

What types of information should I save using this memory Skill?

Save design decisions, troubleshooting solutions, architectural patterns, edge cases, and integration patterns discovered during conversations. Examples include authentication flows, API behaviors, debugging fixes, or domain-specific insights that you want your AI assistant to apply automatically in related future tasks across sessions.

Can I use this Skill to build a searchable knowledge base from my conversations?

Yes. The Skill converts conversation context into markdown documents and uploads them to Claude OS knowledge bases, making saved insights permanently searchable and accessible. Your assistant automatically recalls and applies these memories when relevant, effectively building a cumulative knowledge base over time.

Does this Skill require any dependencies or setup to work?

The Skill depends on curl for uploading documents to Claude OS. Beyond that, you only need to trigger it with a 'Remember this' prompt containing the information you want saved; the Skill handles extraction, formatting, and upload automatically.

How does the Skill confirm that information has been saved successfully?

After uploading a document to Claude OS, the Skill confirms the saved content by returning verification that the markdown document was successfully stored and is now available for cross-session retrieval and automatic reference by your assistant.