cortexreach/memory-lancedb-pro

lesson

Store a lesson learned from the current conversation. Triggered by /lesson command. Use when Master signals that the recent conversation contains a pitfall, fix, or key insight that should be persisted to long-term memory.

First seen Feb 25, 2026

Installation

$ npx skills add cortexreach/memory-lancedb-pro --skill lesson

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 4.5K
License MIT
Default branch master
Open issues 41
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,187 B
  • docs SUMMARY.md 236 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 397 installs

SKILL.md

Lesson Extraction & Storage

When triggered, extract and store lessons from the recent conversation context.

Steps

  1. Scan recent context — identify the pitfall, bug fix, or key insight just discussed
  2. Store technical layer (category: fact, importance ≥ 0.8):

`` Pitfall: [symptom]. Cause: [root cause]. Fix: [solution]. Prevention: [how to avoid]. ``

  1. Store principle layer (category: decision, importance ≥ 0.85):

`` Decision principle ([tag]): [behavioral rule]. Trigger: [when]. Action: [what to do]. ``

  1. Verifymemory_recall with anchor keywords to confirm both entries retrievable
  2. Report — tell Master what was stored (brief summary)

Rules

  • Keep entries short and atomic (< 500 chars each)
  • If the lesson also affects a checklist or SKILL.md, update those files too
  • If no clear lesson is found in recent context, ask Master what to store