Agent
On-demand research agent that decomposes queries into multiple search angles, runs parallel memory lookups, and synthesizes a structured briefing. Use when deep memory context is needed for a topic, entity, or decision.
275 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
Agent
On-demand research agent that decomposes queries into multiple search angles, runs parallel memory lookups, and synthesizes a structured briefing. Use when deep memory context is needed for a topic, entity, or decision.
Agent
Background monitoring agent that identifies memorable events during a session and suggests storing them with user confirmation. Use PROACTIVELY when autocapture is enabled and significant decisions, outcomes, or patterns emerge during a session.
Agent
Always use for focused isolated code executor.
Agent
Always use for autonomous verified task solver.
Agent
Fully autonomous unattended agent.
Agent
Generate a custom checklist for the current feature based on user requirements.
Agent
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Agent
Create or update the feature specification from a natural language feature description.
Agent
Journaling partner — delivers briefings, reflections, and summaries efficiently and honestly.
Agent
Decomposes a task into a concrete, ordered implementation plan. Use BEFORE any code is written for non-trivial work. Read-only by construction — it cannot edit files, so it can never "just fix it" and skip the plan.
Agent
Implements a planned change — edits files, runs commands, makes tests pass. The only agent with write authority. Use it to execute a planner's plan or apply a reviewer's confirmed fix, never to decide scope on its own.
Agent
Reviews a change for correctness, security, and convention adherence. Use AFTER a resolver edit and BEFORE merge. Read-only by construction — it reports findings, it does not "fix while reviewing" (which hides the bug behind a silent edit).
Agent
Builder to an ALREADY-DECIDED spec (the model split: the main session designs; the executor builds). Use for: building a designed slice/chunk, test writing, mechanical refactors with an objective gate (typecheck, test suites, byte-replay). The spec — normally a file at projects/ /plans/YYYY-MM-DD- .md, named in the…
Agent
Isolated Claude instance that critiques ideas, designs, patterns, hypotheses, or plans without context from the parent conversation. Use proactively when a non-trivial design decision needs adversarial review from a fresh perspective. Pair with an external-family model (parallel call) when you have one — different…
Agent
Read-only fact-gatherer (the model split: the main session designs; recon gathers — breadth over depth). Use for: mapping a codebase surface before a design, input-availability tables, verifying a doc claim against code, sweeping many files for a fact, external fresh-checks against official sources. Returns RAW FACTS…
Agent
Compresses the project memory hot layer when it grows too large. Reads MEMORY.md and schema.yaml, archives older entries into archive.md, and rewrites MEMORY.md keeping only recent high-value entries. Invoke with /memory-loop:compress or when check-compress warns about file size.
Agent
Biomimetic memory orchestrator. Retrieve before complex work, store high-salience facts during execution, and consolidate before handoff.
Agent
Curate durable Mnemos memory after meaningful work. Use proactively to store stable repo facts, decisions, environment constraints, and recurring bug patterns, then consolidate memory.
Agent
Recall the most relevant Mnemos context before substantial work. Use proactively at task start to surface durable repo facts, environment constraints, prior fixes, and stable preferences that matter to the current task.
Agent Cursor
AUV SceneBridge / view-memory lane code quality reviewer. Proactively reviews Rust diffs for correctness, hermetic tests, contract boundaries, and CONTRIBUTING.local.md veto items. Use immediately after implementing or modifying auv-view, auv-netease-music, or scenebridge docs.
syahiidkamil/vibe-ai-partner-entity
Agent Claude Code
Invoke ON DEMAND when a decision or claim carries real stake and needs more certainty: when the answer is not definite, when getting it wrong would cost, or when a conclusion needs checking that it is not a hallucination. Not for routine turns, trivial edits, or mechanical steps.
syahiidkamil/vibe-ai-partner-entity
Agent Claude Code
Saori's gate-2 consolidation organ (the dream). Spawn in the BACKGROUND when a DREAM OWED nudge fires at a session boundary, or on request. Reads the undreamed bookmark days plus their raw TOON windows from disk (never the living context), judges each flag by forward viability, writes the keepers into the warm memory…
syahiidkamil/vibe-ai-partner-entity
Agent Claude Code
Reconcile Saori's always-loaded temporal-self files — rewrite what is stale, in first person. Invoked at session start by the session-temporal-check hook when staleness is detected, or on request.
Agent
Use this when multiple headless agents are working on dejavu at once. The point is not just throughput; it is a product experiment: does dejavu make parallel agents more coherent than stateless agents?