원클릭으로
remember
Store in ferrex memory (no args = session summary, with args = store that info)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Store in ferrex memory (no args = session summary, with args = store that info)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Produce a read-only code review report from a diff. Runs parallel reviewers, folds their findings through adjudication and humanization, and saves the report under docs/superpowers/reviews/. Shadows the built-in /review command.
Clean up code in current branch - simplify, remove AI artifacts, challenge decisions
Save session context to ferrex before context clear
Delete ferrex memories by ID
Search ferrex memory
Audit ferrex memory health
| name | remember |
| description | Store in ferrex memory (no args = session summary, with args = store that info) |
| argument-hint | Optional info to store |
Store information in ferrex memory using the ferrex__store MCP tool.
Auto-set namespace from the git repository name (basename of the repo root, not the worktree). If not in a git repo, use the basename of the working directory.
If arguments provided, detect memory type from content:
Semantic triple — if the content is a fact, decision, or relationship:
subject, predicate, objectmemory_type: "semantic"Procedural — if the content describes a workflow, process, or how-to:
content with memory_type: "procedural"Episodic — events, errors, observations, anything else:
content with memory_type: "episodic"Always set:
namespace: git repository name (basename of the repo root, not the worktree); basename of the working directory if not in a git repoentities: at minimum the project name. Add relevant concept names (tools, modules, patterns mentioned).context: branch name, relevant file pathsconfidence: 1.0 unless the user expresses uncertaintyIf no arguments, summarize the conversation and store as episodic with entities for the project, branch, and key topics discussed.
After storing: Confirm what was stored — type, entities, namespace, and memory ID.