ソース情報
- リポジトリ
- plmbr/nui
- ソースの最終更新活動
- 2026年7月17日 07:44
- 検出された SKILL.md の言語
- 英語
- スター
- 5
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/plmbr/nui --skill rememberコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Ask the human structured questions via nui HITL instead of plain chat text
Create a nui ADL agent definition from the current conversation and save it to ~/.nui/agents/
Render charts inline in nui chat via show_visualization — never use dataviz Skill or Write
SOC 職業分類に基づく
SKILL.md を表示中
| name | remember |
| description | Save durable facts to nui persistent memory (~/.nui/memory/) when the user asks |
Use this skill when the user invokes /remember or explicitly asks you to remember something (e.g. "remember this", "save to memory").
Do not save to memory proactively in manual mode — wait for an explicit user request.
~/.nui/memory/user.md) — preferences and facts that apply across all agents (timezone, coding style, default branch, communication preferences).~/.nui/memory/agents/<agent-id>.md) — facts specific to this agent's role (review checklist, project conventions, choices made in this workflow).Default to agent scope. When the user asks to remember something — including a choice, decision, or preference for the current task — save to agent memory unless they clearly mean all agents.
Use user scope only when the user explicitly asks for cross-agent or personal memory, e.g.:
Do not move agent-specific choices into user memory just because they sound like a preference.
Call update_memory on the nui-agent MCP server:
scope: "user" or "agent"content: concise markdown (bullet points or short paragraphs)mode: "append" to add to existing memory, "replace" to overwrite the whole fileWrite directly to the canonical path:
~/.nui/memory/user.md~/.nui/memory/agents/<agent-id>.mdWhen appending, read the existing file first and preserve prior content.