Agent
RagCode Agent Workflows orchestrate multiple AI agents (codex, claude, gemini, grok, or any CLI in .ragcode/agents/agents.json) through a validated DAG. A workflow is a JSON file: explicit, reviewable, and validation-friendly.
89 tagged code intelligence, measured the same way as everything else here.
Browse within: ast 18bm25 18clean-architecture 18code-graph 18code-search 11nodejs 11parser 11tree-sitter 11typescript 11code-analysis 9dotnet 8RAG 7agent-context 6claude-plugin 6
Agent
RagCode Agent Workflows orchestrate multiple AI agents (codex, claude, gemini, grok, or any CLI in .ragcode/agents/agents.json) through a validated DAG. A workflow is a JSON file: explicit, reviewable, and validation-friendly.
Agent
Maintains this repository's AI agents, skills, prompts, instructions, commands, hooks, and MCP configuration using Weld Agent Graph.
Agent Claude Code
Demo worker-shaped orchestrator. Dispatches to implementer / reviewer / qa specialists per task class. Modeled on the real worker.md so that slice-1 q8rl regex (literal subagenttype) and slice-2 hw6j frontmatter (placeholder declaration) both have non-Claude-only fixture coverage.
Agent Claude Code
Drafts implementation plans for Claude Code.
marcodavidd020/cerebro-code-memory
Agent
Use BEFORE writing code for a feature or a new project — this is the design gate that prevents hallucinated work. It (1) grounds itself in the project's REAL standards (CLAUDE.md + Cerebro), (2) asks you in detail what functionality to include/design, and (3) returns a grounded spec/plan to approve. It does NOT write…
marcodavidd020/cerebro-code-memory
Agent
Use to ANSWER questions about an existing codebase — "where is X?", "how does Y work?", "what depends on Z?", "explain this module or flow" — WITHOUT spending tokens re-reading folders. Read-only navigator that queries the Cerebro brain first and only opens files when the brain has no/stale info. Use PROACTIVELY…
marcodavidd020/cerebro-code-memory
Agent
Use BEFORE a refactor or risky change to assess blast radius and architectural health, or to audit dead code and circular dependencies. Read-only. Answers "what breaks if I change X?", "is this safe to delete?", "where are the import cycles?", "which modules are most fragile?". Triggers (es): "qué riesgo tiene…
cdeust/ai-architect-mcp-codebase
Agent Claude Code
Database specialist adapting to any engine (PostgreSQL, SQLite, MongoDB, etc.) — schema design, query optimization, migrations, and index tuning.
cdeust/ai-architect-mcp-codebase
Agent Claude Code
Orchestrates parallel agent execution across worktrees — spawns, coordinates, and merges work from multiple specialized agents.
cdeust/ai-architect-mcp-codebase
Agent Claude Code
Research scientist improving benchmark scores through neuroscience papers, IR literature, and technical analysis of failure modes.
Agent Claude Code
Executes the plan literally. Uses a light model — the plan must be straightforward and unambiguous.
Agent Claude Code
Plan Clarity Reviewer reads a plan file and assesses its clarity.
Agent Claude Code
Reviews the plan implementation across six dimensions — Architecture, Maintainability, Performance, Security, Completeness, and Bug Hunt — then produces a priority sorted report.
Agent
Specialist reviewer for CodeMeridian-assisted architecture checks, impact analysis, tests, async, logging, nullability, and analyzer risks.
Agent
Specialist agent for gathering minimal CodeMeridian graph context before code changes.
Agent
Reviews C#/.NET code across ALL quality aspects at once — correctness, naming, styling, best practices, performance, concurrency, security, test coverage, XML documentation, and dead code/duplication — within one precisely stated scope. Designed to run in parallel with other instances of itself: partition a large…
Agent
Locates the C# symbols, references, and files a task touches, and reports the blast radius — before any code is written. Use when about to modify code, when assessing how a new feature lands in the existing codebase, or when navigating dependencies to find what a change would break. Returns symbolIds and file:line…
Agent
Audit-only instrument for dotnet-guard-audit. Attempts a battery of known and improvised bypasses against this repo's own guard-cs-edit, guard-cs-read, guard-cs-bash-read and guard-cs-bash-write PreToolUse hooks — unusual quoting, spaced paths, symlinks, copies, variable expansion, and writing to a .cs file through…
Agent Claude Code
Independent semantic review of a Cartograph Rust/PostgreSQL diff before merge or release. Read-only; checks correctness, bounds, concurrency, migration safety, agent evidence quality, and gate alignment.
Agent
Use this agent for backend planning, reviews, and refactors in this repository. Focus on the backend source and test trees, migration wiring, and the service/workflow boundaries documented in AGENTS.md and LAWS.md.
Agent
Use this agent for frontend planning, reviews, and refactors in this repository. Focus on the frontend source tree, shared UI, i18n boundaries, and the build/runtime constraints documented in AGENTS.md and LAWS.md.
Agent
Use this agent for product discovery, scope definition, and requirement shaping before implementation in this repository.
Agent Claude Code
Owns analysis/ — the translation layer from tree-sitter output and plugin rules into graph-lite's generic node/edge API.
Agent Claude Code
Owns engine/, daemon/, cli/ and tests/engine/ — transport, sessions, workers, scheduler, file watching, Lua embedding, MCP.