com um clique
recall
Search ferrex memory
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Search ferrex memory
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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
Audit ferrex memory health
Store in ferrex memory (no args = session summary, with args = store that info)
| name | recall |
| description | Search ferrex memory |
| argument-hint | query [type:semantic|episodic|procedural] [entity:name] [date:7d|30d|start..end] |
Search ferrex memory using the ferrex__recall MCP tool.
Parse filters from arguments. Remaining text becomes the semantic query:
type:<type> — filter by memory type (semantic, episodic, procedural)entity:<name> — filter by linked entitydate:<range> — time range: 7d, 30d, or <ISO-8601>..<ISO-8601>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.
Build recall parameters:
query: the semantic search text (or "recent context" if no query)namespace: git repository name (basename of the repo root, not the worktree); basename of the working directory if not in a git repotypes: from type filter, if providedentities: from entity filter, if providedtime_range: {start, end} in ISO-8601, from date filterlimit: 10 (default)validate_ids: list of returned memory IDs (keeps access timestamps fresh)Execute the ferrex__recall MCP tool with built parameters.
Display results. For each result:
No arguments: Search recent context for current project namespace.
After showing results: Suggest related searches based on entities found.