Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running codegraph prompt-hook. From ArkaAiAdmin/Agentic-Memory.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running codegraph prompt-hook. From ArkaAiAdmin/Agentic-Memory.
Settings file Claude Code
Agent settings declaring 1 hook event (UserPromptSubmit) and 1 allowed tools.
MCP server Claude CodeCodexCursor +2
MCP server "codegraph" as configured in ArkaAiAdmin/Agentic-Memory. Launched with codegraph serve --mcp.
Agent
Config drift, concept drift, vector drift, doc drift — diagnose and fix drift issues.
Agent
Knowledge graph — entity extraction, fact extraction, temporal KG, contradiction detection, KG queries.
Agent
Database schema migrations — create, repair, validate with down-migration coverage.
Agent
Search pipeline — hybrid fusion, reranking, quality gates, FTS5 tuning, vector search.
Agent
Security audit — OWASP checks, injection detection, permission audits, drift enforcement, config integrity.
Agent
TDD specialist — write tests first for the eval/ suite, knows test patterns and safety wiring.
Instructions file CodexOpenCode
AGENTS.md instructions for ArkaAiAdmin/Agentic-Memory, covering agents.md — agentic-memory (maintainer edition), system at a glance, session protocol, agent self-editing and hard rules.
Skill Claude CodeCodex
Maintainer procedure for adding a new Claude Code lifecycle hook to the agentic-memory system. Use when an event (session start, pre-tool, post-tool, session end) should automatically do something the agent shouldn't have to remember to do. Don't use for scheduled background jobs (that's add-a-cron-job).
Skill Claude CodeCodex
Maintainer procedure for adding a new background cron job to the agentic-memory system. Use when you need a recurring task (consolidation, dedup, integrity check, etc.) that runs on a schedule. Don't use for one-shot CLI tools (just write a script and document it in docs/how-to/).
Skill Claude CodeCodex
Maintainer procedure for adding a new MCP tool to the agentic-memory system. Use when the user-facing tool surface needs a new verb (e.g., a new read op, a new maintenance op, a new admin op). Don't use for adding CLI scripts (that's add-a-cron-job) or new Claude Code lifecycle hooks (that's add-a-claude-code-hook).
Skill Claude CodeCodex
Maintainer view of the agentic-memory system. Use when onboarding to the codebase, planning a refactor that crosses module boundaries, or answering "what calls what / what depends on what". Don't use for end-user MCP tool questions — that's the user-facing agentic-memory skill.