ワンクリックで
navigate-rhizome-user-interface
Use to navigate Rhizome's UI during development
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use to navigate Rhizome's UI during development
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | navigate-rhizome-user-interface |
| description | Use to navigate Rhizome's UI during development |
This skill helps you navigate and interact with the Rhizome user interface.
Rhizome is a Zettelkasten-style note-taking system with a keyboard-driven interface. It consists of contexts (categories/collections) and items (individual notes/entries).
The application must run, obviously
c to open context searchEnter to select a contextEscape to canceli to open item search (when a context is selected)Enter to select item or create new oneEscape to cancelEscape to deselect current item/contextEscape again to go back to previous viewc to open context searchEnter to create iti to open item searchEnter to create it in the selected contexte to edit selected itemd to view/edit descriptionAlt+9 to save changesEscape to cancela to start linking modeAlt+Shift+Ashow_badge anymoreq to start context linking modePlace files in import directory:
{homefolder}/Downloads/Tracked/{homefolder} is defined in config.edn/Users/daniel/Workspace/plurama.eighttrigrams/rhizome.project/rhizome/files/Trigger import:
c, type "Imports", press Enter)i to create new itemEnterWhat happens:
{homefolder}/Downloads/Tracked/ directory{homefolder}/Pictures/Tracked/{homefolder}/Music/Tracked/{homefolder}/Movies/Tracked/{homefolder}/Documents/Tracked/Accessing imported images:
item-id is the numeric ID of the imported image itemYou can prefix the import with text to add to all filenames:
config.edn has correct :folders {:homefolder "..."} pathOnce images are imported as items, you can embed them in any item description:
Here is an embedded image:

Where 12345 is the ID of the imported image item. The image will be displayed inline in the description.
Delete - Delete selected itemAlt+U - Upgrade item to contextAlt+T - Unlink selected item from containerAlt+B - Select last contextAlt+D - Edit item in Obsidians - Cycle search modef - Enter/exit item viewPress s when a context is selected to cycle through:
sort_idx ascendingsort_idx descendingDescribes the current local development setup, for when we want to perform development tasks on the actual Rhizome app
How to talk to the deployed plurama apps (treina, …) from the shell with the plurama-cli command — a curl-like client that carries baked-in prod credentials. Use whenever a task means reading or writing live plurama app data over HTTP, when `plurama-cli` is missing or unauthorized, or when a new app must be added to it.
Tracker's HTTP API — authenticate as a machine user, read tasks/meets/journals/today-board, ingest mail messages, write through the recording-mode gate via curl
How to run, test and develop the natural-language Telegram bot that queries tracker. The bot is NOT in tracker — it lives in the plurama umbrella app (plurama/src/plurama/app/agent). Covers the agent architecture, the secrets/config it needs, the locked-box egress-proxy gotcha, seeding a testable conversation, and driving it from the host as if you were Telegram.
To develop the user interface of the application, you need to know how to start, stop, restart the app and where to find it.
Rhizome's local REST API — search, read, and create contexts/items via curl