remember

Classify session findings and store durable knowledge in the appropriate memory surface.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/cheafi/Trading-bot-CC --skill remember-cheafi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remember
Source: https://github.com/cheafi/Trading-bot-CC/tree/main/.github/skills/remember
Command: npx skills add https://github.com/cheafi/Trading-bot-CC --skill remember-cheafi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents valuable decisions, conventions, and project facts from getting lost in chat by organizing them into the right long-term memory surface.

Core Features & Use Cases

  • Knowledge promotion: Converts relevant session findings into durable entries while avoiding clutter and duplicates.
  • Smart classification: Routes items into the correct memory surface (project memory, session context, or docs/instructions) based on durability and intent.
  • Quality safeguards: Enforces an actionable/durable/unique gate so only future-useful information gets stored, and flags conflicts to clean up.
  • Update vs create guidance: Recommends updating existing entries when they refine or supersede prior information.

Quick Start

Use the remember skill when you want to store actionable, durable project knowledge from this conversation, for example: “Remember our agreed convention that config values must be read from environment variables first, and store it as permanent docs/instructions.”

Frequently Asked Questions about remember

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

FAQPage Schema
How do I save project knowledge from chat history to long-term memory?

To save project knowledge from chat history, you can promote session findings into durable entries by asking to remember or memorize specific facts, which routes them to the appropriate long-term memory surface.

What is the best way to organize durable project decisions versus ephemeral notes?

Organizing durable project decisions versus ephemeral notes requires classifying each item by durability, actionability, and uniqueness, ensuring only future-useful information gets stored while avoiding clutter and duplicates.

How does knowledge deduplication work when updating existing memory surfaces?

Knowledge deduplication works by evaluating new information against existing entries, recommending updates to refine or supersede prior records, and flagging conflicts to clean up the stored project memory.

How do I route captured session findings to the correct documentation surface?

Routing captured session findings to the correct documentation surface involves smart classification based on intent and durability, directing items into project memory, session context, or permanent docs and instructions.

When should I not use automated knowledge promotion for project memory?

You should avoid automated knowledge promotion when session findings lack future utility, as the system enforces an actionable, durable, and unique quality gate to prevent storing non-reusable or ephemeral information.

Can I store agreed team conventions as permanent documentation from a conversation?

You can store agreed team conventions as permanent documentation from a conversation by requesting the system to remember them, which categorizes the conventions and saves them as durable docs or instructions.