Code Indexing with Journal-Style Embeddings
CommunityIndex code locally with journal-style embeddings.
AuthorDitto190
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enables private, offline indexing of code by generating semantic embeddings and storing them in a dated journal for auditability and easy retrieval.
Core Features & Use Cases
- Semantic code search: Find code by meaning rather than exact keywords.
- Chunk management: Break code into semantically meaningful units for better search.
- Journal storage: Persist embeddings in dated directories with metadata for versioning.
- Privacy-first: All processing happens locally using transformers.js and Python tools.
- Use case: Index a codebase and perform rapid semantic searches for function definitions, error-handling patterns, or API usage.
Quick Start
To start using this Skill, index your codebase with a journal path and then run a search against the index. Example steps:
- Index code: node scripts/knowledge-management/index-code.js --paths src/,agent/ --journal-path ./.code-journal
- Search: node scripts/knowledge-management/search-code.js --query "authentication middleware" --limit 5
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 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: Code Indexing with Journal-Style Embeddings Download link: https://github.com/Ditto190/modme-ui-01/archive/main.zip#code-indexing-with-journal-style-embeddings Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.