ast agents

66 tagged ast, measured the same way as everything else here.

Browse within: code-navigation 29context-window 27code-intelligence 18tree-sitter 13nodejs 11parser 11typescript 11golang 7agent-memory 6compiler 6go 6gopls 6

code-reviewer

01

MadAppGang/dingo

Agent Claude Code

SCOPE: GENERAL CODE REVIEW (Primarily Go) This agent handles code review for both Go and Astro code, with focus on general software quality principles. Preferred Usage: ✅ Dingo transpiler/language (Go code in /cmd/, /pkg/, /internal/) ⚠️ Astro landing page (can review, but astro-reviewer is preferred for…

1.9k 1mo ago A 452 tokens

astro-developer

02

MadAppGang/dingo

Agent Claude Code

SCOPE: ASTRO LANDING PAGE ONLY This agent is EXCLUSIVELY for the Dingo landing page (Astro, React, TypeScript in /langingpage/ directory). ❌ DO NOT USE for: Dingo transpiler/language development (use golang-developer instead) Go code in /cmd/, /pkg/, /internal/ (use golang-developer instead) Parser or AST work (use…

1.9k 1mo ago A 753 tokens

astro-reviewer

03

MadAppGang/dingo

Agent Claude Code

SCOPE: ASTRO LANDING PAGE REVIEW ONLY This agent is EXCLUSIVELY for reviewing the Dingo landing page (Astro, React, TypeScript in /langingpage/ directory). ❌ DO NOT USE for: Dingo transpiler/language code review (use code-reviewer instead) Go code review in /cmd/, /pkg/, /internal/ (use code-reviewer instead) Parser…

1.9k 1mo ago A 1,114 tokens

go-style-reviewer

05

radimsem/remindb

Agent Claude Code

Use when reviewing Go code changes in remindb (modified or staged files in pkg/, cmd/, internal/, or any .go file in the diff) for adherence to the project's .claude/rules/go-concise.md. Catches project-specific style violations that generic Go reviewers miss — empty-struct-with-methods pattern, "failed to :" error…

125 28d ago A 149 tokens original MIT

radimsem/remindb

Agent Claude Code

Use when reviewing changes to remindb's public MCP surface — anything in pkg/mcp/, pkg/mcp/tools/, or pkg/mcp/server.go, especially new/renamed/removed Memory tools, changes to handler signatures, return shapes, locking decisions, or defer d.logCall(...) attrs. Validates against .claude/rules/mcp-tool-conventions.md…

125 28d ago A 164 tokens original MIT

radimsem/remindb

Agent Claude Code

Use when reviewing changes to remindb's SQL migrations — any new file under migrations/ matching 000N.sql, any edit to an already-committed migration file, or any change to pkg/store/queries.go that adds queries against columns/tables created by recent migrations. Checks IF NOT EXISTS coverage, append-only discipline…

125 28d ago A 135 tokens original MIT

code-explorer

08

sdsrss/code-graph-mcp

Agent

Deep code understanding expert using AST knowledge graph. Use when exploring unfamiliar code, tracing complex relationships, or understanding module architecture.

70 5d ago A 28 tokens original MIT

architecture-review

09

CRJFisher/ariadne

Agent Claude Code

Performs architectural review of files undergoing large-scale updates. Use proactively when refactoring, restructuring modules, or reviewing code organization. Provides actionable suggestions for renaming, moving functions, and restructuring modules.

22 yesterday A 42 tokens original MIT

backlog-navigator

10

CRJFisher/ariadne

Agent Claude Code

Researches the backlog to find incomplete tasks, recently completed tasks, and suggests the most likely next task candidates based on dependencies, priorities, and completion patterns. Use when starting work sessions or deciding what to work on next.

22 yesterday A 49 tokens original MIT

lesson-learner

11

CRJFisher/ariadne

Agent Claude Code

Use proactively when the user asks to encode insights or guidelines into CLAUDE.md. Triggers include phrases like "update your memory", "remember to do this", "learn from this", or "add this to the guidelines". Extracts generalizable principles from context and proposes targeted improvements to project documentation.

22 yesterday A 66 tokens original MIT

artk0de/TeaRAGs-MCP

Agent Claude Code

Use this agent when the user wants to add, configure, or integrate MCP (Model Context Protocol) servers into the global Claude configuration. Examples: Context: User wants to add a new MCP server for file operations. user: "Добавь mcp сервер для работы с файлами" assistant: "I'll use the mcp-server-integrator agent to…

11 16d ago A 0 tokens

agent-architect

13

configflux/weld

Agent

Maintains this repository's AI agents, skills, prompts, instructions, commands, hooks, and MCP configuration using Weld Agent Graph.

6 2d ago A 30 tokens original Apache-2.0

orchestrator

14

configflux/weld

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.

6 2d ago A 67 tokens original Apache-2.0

planner

15

configflux/weld

Agent Claude Code

Drafts implementation plans for Claude Code.

6 2d ago A 10 tokens original Apache-2.0

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user asks "what changed in our public API", "did we break anyone", "is this a breaking release", or is about to cut a version. Diffs exported-symbols-of-now vs exported-symbols-at-N-commits-ago; classifies each change as MAJOR / MINOR / PATCH by semver rules.

5 5d ago A 82 tokens

tp-audit-scanner

18

Digital-Threads/token-pilot

Agent

Use this when the user asks for a security / quality audit, pre-release sweep, or "scan this for issues". Finds hardcoded secrets, injection shapes, unsafe casts, stale TODOs — classified Critical / Important / Minor. Read-only, NEVER edits, never quotes secrets in output.

5 5d ago A 64 tokens

tp-commit-writer

19

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user is about to commit a NON-TRIVIAL change (new feature, fix, refactor) and asks "write a commit message". Reads staged diff, verifies tests pass, drafts Conventional Commit. Refuses mixed diffs (asks to split), failing tests, or empty stage. Do NOT use for docs-only, whitespace-only…

5 5d ago A 112 tokens

semihkayan/codeweave-mcp

Agent Claude Code

Reviews the plan implementation across six dimensions — Architecture, Maintainability, Performance, Security, Completeness, and Bug Hunt — then produces a priority sorted report.

4 3mo ago A 35 tokens original Apache-2.0

ciso

23

ch015/code-pentester

Agent

A security lead that coordinates the project’s security reviews and makes a final risk judgment. A CISO is the person responsible for an organisation’s overall information-security decisions.

4 13d ago A 34 tokens original MIT

domain

24

yailPeralta/ast-mcp-server

Agent

Before exploring, read CONTEXT.md when present and relevant ADRs from docs/adr/.

4 yesterday A 0 tokens original ISC