Skip to content

jimdawdy-hub/codex-code-memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

codex-code-memory

Codex skill for using the local code-memory MCP server during codebase work.

The skill helps Codex index repositories, perform semantic code search, inspect AST symbols and references, search documentation, query Git history, and identify dead-code candidates.

Install

Copy this folder into your Codex skills directory:

mkdir -p ~/.codex/skills
cp -R codex-code-memory ~/.codex/skills/code-memory

Restart Codex so the skill list refreshes.

Requirements

  • code-memory MCP server available on the machine.
  • uvx or the local installation method used for code-memory.
  • Python version compatible with the installed MCP server.

Use

Ask Codex to use $code-memory while working in a Git repository. The skill will guide Codex to check index status, index or refresh the repository, search code/docs/history, and verify findings with direct reads or tests.

Notes

code-memory may create local index databases such as code_memory.db, code_memory.db-wal, and code_memory.db-shm in indexed repositories. Treat those files as local state and do not commit them.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors