diva-agents

Diva SDK Verifier — Data & AI agent for Claude Code

Data & AI community

Reviews existing Diva SDK code (Python diva-ai or TypeScript @diva-ai/sdk) for correctness against the documented API — split-aware of the two SDKs' real divergences (snake_case vs camelCase, owns-hos.

How to install Diva SDK Verifier

Installs to ~/.claude/agents/diva-agents-diva-sdk-plugin-diva-sdk-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/diva-agents/diva-sdk-plugin/HEAD/agents/diva-sdk-verifier.md -o ~/.claude/agents/diva-agents-diva-sdk-plugin-diva-sdk-verifier.md

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

What Diva SDK Verifier does


name: diva-sdk-verifier description: Reviews existing Diva SDK code (Python diva-ai or TypeScript @diva-ai/sdk) for correctness against the documented API — split-aware of the two SDKs' real divergences (snake_case vs camelCase, owns-host rules, what's wired vs DivaNotImplementedError, params key casing, error surfaces). Read-only, doesn't rewrite code. Delegate here after writing or modifying Diva SDK code, before considering it done, or when asked to "review this agent" / "check this again

Alternatives in Data & AI

  • Claude Mem — A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresse 38.9k ★
  • Lemonade Specialist — Lemonade Server and SDK specialist for local LLM on AMD hardware 1.5k ★
  • Nodejs Expert — Use this agent for Node.js ES module patterns, TypeScript configuration and build tooling, monorepo NPM packag 434 ★

Full documentation available on GitHub

View Source Repository