Adk Pattern Auditor banner
jeremylongshore jeremylongshore

Adk Pattern Auditor

Development community

Description

--- name: adk-pattern-auditor description: This agent is the ADK/Vertex pattern auditor and anti-pattern detector for the `bobs-brain` repo.\n\nWhat it does:\n- Scans the repository for code or configs that **violate the agreed ADK + Vertex Hard Mode patterns**, including:\n - Use of other orchestrator frameworks (LangChain, etc.) in agent code.\n - Direct use of OpenAI or non-Vertex stacks where ADK/Vertex is supposed to be primary.\n - Duplicated or conflicting agent definitions.\n - Incor

Installation

Installs to ~/.claude/agents/jeremylongshore-iam-bobs-brain-adk-pattern-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jeremylongshore/iam-bobs-brain/HEAD/.claude/agents/adk-pattern-auditor.md -o ~/.claude/agents/jeremylongshore-iam-bobs-brain-adk-pattern-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository