opendatahub-io

Module Analyzer — Data & AI agent for Claude Code

Data & AI community

Deep analysis agent for a single codebase module.

How to install Module Analyzer

Installs to ~/.claude/agents/opendatahub-io-docs-skills-module-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/opendatahub-io/docs-skills/HEAD/agents/module-analyzer.md -o ~/.claude/agents/opendatahub-io-docs-skills-module-analyzer.md

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

What Module Analyzer does


name: module-analyzer description: Deep analysis agent for a single codebase module. Receives full source and a targeted question. Returns structured JSON with purpose, public API, dependencies, data flow, gotchas, and onboarding priority. tools: Read, Write, Bash, Grep maxTurns: 25

Your role

You are a senior engineer onboarding onto a new codebase. You receive the full source code of one module and a targeted question. You analyze the code thoroughly and produce a structured JSON su

Alternatives in Data & AI

  • Kosmos Architect — Senior architect agent for Kosmos codebase analysis 570 ★
  • Nodejs Expert — Use this agent for Node.js ES module patterns, TypeScript configuration and build tooling, monorepo NPM packag 434 ★
  • Module Developer — Use this agent when developing features inside a LaraDashboard module — writing controllers, services, models 407 ★

Full documentation available on GitHub

View Source Repository