Skip to content

jimdawdy-hub/claude-skill-code-memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

code-memory — Claude Code Skill

A Claude Code skill that teaches Claude how to install, configure, and use the code-memory MCP server for semantic code intelligence inside any Git repository.

What this skill does

When invoked, this skill guides Claude to:

  • Index a local Git repository into a SQLite-backed semantic search database
  • Run AST-aware symbol lookups, topic discovery, and reference searches
  • Search README/docs/docstrings with natural-language queries
  • Dig into Git history, file history, and blame data
  • Identify dead-code candidates before a cleanup

Installation

Drop SKILL.md into your Claude Code skills directory:

# Personal skills (Claude Code)
~/.claude/skills/code-memory/SKILL.md

# Or OpenClaw workspace
~/.openclaw/workspace/skills/code-memory/SKILL.md

Claude will automatically offer to use the skill whenever you start work in a Git repository where semantic search would help.

Requirements

  • Python >= 3.13
  • uv / uvx (recommended)
  • ~600 MB disk for the default embedding model (jinaai/jina-code-embeddings-0.5b)
  • ~1 GB RAM when the model is loaded

Credit

All credit for the code-memory MCP server goes to its original author:

Kapil Lambagithub.com/kapillamba4

Project repository: github.com/kapillamba4/code-memory

This repository contains only a Claude Code skill wrapper (SKILL.md) that documents how to install, configure, and use that tool. It does not contain or redistribute any of the original source code.

The skill was reviewed against code-memory version v1.0.32 / commit 563788a2a7d015699f20251d404aeb293346f40c.

License

The skill file in this repository is released under CC0 1.0 Universal (public domain). The upstream code-memory project has its own separate license.

About

Claude Code skill for the code-memory MCP server — semantic code search, AST symbol lookup, Git history, and dead-code discovery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors