ompsure

Cortex

AI memory & reasoning persistence

The brain of the Composure organism. Cortex gives your AI agent persistent memory and structured reasoning that compounds across sessions, projects, and teams. Sequential thinking chains survive restarts. A knowledge graph grows with every session — decisions, patterns, gotchas — automatically captured, instantly searchable. Free tier runs locally on SQLite. Pro tier syncs across devices via Supabase with semantic search.

4 skills

Skills

/composure:cortex

Memory Interaction

Direct interface to the Cortex memory system. Search, create, traverse, and manage memory nodes and edges.

  • 24+ MCP tools: search_memory, create_memory_node, traverse_memory_graph, capture_thought
  • Global memory across all projects by default, project-level override when needed
  • Semantic search with embeddings (Pro tier)
sequential_think

Sequential Thinking

Persistent chain-of-thought reasoning that survives across sessions. Pick up complex analysis exactly where you left off — even weeks later.

  • Thought chains with full context: thought + tool input + conversation snapshot
  • Templates for common reasoning patterns
  • Auto-captured by PostToolUse hooks — no commands needed
search_memory

Memory Graph

A knowledge network that grows with every session. Nodes and edges form a project-aware memory graph linking decisions, patterns, and learnings.

  • Entity registry links reasoning to projects and tasks
  • Text search and semantic search (embeddings)
  • Traversal queries for connected knowledge discovery
capture_thought

Organism Reflexes

Automatic behaviors that require no commands. Cortex captures reasoning when you use sequential thinking, nudges task creation on complex prompts, and loads relevant memories at session start.

  • SessionStart hook auto-loads project + global memories
  • PostToolUse hook auto-saves notable changes as memory nodes
  • Context7 findings, architecture patterns, and file changes captured automatically

Measured Results

0 re-explanation

Cross-Session Continuity

Pick up exactly where you left off. Cortex loads prior decisions, patterns, and context automatically at session start.

Free + Pro

Dual-Tier Storage

SQLite locally (free, offline, zero config). Supabase remotely (Pro, cross-device sync, team memory, semantic search).

4 access paths

4-Door Transport

MCP Server, Edge Function, Direct Import, CLI. Same brain, any door.