一键导入
rememora
Manage rememora persistent memory — save knowledge, search prior context, or check status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage rememora persistent memory — save knowledge, search prior context, or check status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
ALWAYS use this skill BEFORE any of these actions: (1) Implementing something non-trivial — search for prior decisions and patterns in this area before writing code. (2) Encountering unfamiliar code or architecture — search for entity knowledge before exploring from scratch. (3) The user references past work, past decisions, or "what we decided" — search for that context. (4) You are stuck or blocked on a problem — search for related cases and solutions. (5) Making a decision that could conflict with a prior one — search to check for consistency. This skill fires BEFORE you act — search first, then implement.
Use this skill when working on Rememora development tasks such as picking approved tickets, planning implementations, writing code in isolated worktrees, running validation, and preparing pull requests. This is the Codex-facing equivalent of the Claude Code rememora-developer subagent.
Use this skill when triaging the Rememora project board, assessing issue readiness, checking dependencies, categorizing work, and proposing or applying board status updates. This is the Codex-facing equivalent of the Claude Code rememora-triage subagent.
ALWAYS use this skill after ANY of these events during your work: (1) You or the user made an architectural or design decision — choosing a database, framework, algorithm, API design, or trade-off. (2) You fixed a non-trivial bug — especially silent failures, race conditions, configuration gotchas, or environment-specific issues. (3) You discovered a codebase pattern — a naming convention, error handling approach, testing strategy, or architectural idiom. (4) You discovered an important entity — a service, API endpoint, config file, environment variable, or integration point. (5) The user corrected your approach or stated a preference. This skill fires AUTOMATICALLY — do not wait for the user to ask. Save knowledge AS you work.
| name | rememora |
| description | Manage rememora persistent memory — save knowledge, search prior context, or check status. |
| argument-hint | [save|search|status] [text] |
| allowed-tools | Bash |
The user invoked /rememora. Parse the argument and act accordingly.
/rememora save <text>Save the specified text as a memory. Determine the best category automatically:
--category decision--category case--category pattern--category entity--category preferencerememora save "<text>" --category <auto-detected> --project <project-name>
/rememora search <query>Search for prior knowledge matching the query.
rememora search "<query>" --project <project-name>
/rememora statusShow current rememora status — project, session, memory count.
rememora status --json
/rememora (no args)Show project context — memory map, last session, key context.
rememora context --auto
Report the results concisely.