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" })