explore

Search and read codebase files using grep, find, and ls commands.

56|12|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Neuron-Mr-White/UniPi --skill explore-neuron-mr-white
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: explore
Source: https://github.com/Neuron-Mr-White/UniPi/tree/main/packages/subagents/src/skills/explore
Command: npx skills add https://github.com/Neuron-Mr-White/UniPi --skill explore-neuron-mr-white

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of exploring and navigating large codebases by enabling parallel reading, searching, and command execution.

Core Features & Use Cases

  • Parallel Exploration: Spawns multiple agents to read different parts of the codebase simultaneously, reducing overall exploration time.
  • File Reading & Searching: Utilizes grep, find, and ls commands to access and search files within the codebase.
  • Bash Command Execution: Executes read-only bash commands to gather additional information from the codebase.
  • Use Case: When working on a large codebase, you can use this Skill to quickly locate all files related to a specific feature or component by running a single command.

Quick Start

To explore the codebase for files related to authentication, use the command: spawn_helper({ type: "explore", prompt: "Find all files related to authentication", description: "Find auth files" })

Frequently Asked Questions about explore

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

FAQPage Schema
How do I efficiently search and navigate a large codebase?

Efficient codebase navigation uses parallel processing to spawn multiple agents that simultaneously read files and execute read-only bash commands like grep, find, and ls. This parallel exploration reduces overall search time when locating specific features or components.

What is the best way to find files related to a specific feature across a project?

Finding feature-related files is best handled by spawning parallel agents to execute read-only bash commands. By running grep, find, and ls simultaneously across different codebase sections, you quickly gather file locations and content without manual sequential searching.

Can I use bash commands to read and search files in parallel?

Yes, you can use bash commands to read and search files in parallel. This approach executes read-only bash commands like grep, find, and ls across multiple agents simultaneously, gathering codebase information efficiently for software engineering and administrative workflows.

Does parallel code exploration work for administrative workflows?

Parallel code exploration works for administrative workflows by executing read-only bash commands to gather system and file information. It spawns multiple agents to search and read files simultaneously, streamlining administrative tasks that require quick codebase navigation.

What are the limitations of using parallel agents for codebase searching?

The limitation of parallel codebase searching is that it only executes read-only bash commands. Because it relies on grep, find, and ls for file reading and searching, it cannot modify files or write changes directly within the codebase during the exploration process.