Give your codebase a world model.
One plugin. Zero configuration. Your codebase gains a living memory of every file, every session, and every test.
A codebase is a living system. No single person can hold the full picture.
Instead of you tracking files, sessions, and tests — the system maintains a living world model. You focus on judgment.
Traditional development relies on the developer's mental model — holding every file, every decision, every test in working memory. omniscitus externalizes that burden into a structured, always-current knowledge layer.
Each skill is designed to work silently, activated when needed, never in your way.
Automatic codebase tracking
Every file write and edit is recorded. Purpose, creation date, change count, full change log — all maintained automatically via hooks. Distinguishes Claude-made vs. user-made changes.
Topic-based session history
No more duplicate session files. Work accumulates into cohesive knowledge units. Related sessions append to the same unit.
Universal test scaffolds
Language-agnostic test definitions via meta.yaml. Works with TypeScript, Python, Go, Rust, Ruby — any language.
Visual admin dashboard
Browse blueprints, history units, and test definitions
at localhost:3777. Dark theme, zero dependencies.
Everything is accessible through simple commands inside Claude Code.
| Command | Description |
|---|---|
| /wrap-up | Record session work into topic-based units |
| /follow-up | Review pending tasks across all units |
| /test-add {file} | Create test scaffold for any file |
| /birdview | Start visual dashboard at localhost:3777 |
A single .omniscitus/ directory at your project root. Clean and self-contained.
Start working — omniscitus activates automatically.
Zero configuration. Zero dependencies. Works with any project.
Run /omniscitus-migrate after installing.
It bootstraps blueprints, history units, and test meta from your existing git history, docs, and tests.
Nothing is deleted — omniscitus is a non-destructive overlay.
If omniscitus is useful, a star helps others find it.