code-exploration

Dispatch a code-explorer agent to investigate a focus area in a codebase.

2|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/sequenzia/agent-tools --skill code-exploration-sequenzia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-exploration
Source: https://github.com/sequenzia/agent-tools/tree/main/plugins/core/skills/code-exploration
Command: npx skills add https://github.com/sequenzia/agent-tools --skill code-exploration-sequenzia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a canonical entry point for focused codebase exploration by dispatching a code-explorer agent to investigate a defined focus area within a codebase.

Core Features & Use Cases

  • Focus area-driven investigation of files, paths, and architecture
  • Structured findings returned to caller for downstream tasks
  • Invoked by other skills (deep-analysis, bug-killer, docs-manager, codebase-analysis)

Quick Start

Provide a focus area, codebase path, and analysis context to begin focused exploration.

Frequently Asked Questions about code-exploration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map code architecture by exploring a specific focus area in a codebase?

Focused codebase exploration works by dispatching an agent to investigate a defined focus area within your codebase. It identifies relevant files, traces execution paths, and maps architecture, returning structured findings to enable downstream tasks and decision making.

What is the best way to trace execution paths across a large codebase?

Tracing execution paths requires dispatching a code-explorer agent to investigate a specific focus area. It identifies relevant files and maps architecture across diverse projects, returning structured findings to enable downstream tasks.

How do I start a codebase analysis for a specific focus area?

To start codebase analysis, provide a focus area, codebase path, and analysis context. This dispatches a code-explorer agent to investigate the targeted area and returns structured findings for downstream tasks.

Can I use focused code exploration to identify relevant files for a code review?

Yes, focused code exploration identifies relevant files for code review. By dispatching a code-explorer agent with a defined focus area, it investigates the codebase and returns structured findings to support collaboration and architecture mapping.

Does code exploration work with other skills for deep analysis?

Code exploration is designed to be invoked by other skills for deep analysis. It applies when other skills need targeted codebase exploration, returning structured findings to enable downstream tasks like bug fixing or documentation management.

When do I need to dispatch a code explorer agent instead of manual investigation?

Dispatch a code explorer agent when other skills require targeted codebase exploration. It provides a canonical entry point for focus area-driven investigation, identifying relevant files and tracing execution paths across diverse projects.