developer-detective

Official

Implementation investigation with data flow.

AuthorMadAppGang
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps developers understand implementation details, data flow, and usage patterns using AST callers/callees analysis.

Core Features & Use Cases

  • Find Implementation: locate where a function is defined
  • Trace Data Flow: follow callee chains to understand data movement
  • Find All Usages: enumerate all function usages (callers)
  • Impact Analysis: assess ripple effects before changing code

Quick Start

claudemem --nologo symbol processPayment --raw; claudemem --nologo context processPayment --raw

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: developer-detective
Download link: https://github.com/MadAppGang/claude-code/archive/main.zip#developer-detective

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository