codecompanion-memory

Community

Instantly search past CodeCompanion chats.

AuthorJPFrancoia
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a fast, semantic way to locate relevant past CodeCompanion conversations stored in a local vector database. It helps you recall decisions, patterns, and solutions without manual search.

Core Features & Use Cases

  • Semantic search across conversations: Find relevant past discussions based on meaning, not just keywords.
  • Context retrieval for debugging and architecture: Revisit previous designs to inform current work.
  • Portable history access: Works with local history stored in ChromaDB for Claude Code users.

Quick Start

Run a sample search with the provided script, for example: ~/.claude/skills/codecompanion-memory/query.sh --query "authentication issue" --count 3

Dependency Matrix

Required Modules

vectorcode

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: codecompanion-memory
Download link: https://github.com/JPFrancoia/skills/archive/main.zip#codecompanion-memory

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository