agentsclimarketplace

Index memory

Skill couzip/cc-forever/skills/index-memory

Give Claude Code a persistent memory. Save and search past conversations with semantic search. 100% local, no API keys required.

Install
npx -y skills add couzip/cc-forever --skill index-memory

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Save conversation Q&A pairs to persistent memory for later retrieval

SKILL.md

0.9 KB, as published. Nobody here has run it

Index Conversation to Memory

Save recent Q&A pairs to the index.

Arguments

  • If $ARGUMENTS is a number: save that many Q&A pairs
  • If $ARGUMENTS is empty: save the most recent 1 Q&A pair

Count: $ARGUMENTS (default: 1)

Steps

  1. Identify the recent Q&A pairs (specified count)
  2. Call store_memory with the formatted content

Format

Content must be in this format:

Human: User's question
Assistant: Claude's response

For multiple pairs, concatenate them.

Example Call

Call store_memory with:

  • content: "Human: How do I use CC-Forever?\nAssistant: CC-Forever is a plugin for persistent conversation memory..."
  • project: current directory name
  • tags: ["manual-index"]

Completion

Report the number of Q&A pairs saved.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.