원클릭으로
use-universal-memory
Operational hub for using Universal Memory context, facts, host sync, and skills lifecycle.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Operational hub for using Universal Memory context, facts, host sync, and skills lifecycle.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | use-universal-memory |
| description | Operational hub for using Universal Memory context, facts, host sync, and skills lifecycle. |
| triggers | ["at the start of a work session or conversation","before implementing, investigating, reviewing, or planning in a repository with .umem","when the user mentions memory, facts, context, skills, AGENTS.md, CLAUDE.md, host sync, or learned preferences","before recording durable project or global knowledge","before creating, updating, activating, or deactivating a UMEM skill"] |
Universal Memory (umem) is the repository memory and skill layer. This skill is the
single UMEM guide and router: use it to load current memory context, interpret UMEM
state, decide whether deeper instructions are needed, and route directly to the focused
reference for the task.
Keep this as one guide-style skill. Do not split UMEM into separate skills for startup, facts, host sync, or skill lifecycle work unless the user explicitly approves that design change.
.umem/ project storage and generated project skills.AGENTS.md and CLAUDE.md managed UMEM bootstrap instructions.umem status, umem context, umem skills list, and targeted read or
mutation commands.references/ files in this skill for deeper task-specific procedures.At the start of a conversation, session, or new task, load UMEM context before planning, editing, investigating, reviewing, or activating another workflow:
umem status --format json
umem context --scope project --format json
umem skills list --format json
Then inspect any relevant active skill:
umem skills detail <skill-id-or-name> --format json
Prefer the equivalent MCP tools when they are available. Use the CLI examples in the references as the canonical behavior contract.
status reports UMEM unavailable or uninitialized, say so explicitly and continue
without external memory instead of inventing context.context --scope project output as active repository guidance for the current
work session.skills list as discovery metadata. Inspect only relevant active skills with
skills detail, and load deeper skill files only when the current task calls for them.track_latent_skill or umem skills track with a short name,
description, tags, and a sanitized evidence summary.create_skill or umem skills create; do not create a latent candidate first.import_skill or umem skills import <path>; do not recreate it with create,
track, promote, or generate.track_latent_skill just to
satisfy a checklist.references/startup-and-context.md.references/memory-facts.md.references/skills-lifecycle.md.references/host-instructions-sync.md.references/cli-mcp-parity.md.references/guardrails-and-recording.md.[UMEM: Remembered "..."] or
[UMEM: No new facts/skills to record].