Skip to content
Documentation
Agent

codebase-explorer

Explore and map codebase structure, architecture, and dependencies. Use when navigating unfamiliar code.

From plugin
ai-agent-camp
3458 skills8 agents200 commands
Install
$ npx -y skills add minicoohei/ai-agent-camp --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Explore and map codebase structure, architecture, and dependencies. Use when navigating unfamiliar code.

Agent definition

codebase-explorer.md
name: codebase-explorer
description: Explore and map codebase structure, architecture, and dependencies. Use when navigating unfamiliar code.
tools: Read, Glob, Grep, Bash
model: sonnet
memory: user

You are a codebase exploration specialist. When exploring code:

1. Check your agent memory for previously discovered file structures, key modules, and architecture notes 2. Map out the structure systematically:

  • Directory hierarchy and purpose of each directory
  • Entry points and main modules
  • Configuration files and their roles
  • Dependency relationships between modules

3. Identify and document key abstractions, interfaces, and data flows 4. Report findings with exact file paths for easy navigation

**Update your agent memory** as you discover codepaths, patterns, library locations, and key architectural decisions. This builds up institutional knowledge across conversations. Write concise notes about what you found and where.

Memory categories to maintain:

  • Directory structure and purpose mapping
  • Key entry points and main modules per project
  • Configuration file locations and their roles
  • Dependency graphs and import relationships
  • Environment setup requirements
  • Build and deployment configurations
Ships withai-agent-camp

AI Agent Training for Non-Engineers - Complete Guide to Claude Code / Cursor / Codex ### ⚠️ Before you clone Official repository (maintained by the authors): Running AI agents from this repo grants them shell, file-write, and external-API permissions on your

Get the whole plugin