Loading...
Loading...
Use when building persistent codebase intelligence for AI agents or integrating knowledge systems via MCP
npx skill4agent add zenobi-us/dotfiles inmemoria# 1. Configure for your project
npx in-memoria setup --interactive
# 2. Build intelligence database
npx in-memoria learn ./src
# 3. Verify it worked
npx in-memoria check ./src --verbose
# 4. Keep it fresh (optional but recommended)
npx in-memoria watch ./src
# 5. Expose to agents via MCP
npx in-memoria servernpx in-memoria analyze [path]| Command | Purpose | When |
|---|---|---|
| Configure exclusions, paths, preferences | First time only |
| Build/rebuild intelligence database | After setup, major refactors |
| Validate intelligence layer | After learn, before server |
| Auto-update intelligence on code changes | During development (optional) |
| Start MCP server for agent queries | After check passes |
learnanalyzesrc/auth/password-reset.ts| Issue | Fix |
|---|---|
| Learn fails | Verify path is correct; check file permissions |
| Check reports missing intelligence | Run |
| Agent doesn't see new code | Is |
| Server won't start | Run |
| Multiple projects conflict | Use |
node_modules/dist/watch# Terminal 1: One-time setup
npx in-memoria setup --interactive
npx in-memoria learn ./src
npx in-memoria check ./src --verbose
# Terminal 2: Keep intelligence fresh
npx in-memoria watch ./src
# Terminal 3: Expose to agents
npx in-memoria server
# Now agents (Claude, Copilot, etc.) have persistent codebase context