omniscitus
01Plugin Claude Code
Plugin marketplace listing 1 plugin: omniscitus.
Plugin Claude Code
Plugin marketplace listing 1 plugin: omniscitus.
Plugin Claude Code
Codebase world model — automatic blueprint tracking, topic-based session history, universal test management, and a birdview dashboard.
Hook
Runs when a session starts, executing blueprint-warn.cjs and version-check.cjs via node (2 commands). From DanialDaeHyunNam/omniscitus.
Hook
Runs before the context is compacted, running an inline shell check. From DanialDaeHyunNam/omniscitus.
Hook
Runs after a tool call finishes for Write, Edit, MultiEdit and NotebookEdit tool calls, executing blueprint-tracker.cjs via node. From DanialDaeHyunNam/omniscitus.
Skill Claude CodeCodex
Start the Birdview admin dashboard at localhost:3777. Visual browser for blueprints, history units, and test definitions. Trigger: "birdview", "dashboard", "admin", "대시보드".
Skill Claude CodeCodex
Inverse of /blueprint-split: collapse a nested blueprint directory back into a single flat top-level blueprint file. Removes the entry from migrate-config.yaml so the hook returns to the default flat layout. Trigger: "blueprint-merge", "merge blueprint", "블루프린트 병합".
Skill Claude CodeCodex
Convert a flat top-level blueprint file into a nested directory of per-subfolder blueprint files. Adds the corresponding entry to migrate-config.yaml so the PostToolUse hook routes future writes to the nested files. Reversible via /blueprint-merge. Trigger: "blueprint-split", "split blueprint", "블루프린트 분할".
Skill Claude CodeCodex
Sync blueprints/ with actual filesystem. Detects user-created files not yet tracked, marks deleted files, fills missing purposes. Trigger: "blueprint-sync", "sync", "파일 동기화", "블루프린트 동기화".
Skill Claude CodeCodex
Generate configuration and architecture guide for transitioning omniscitus from git-based (local) to cloud-backed (real-time sync) mode. Trigger: "cloud-setup", "클라우드 설정", "omniscitus cloud", "real-time sync".
Skill Claude CodeCodex
Review pending tasks across all open units. Checks code state to detect completed work. Trigger: "follow-up", "f/u", "pending", "후속 작업", "팔로업", "지난 작업".
Skill Claude CodeCodex
Generate a copy-paste continuation prompt so a fresh session can pick up exactly where this one left off — distilled context inline plus a pointer to the history unit. Run after /wrap-up, right before /clear. Trigger: "handoff", "hand off", "핸드오프", "인계", "인수인계", "이어가기", "다음 세션", "이어서 작업".
Skill Claude CodeCodex
Migrate an existing project into omniscitus. Scans docs, git history, and test code to bootstrap blueprints, history units, and test meta. Trigger: "omniscitus-migrate", "migrate", "마이그레이션", "omniscitus 적용".
Skill Claude CodeCodex
Surgically reverse every file change /omniscitus-migrate made outside .omniscitus/, then delete .omniscitus/ itself. Reads .omniscitus/migrate/anchor.yaml's footprint and applies one of remove-section / git-checkout / delete / restore per entry. Trigger: "omniscitus-uninstall", "uninstall omniscitus", "omniscitus 제거".
Skill Claude CodeCodex
Re-apply the currently installed plugin's canonical blocks (CLAUDE.md onboarding block, statusline indicator, .omniscitus/README.md) to a project that was migrated with an older plugin version. Reads and updates .omniscitus/migrate/anchor.yaml. Trigger: "omniscitus-update", "plugin-update-apply", "omniscitus 업데이트".
Skill Claude CodeCodex
Initialize or update the project ontology file (.omniscitus/ontology.yaml). Defines domains, topic naming conventions, and classification rules for consistent wrap-up behavior across team members. Trigger: "ontology-init", "온톨로지", "도메인 설정", "domain setup".
Skill Claude CodeCodex
Set up omniscitus for a new team member who cloned a repo that already uses omniscitus. Verifies plugin installation, configures git identity for attribution, and generates CLAUDE.md onboarding block. Trigger: "team-init", "팀 초기화", "onboard", "omniscitus setup".
Skill Claude CodeCodex
Create LLM prompt test scaffolds with judge-based evaluation. For AI outputs that can't be tested programmatically — uses LLM judges to evaluate correctness, quality, and safety. Usage: /test-add:prompt {prompt-name}. Trigger: "test-add:prompt", "prompt test", "프롬프트 테스트".
Skill Claude CodeCodex
Create language-agnostic test scaffolds for any source file. Usage: /test-add {file-path}. Generates meta.yaml (test definitions) and test file. Trigger: "test-add", "add test", "테스트 추가".
Skill Claude CodeCodex
Generate rich weekly summary files (weekly/YYYY-Www.md) for every past completed week. Reads each unit's Source files (.claude/member//done/... or wherever) and synthesizes a real narrative — what was done, what decisions were made, what discussions happened. Idempotent — smart-skips weeks that already have a…
Skill Claude CodeCodex
Session wrap-up with topic-based knowledge units. Records work into cohesive topic units instead of per-session files. Automatically fills blueprint purposes. Trigger: "wrap-up", "wrap up", "session end", "마무리", "정리해줘".