Plugin Claude Code
Cross-agent memory layer with drift detection, Merkle integrity, semantic recall, and MCP A2A protocol. Surfaces user-facing slash commands for direct inspection of session memory.
Plugin Claude Code
Cross-agent memory layer with drift detection, Merkle integrity, semantic recall, and MCP A2A protocol. Surfaces user-facing slash commands for direct inspection of session memory.
Instructions file CodexOpenCode
Instructions for chunxiaoxx/nautilus-compass, a project described as: Reliability layer for multi-agent setups — keep agents coordinating without an orchestrator. Cross-dialog contracts + drift detection + black-box memory (no LLM extraction).
Instructions file
Project instructions for Nautilus Compass, a reliability layer for coordinating multiple coding agents without a central controller. They describe shared rules, the current work state, and lessons from earlier project problems.
Command
Summarize drift signals (green / yellow / red) across recent sessions: distribution, timeline, top yellow signals, and red incident details.
Command
Run a one-shot semantic recall against the active project's memory/ entries: top hits with relevance scores, anchor drift annotations, and links.
Command
Search compass session-summary frontmatter (name, concept, type, drift, body) across all recorded sessions. Returns ranked hits with timestamps and drift glyphs.
Command
One-shot overview combining Merkle chain integrity, drift trend, BGE daemon liveness, and project memory size. Use this when you want to know "is compass working right now and is the memory I'm about to recall on trustworthy?" without firing four separate commands.
Command
Verify the Merkle hash chain over /.claude/projects/ /memory/ and report any tampered or missing files.
MCP server Claude CodeCodexCursor +2
MCP server "nautilus-compass" as configured in chunxiaoxx/nautilus-compass. Runs ~/.claude/plugins/nautilus-compass/mcp_server.py with python3. Needs 2 environment variables to run.
Skill Claude CodeCodex
Summarize last 7 days of compass drift events · alert distribution + top 5 negative drifts · pure read-only · NO LLM.
Skill Claude CodeCodex
Tiny demo skill for 5-step cycle verification · echoes input · concept stage starting point.
Skill Claude CodeCodex
Scan project memory for v1.7.1 lifecycle frontmatter · report tier distribution + promotion candidates (reinforcecount >= promoteafter) · NO LLM.
Skill Claude CodeCodex
Scan project memory · age distribution + ungrouped count (L1 build readiness) + per-namespace entity stats · NO LLM.
Skill Claude CodeCodex
Use when the user is about to rely on prior session memory for a non-trivial decision, or when something feels off about a recall hit — runs the Merkle chain check, drift summary, and daemon liveness in one pass and surfaces any tampering, drift bursts, or daemon-down state before the user acts on stale or corrupted…