remember

Store and retrieve project decisions, patterns, and learnings in context files.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/glwr/ai-coding-base --skill remember-glwr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remember
Source: https://github.com/glwr/ai-coding-base/tree/main/apple/.claude/skills/remember
Command: npx skills add https://github.com/glwr/ai-coding-base --skill remember-glwr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Saving decisions, patterns, and learnings to a shared project context so knowledge persists across sessions and is easy to review.

Core Features & Use Cases

  • Capture decisions, patterns, and learnings to context/decisions.md, context/patterns.md, and context/learnings.md for durable team memory.
  • Provide search and review workflows to quickly locate relevant entries and keep the project aligned as it evolves.
  • Support ADD, SEARCH, and REVIEW modes to add new entries, retrieve existing ones, and clean up outdated notes.

Quick Start

Ask to remember a decision or pattern to store in the project context.

Frequently Asked Questions about remember

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

FAQPage Schema
How do I save project decisions and learnings to a shared context?

You can save project decisions and learnings to a shared context by using the ADD mode to capture new entries, which writes updates directly to decisions.md, patterns.md, and learnings.md for durable team memory.

What is the best way to search existing project patterns across sessions?

The best way to search existing project patterns across sessions is to use the SEARCH mode, which queries the context/patterns.md file to quickly locate relevant entries and retrieve stored knowledge.

How does storing context in markdown files help project memory?

Storing context in markdown files helps project memory by persisting knowledge across sessions in decisions.md, patterns.md, and learnings.md, ensuring the team stays aligned as the project evolves.

Can I clean up outdated notes and learnings in my project context?

Yes, you can clean up outdated notes and learnings in your project context by using the REVIEW mode, which provides workflows to evaluate and remove obsolete entries from the markdown files.

Do I need any external dependencies to manage project context files?

No, you do not need any external dependencies to manage project context files; the system operates independently to store and retrieve decisions, patterns, and learnings within the shared markdown context.