Agent skill

memory-extractor

Extract durable memories from recent conversation turns into user, feedback, project, and reference categories while avoiding stale code-state facts.

Stars 200
Forks 62

Install this agent skill to your Project

npx add-skill https://github.com/LearnPrompt/cc-harness-skills/tree/main/skills/memory-extractor

SKILL.md

Memory Extractor

Use this skill when you want to persist durable collaboration context from the latest conversation turns.

Use It For

  • capturing user preferences
  • saving feedback about how to work
  • recording non-code project constraints or deadlines
  • storing pointers to external systems

Avoid It For

  • storing code structure or file locations
  • saving short-lived task state that belongs in a plan
  • duplicating an existing memory topic without checking first

Quick Start

Build a manifest of existing memories:

bash
python3 {baseDir}/scripts/memory_manifest.py --memory-root /path/to/memory

Then use the portable prompt in references/prompt-template.md.

Four Types

  • user
  • feedback
  • project
  • reference

Rules

  • save only durable signals
  • avoid code-state facts that can drift
  • prefer updating an existing topic file
  • organize by topic, not chronology

Supporting Files

  • Prompt template: references/prompt-template.md
  • Source notes: references/source-notes.md
  • Helper script: python3 {baseDir}/scripts/memory_manifest.py ...

Expand your agent's capabilities with these related and highly-rated skills.

LearnPrompt/cc-harness-skills

verification-gate

Run a read-only verification pass after implementation to check whether completion claims are real, validation actually ran, and obvious edge cases or regressions were missed.

200 62
Explore
LearnPrompt/cc-harness-skills

kairos-lite

Build a lightweight proactive mode with scheduled checks, sleep intervals, concise user briefs, and expiry safeguards so an agent can work in the background without becoming an uncontrolled daemon.

200 62
Explore
LearnPrompt/cc-harness-skills

dream-memory

Consolidate recent logs, sessions, and existing memory files into durable topic memories, normalize dates, prune stale entries, and keep MEMORY.md short enough for prompt use.

200 62
Explore
LearnPrompt/cc-harness-skills

swarm-coordinator

Coordinate multiple agents by splitting work into research, synthesis, implementation, and verification, assigning ownership, and keeping the coordinator focused on integration rather than raw exploration.

200 62
Explore
LearnPrompt/cc-harness-skills

structured-context-compressor

Compress a long agent conversation into a nine-part continuation summary that preserves request, files, errors, user messages, current work, and the next aligned step.

200 62
Explore
sickn33/antigravity-awesome-skills

obsidian-clipper-template-creator

Guide for creating templates for the Obsidian Web Clipper. Use when you want to create a new clipping template, understand available variables, or format clipped content.

28,421 4,766
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results