Instructions file CodexOpenCode
Instructions for memorax-ai/memorax-code, covering memorax code agent guide, 1. start safely, 2. architecture routing, 3. hook, session, and scope invariants and 4. data and user-facing boundaries.
Instructions file CodexOpenCode
Instructions for memorax-ai/memorax-code, covering memorax code agent guide, 1. start safely, 2. architecture routing, 3. hook, session, and scope invariants and 4. data and user-facing boundaries.
Instructions file
Instructions for memorax-ai/memorax-code, a project described as: A memory plugin for AI coding that turns engineering experience, repository knowledge, and your way of working into memory that remains useful in future tasks.
Plugin Claude Code
Memory skill and local hooks for MemoraX Code in Claude Code.
Hook
Runs when a session starts on startup, resume, clear, compact and fork, executing runtime-hook.mjs via node (3 commands). From memorax-ai/memorax-code.
Hook
Runs when you submit a prompt, before the agent sees it, executing runtime-hook.mjs via node (3 commands). From memorax-ai/memorax-code.
Hook
Runs when the agent finishes a response, executing runtime-hook.mjs via node (2 commands). From memorax-ai/memorax-code.
Skill Claude CodeCodex
Use this skill as the single router for persistent coding and repository-local memory. Invoke it whenever a request may involve prior-work knowledge, repository memory, reusable procedures or rules, durable profile or interaction preferences, or information worth retaining beyond the current task. This applies without…