locus
01Plugin Claude Code
Persistent project-aware memory for AI coding tools. Built on MCP. Structural map, decisions, session history — zero native deps.
Plugin Claude Code
Persistent project-aware memory for AI coding tools. Built on MCP. Structural map, decisions, session history — zero native deps.
Instructions file CodexOpenCode
Instructions for Magnifico4625/locus, covering agents, mission, core working style, collaboration contract and product rules.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt.js via node. From Magnifico4625/locus.
Hook
Runs when the agent finishes a response, executing stop.js via node. From Magnifico4625/locus.
Hook
Runs after a tool call finishes for Read, Write, Edit, Bash, Glob, Grep and NotebookEdit tool calls, executing post-tool-use.js via node. From Magnifico4625/locus.
Skill Claude CodeCodex
Use when the user needs persistent project memory across sessions. Triggers on: "remember this", "what did we decide about...", "show project structure", "what changed recently", "search memory". Do NOT trigger for: ephemeral questions, one-off lookups, file reads that don't need memory.
Skill Claude CodeCodex
Clean up old episodic memory entries to free space. Keeps recent sessions intact.
Skill Claude CodeCodex
Delete memory entries from Locus matching a search query. Use when the user says "forget this", "delete memory", or "remove that decision".
Skill Claude CodeCodex
Audit Locus stored data — shows inventory of structural map, semantic memories, episodic entries, hook captures, DB size, and security status. Use when the user wants to know what data Locus has stored.
Skill Claude CodeCodex
Show current Locus configuration values and their sources (default, env var, or detected).
Skill Claude CodeCodex
Run Locus environment health check — 10-point diagnostic covering Node.js version, storage backend, FTS5, DB permissions, git availability, and more. Use when troubleshooting plugin issues or checking setup.
Skill Claude CodeCodex
Delete ALL Locus memory for the current project. This is destructive and irreversible.
Skill Claude CodeCodex
Show Locus memory statistics — files indexed, memories stored, DB size, scan strategy, backend info. Use when the user asks about memory status, storage info, or plugin health overview.
Skill Claude CodeCodex
Save a project decision or context to Locus semantic memory. Use when the user says "remember this", "save this decision", or wants to store architectural context for future sessions.