/ultan
Save a memory to Ultan (cross-session agent memory). Usage /ultan <text>
$ npx -y skills add nickroci/ultan --agent claude-codeShips with ultan. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/ultan
Context preview
What this command does when you run it.
Save a memory to Ultan (cross-session agent memory). Usage /ultan <text>
Command definition
ultan.mddescription: Save a memory to Ultan (cross-session agent memory). Usage /ultan <text> argument-hint: <the memory text to remember> allowed-tools: Bash(ultan remember:*) disable-model-invocation: true
The user wants to commit something to long-term Ultan memory. Run it now:
!`ultan remember "$ARGUMENTS"`
The command above appends a user-asserted event to the daemon's queue; the Librarian picks it up and files it. Report the confirmation line ("queued for librarian …") back to the user in one short sentence. Do not do anything else.
Ultan is a neuroscience-inspired, agentic memory system for Claude Code — a layered architecture that learns your preferences and coding conventions and recalls them across every session, project, and machine.

