Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
learnprompt avatar

Memory Extractor

  • 53 installs
  • 231 repo stars
  • Updated July 10, 2026
  • learnprompt/cc-harness-skills

Helps with ai & agent building tasks.

About

memory-extractor is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • memory-extractor
  • AI & Agent Building
  • AI-coding skill

Memory Extractor by the numbers

  • 53 all-time installs (skills.sh)
  • +2 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #6,979 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/learnprompt/cc-harness-skills --skill memory-extractor

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs53
repo stars231
Last updatedJuly 10, 2026
Repositorylearnprompt/cc-harness-skills

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

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:

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 ...

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.