Nexus Context Manager - Automatic context management for Claude Code
npm install nexus-context-managerAutomatic context management for Claude Code.
NCM transforms manual context management into an automatic process. Drop files in a folder, and Claude has the right context at the right time.
- 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 init sets everything up in seconds
``bash`
npx nexus-context-manager init
Or install globally for shorter commands:
`bash`
npm install -g nexus-context-manager
ncm init
| 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
| | Semantic search |
> Tip: Install globally with npm i -g nexus-context-manager to use ncm shorthand.
| Skill | Description |
|-------|-------------|
| /ncm:status | Show context status |/ncm:process
| | Process pending files |/ncm:reindex
| | Rebuild indexes |/ncm:search` | Semantic search |
|
- 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)
- Node.js 18+
- Optional: whisper.cpp, pandoc, marker-pdf
MIT