원클릭으로
mm-mirror
Activates Mirror Mode — loads identity, persona, attachments, and records response
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Activates Mirror Mode — loads identity, persona, attachments, and records response
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Activates Builder Mode for a journey and loads project context/docs
Backs up the production memory database
Activates Builder Mode for a journey and loads project context/docs
Scans memories for recurring patterns and proposes consolidation (merge, identity update, or shadow candidate)
Asks other LLMs through OpenRouter with Mirror context
Lists recent conversations from the memory database
| name | mm-mirror |
| description | Activates Mirror Mode — loads identity, persona, attachments, and records response |
| user-invocable | true |
Activates ◌ Mirror Mode, the identity lens of Mirror. CLAUDE.md routing
determines when to activate it; this skill defines how.
⛔ HARD CONSTRAINT Never produce a Mirror Mode response without first running
uv run python -m memory mirror load. No exceptions. Load first. Always.
⚠️ MODE SWITCH WITHOUT TOPIC? If the user is explicitly switching to Mirror Mode without a substantive topic or question, still run
mirror loadfirst using the switch request as--query. Render the transition surface visibly, then ask what they want to look at from Mirror Mode. Do not produce a reflective answer without a topic.If the user asks for a Mirror Mode answer but provides no topic at all, ask for the topic before producing the substantive answer. The only exception is a pure mode-switch request, where the transition itself is the action.
This is always the first action, before any visible output to the user. For a
pure mode-switch request such as volte para o modo mirror, use the full switch
request as the query.
uv run python -m memory mirror load \
--query "full text of the user's prompt" \
[--persona PERSONA_ID] \
[--journey JOURNEY_ID] \
[--org]
The script:
◌ Mirror Mode in the operating-mode lifecycle◌ MIRROR MODE ACTIVE)--query when not specified--session-idPass --journey and --persona explicitly when known with confidence. When
uncertain, omit them and let auto-detection decide.
Examples:
--query "volte para o modo mirror"--query "I need to define the next article topic"--journey mirror --query "how should I approach the next epic"--persona writer --query "review this article draft"--org --query "course launch strategy"The load output includes the conversational transition surface. Render that
surface visibly to the user before the substantive answer. Do not recreate it
from scratch unless the command failed to render it; copy the rendered surface
from the command output. Treat it as part of the visible mode change, separate
from the answer itself.
Mirror Mode surface should orient the user around:
◌ Mirror Mode as the active lenswhen the topic asks: persona_1, persona_2, persona_3 and N more available)◌ Mirror Mode, ■ Builder Mode, △ Explorer Mode, ☾ Soul ModeActivated personas use ✦ Persona:. Do not reuse the Mirror identity symbol
◇ for personas.
Use the load output as the complete response context.
For a pure mode switch with no substantive topic, do not invent a reflective answer. Show the transition surface and ask what the user wants to look at from Mirror Mode.
For a substantive Mirror Mode prompt:
CLAUDE.mdIf the runtime exposes a session-aware logging path, record a concise 2–3 sentence summary there. In Pi, the extension already records assistant turns safely, so do not fabricate a session id just to call mirror log.