ultramemory
01Plugin Claude Code
Plugin marketplace listing 1 plugin: ultramemory-kit.
Plugin Claude Code
Plugin marketplace listing 1 plugin: ultramemory-kit.
MCP server Claude CodeCodexCursor
MCP server "ultramemory", hosted remotely at api.ultramemory.us, as configured in LogicLabsAI/ultramemory-mcp.
Instructions file Gemini CLI
Gemini CLI instructions for LogicLabsAI/ultramemory-mcp: You have UltraMemory connected as the ultramemory MCP server. Follow these rules every turn.
Plugin Claude Code
UltraMemory Agent Kit — recall-first memory (Turbo Token Saver), the grounding/checklist harness, and optional MCP + Playwright setup for Claude Code. Bring your own UltraMemory API key.
Agent
Independently verifies that a checklist item was actually completed by re-reading the resulting code against the item's acceptance criteria. Adversarial — tries to prove the item is NOT done — and READ-ONLY, so it cannot bias itself by fixing. Returns a pass/fail VERDICT with observed evidence. Use as the verifier…
Agent
Executes one or more assigned checklist items verbatim from the spec it is handed — never from memory or assumption. Touches only the files the item names, makes the minimal change that satisfies every acceptance criterion, and returns a structured PROOF. Use as the worker agentType in checklist-bound-execution…
Hook
Runs when you submit a prompt, before the agent sees it, executing recall-first-hook.sh, recall-rule-reminder.sh and harness-reminder.sh (3 commands). From LogicLabsAI/ultramemory-mcp.
Hook
Runs when the agent finishes a response, executing capture-hook.sh and harness-gate.sh (2 commands). From LogicLabsAI/ultramemory-mcp.
Skill Claude CodeCodex
Create a step-by-step atomic-level checklist as a .md file so we can walk through every item and make sure nothing is missed.
Skill Claude CodeCodex
This skill should be used whenever work from an explicit checklist or plan is fanned out to multiple spawned agents (Workflow tool scripts or Task/Agent subagents). Trigger phrases include "run these through a workflow", "build from this atomic checklist", "spawn agents for these tasks", "make the agents follow the…
Skill Claude CodeCodex
One-command anti-drift pipeline. Use when the user types /harness, or says "run this through the harness", "build with rails", or "no-drift build". Runs research -> grounded atomic checklist -> STOP for approval -> checklist-bound-execution workflow (which arms the Stop-hook gate) -> gated verification.
Skill Claude CodeCodex
Visible, supervised, human-mode browser co-working. PRIMARY browser = Playwright MCP run VISIBLY on your local machine (vision, keyboard, mouse, click, screenshot) for real-time round-trip work you watch: program → drive the browser → check → iterate. Logs in with your credentials when it can; on CAPTCHA/2FA it pauses…
Skill Claude CodeCodex
Deep research on a topic with structured findings.
Skill Claude CodeCodex
Guides Claude through first-time UltraMemory configuration after plugin install — API key, MCP server registration, test recall, and 401/403 troubleshooting.
Skill Claude CodeCodex
Parallel sub-agent fan-out. When a turn has 2+ INDEPENDENT read-only sub-questions (multi-source research, multi-target verification, several independent file reads, multiple log/config/db inspections), spawn one sub-agent per question in a SINGLE message so they run concurrently — instead of doing serial reads.…
Skill Claude CodeCodex
Load when the user asks about anything they may have told their AI before, wants persistent memory across tools, or asks what UltraMemory knows — recall from the user's connected UltraMemory connector first, write durable facts back, and never invent a memory.
Skill Claude CodeCodex
Compose and save a durable, wayback-grade session snapshot to UltraMemory. Use this whenever you are asked to write a session snapshot or rollup of the work just done — in particular when the UltraMemory capture hook nudges you to "Compose a session snapshot per the ultramemory-snapshot Skill rubric ... and save it…
MCP server Claude CodeCodexCursor
Cross-tool memory for your AI that recalls first every turn and admits when it doesn't know. Remote server at api.ultramemory.us.