nexus-context-manager
v0.2.3
Published
Nexus Context Manager - Automatic context management for Claude Code
Maintainers
Readme
NCM - Nexus Context Manager
Automatic context management for Claude Code.
Overview
NCM transforms manual context management into an automatic process. Drop files in a folder, and Claude has the right context at the right time.
Features
- 100% Automatic Processing - Hooks detect new files and process without intervention
- 4 Context Layers - Index → Folder → Document → Semantic chunks
- Zero Infrastructure - Everything local, no cloud dependencies
- One Command -
npx nexus-context-manager initsets everything up in seconds
Installation
npx nexus-context-manager initOr install globally for shorter commands:
npm install -g nexus-context-manager
ncm initUsage
Commands
| Command | Description |
|---------|-------------|
| npx nexus-context-manager init | Initialize NCM in project |
| npx nexus-context-manager process | Process pending files |
| npx nexus-context-manager status | Show current status |
| npx nexus-context-manager reindex | Rebuild all indexes |
| npx nexus-context-manager search <query> | Semantic search |
Tip: Install globally with
npm i -g nexus-context-managerto usencmshorthand.
Skills (Claude Code)
| Skill | Description |
|-------|-------------|
| /ncm:status | Show context status |
| /ncm:process | Process pending files |
| /ncm:reindex | Rebuild indexes |
| /ncm:search | Semantic search |
Supported Formats
- Text: .md, .txt
- PDF: .pdf (via marker-pdf)
- Audio: .mp3, .wav, .m4a (via whisper.cpp)
- Video: .mp4, .mov, .webm (via ffmpeg + whisper)
- Office: .pptx, .docx (via pandoc)
Requirements
- Node.js 18+
- Optional: whisper.cpp, pandoc, marker-pdf
License
MIT
