general
265Cursor rule
General coding conventions for all files.
4,556 tagged agent-memory, measured the same way as everything else here.
Browse within: coding-agents 40knowledge-graph 40fastapi 20agent-orchestration 19llm-agents 17chat-database 11realtime-database 11streaming 11agentic-coding 10ai-memory 10claude-code-commands 10knowledge-management 9cognitive-architecture 8coding-agent 7
Cursor rule
General coding conventions for all files.
Cursor rule
Testing conventions and patterns.
Plugin Claude Code
Persistent agent memory that survives across sessions — auto-compacting 3-tier memory with hybrid search. Your agent remembers what it learned, decided, and built.
Hook
Runs when a session starts, executing session-start.sh via bash. From kevin-hs-sohn/hipocampus.
Hook
Runs before the context is compacted, running npx hipocampus compact --stdin. From kevin-hs-sohn/hipocampus.
Hook
Runs when a task is marked completed, running npx hipocampus compact. From kevin-hs-sohn/hipocampus.
Skill Claude CodeCodex
3-tier agent memory system with 5-level compaction tree. Codex CLI version. Defines session start protocol, end-of-task checkpoints, and memory file management. MUST be followed every session.
Skill Claude CodeCodex
Build 5-level compaction tree (daily/weekly/monthly/root) with smart thresholds and fixed/tentative lifecycle. Run at session start when triggers are met, or via external scheduler.
Skill Claude CodeCodex
Search memory using qmd (BM25 + optional vector) and compaction tree traversal. Use ROOT.md to decide whether to search memory or look externally. Always check memory before external lookups.
mage0535/hermes-memory-installer
Skill Claude CodeCodex
A set of scripts for archiving conversations, syncing them to a knowledge graph, updating summaries, and managing stored memories over time. A knowledge graph is a linked collection of information and relationships.
mage0535/hermes-memory-installer
Skill Claude CodeCodex
Proactive layered recall and generic domain-aware routing.
mage0535/hermes-memory-installer
Skill Claude CodeCodex
Historical starter note for the memory sidecar stack.
Skill Claude CodeCodex
A set of rules that makes an agent check its memory and available skills before handling professional tasks such as coding, file work, data analysis, or deployment.
Hook
Runs when a session starts on startup, resume, clear and compact, executing session-start.sh via bash. From jiabaobei/skills-constitution.
Hook
A prompt-submission hook that runs before the coding agent receives your request when the request contains configured development-related terms. A hook is an automatic action tied to an event.
Plugin Claude Code
Local deterministic memory for coding agents: recall past lessons before changing code, with zero model calls and zero query-time tokens.
Skill Claude CodeCodex
Open OwnMem Console, the local dashboard for this repository's memory. Use when the user asks to open the dashboard, see memory metrics, check adoption or recall quality, or set up the optional embedding lane. Requires a repository initialized with the dashboard layer.
Skill Claude CodeCodex
Install or update OwnMem in the current repository. Use when the user asks to set up OwnMem, add local project memory for coding agents, or refresh an existing OwnMem installation after a version bump.
Skill Claude CodeCodex
Recall this repository's OwnMem local memory before changing code, and keep it healthy. Use when a repository contains .ownmem/, when past debugging lessons could apply ("have we hit this before", "why is it done this way"), or when the user mentions ownmem, project memory, or recalling across sessions.
Instructions file GitHub Copilot
Copilot instructions for mainline-org/mainline, covering mainline, read team intents for context (do this aggressively), write your own intent and if mainline hooks is installed for your agent.
Instructions file CodexOpenCode
AGENTS.md instructions for mainline-org/mainline: Stop AI coding agents from repeating old engineering mistakes.
Instructions file
Claude Code instructions for mainline-org/mainline, covering mainline, read team intents for context (do this aggressively), write your own intent and if mainline hooks is installed for your agent.
Skill Claude CodeCodex
Use for coding-agent work in Git repos that use or may need Mainline, or when users mention Mainline, intents, agent autonomy, agentauthority, maxautonomy, stop lines, allowedboundary, inspectorstop, beforecommit/proposedintent/openedpr, current-instruction overrides, commit/seal handoff, push/PR review boundaries…
Skill Claude CodeCodex
Externalize working memory and logical state into the lemmalog Datalog engine (MCP). Use for ANY multi-step task where state should outlive one context window or span agents: long investigations, debugging sessions, audits, multi-agent searches, systematic explorations, planning with many interdependent constraints…
At most 3 mods per repository are shown here — the rest are on their repository pages: