npx skills add https://github.com/rohitg00/agentmemory
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.
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.
Analyze recent code changes via git history and extract software engineering lessons.
2.9K installsApply when you catch yourself writing the same instruction a second time, or notice a recurring…
2K installsSave a correction or hard-won rule as a confidence-weighted lesson that resurfaces before simil…
1.6K installsCreates a structured lessons learned entry for organizational memory.
619 installsAnalyze recent code changes via git history and extract software engineering lessons. Use when …
260 installs帮助用户通过讨论完成课程大纲和课件。当用户说"备课"、"做课件"、"准备课程"时触发。
220 installsMore details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
master
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,187 B -
docs
SUMMARY.md236 B
History
- First seen on skills.sh
- First recorded snapshot · 397 installs
SKILL.md
Lesson Extraction & Storage
When triggered, extract and store lessons from the recent conversation context.
Steps
- Scan recent context — identify the pitfall, bug fix, or key insight just discussed
- Store technical layer (category: fact, importance ≥ 0.8):
`` Pitfall: [symptom]. Cause: [root cause]. Fix: [solution]. Prevention: [how to avoid]. ``
- Store principle layer (category: decision, importance ≥ 0.85):
`` Decision principle ([tag]): [behavioral rule]. Trigger: [when]. Action: [what to do]. ``
- Verify —
memory_recallwith anchor keywords to confirm both entries retrievable - 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