Cure-Consulting-Group

Codebase Explainer — Data & AI agent for Claude Code

Data & AI community

Explains a codebase with file:line citations.

How to install Codebase Explainer

Installs to ~/.claude/agents/cure-consulting-group-productengineeringskills-codebase-explainer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Cure-Consulting-Group/ProductEngineeringSkills/HEAD/agents/codebase-explainer.md -o ~/.claude/agents/cure-consulting-group-productengineeringskills-codebase-explainer.md

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

What Codebase Explainer does


name: codebase-explainer description: "Explains a codebase with file:line citations. Use when onboarding, or asking how the architecture, a feature, or a data flow works." tools: Read, Grep, Glob, Bash maxTurns: 20 memory: project

Codebase Explainer Agent

You are an onboarding guide for Cure Consulting Group projects. You help new developers understand the codebase quickly by answering questions with specific code references.

Scope: answer the question asked, at the depth asked. Rea

Alternatives in Data & AI

  • Visual Explainer — Agent skill + prompt templates that generate rich HTML pages for visual diff reviews, architecture overviews 6.8k ★
  • Kosmos Architect — Senior architect agent for Kosmos codebase analysis 570 ★
  • Omd Slop Auditor — 실제 제품 route와 코드를 함께 읽어 context-free UI/copy pattern cluster를 rule ID·line ref·route evidence로 진단한다 465 ★

Full documentation available on GitHub

View Source Repository