Skip to content
Development
Command

/ultan

Save a memory to Ultan (cross-session agent memory). Usage /ultan <text>

From plugin
42 skills2 commands6 hooks
shell
$ npx -y skills add nickroci/ultan --agent claude-code

Ships 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.md
description: 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.

Read it on GitHub ↗
Ships withultan

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.

Get the whole plugin, auto-invoked
Stats
4
Stars
0
Views
1
Forks
Active
Maintenance
Python
Language
MIT
License
1mo ago
Last commit
2mo ago
Created

Repo: nickroci/ultan