explore

Locate files and inspect code in read-only mode using glob and regex searches.

3|1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/heyAyushh/stacc --skill explore-heyayushh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: explore
Source: https://github.com/heyAyushh/stacc/tree/main/configs/commands/skills/explore
Command: npx skills add https://github.com/heyAyushh/stacc --skill explore-heyayushh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps safely locate files and inspect code in unfamiliar codebases without making changes, reducing the risk of unintended edits or disruptions.

Core Features & Use Cases

  • Read-only file search across a project using glob patterns.
  • Codebase navigation with regex-based searches and content inspection.
  • Understand project structure and architecture without modifying any files.
  • Use Case: When you inherit a large codebase and need to quickly locate a function or reference without altering the code.

Quick Start

Find all Python files containing the word TODO.

Frequently Asked Questions about explore

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

FAQPage Schema
How do I search a codebase for specific text without modifying files?

To search a codebase without modifying files, you can use a read-only file search tool. This Skill operates strictly in read-only mode, allowing you to locate files and inspect code using glob patterns and regex without the risk of unintended edits.

What is the best way to map an unfamiliar project structure safely?

Mapping an unfamiliar project structure safely requires a read-only approach. You can use glob-based file search to identify files and understand the architecture, ensuring the project remains completely unmodified during inspection.

How do I use glob patterns to locate files in a large codebase?

You can use glob patterns to locate files in a large codebase by running a read-only search. This method matches file paths against specific patterns and outputs the absolute paths for all findings without altering the original files.

Can I use regex to find function references across a project?

Yes, you can use regex to find function references across a project. This Skill supports grep-like searches with regex-based content inspection, helping you quickly locate specific functions or references in inherited code.

Does this read-only file search approach work for finding TODO comments in code?

Yes, this read-only file search approach works for finding TODO comments in code. You can apply regex-based searches to scan file contents across the project, safely returning the absolute paths of files containing those comments.

What are the limitations of using a read-only codebase navigation tool?

The main limitation of a read-only codebase navigation tool is that it cannot make changes or fix the issues it finds. It is designed strictly for locating files and inspecting code, meaning you will need a separate process to apply any modifications.