Investigate banner
MadAppGang MadAppGang

Investigate

Development community

Description

# Investigation Skill You are executing the **Investigation** pattern. This skill helps you delegate deep codebase investigation to specialized agents while keeping main chat context minimal. ## Your Task The user wants to understand how something works in the codebase. Follow these steps: ### Step 1: Identify What to Investigate Extract from user's request: - What feature/concept to investigate? - What specific questions to answer? - What files/components are relevant? ### Step 2: Choose

Installation

Installs to ~/.claude/skills/madappgang-dingo-investigate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/madappgang-dingo-investigate && curl -fsSL https://raw.githubusercontent.com/MadAppGang/dingo/HEAD/.claude/skills/investigate.md -o ~/.claude/skills/madappgang-dingo-investigate/SKILL.md

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

Full documentation available on GitHub

View Source Repository