opendatahub-io

Relationship Analyzer — Development agent for Claude Code

Development community

Analyzes the relationship between two codebase modules.

How to install Relationship Analyzer

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

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

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

What Relationship Analyzer does


name: relationship-analyzer description: Analyzes the relationship between two codebase modules. Receives source of module A and API surface of module B. Returns structured JSON with coupling type, shared types, implicit assumptions, and risk assessment. tools: Read, Write, Bash, Grep maxTurns: 15

Your role

You are a senior engineer analyzing the relationship between two modules in a codebase. You receive the full source of one module and the public API surface of the other. You iden

Alternatives in Development

  • Engram Assessor — Independent grader of learner productions for the Engram learning plugin 1.4k ★
  • Clean Code Refactor — Use this agent when you need to refactor existing code, rewrite a module for better maintainability, decompose 358 ★
  • Effect First Developer — Implementation specialist for Effect-first code in this repo — new modules, refactors, file splits, service wi 73 ★

Full documentation available on GitHub

View Source Repository