locating-code

Locate code elements and map related files across a codebase.

4|1|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/bacchus-labs/wrangler --skill locating-code-bacchus-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: locating-code
Source: https://github.com/bacchus-labs/wrangler/tree/main/skills/locating-code
Command: npx skills add https://github.com/bacchus-labs/wrangler --skill locating-code-bacchus-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly find and understand the location of specific code elements within a project, making navigation and development much more efficient.

Core Features & Use Cases

  • File Discovery: Locates files based on keywords, features, or topics.
  • Categorization: Organizes findings into implementation, test, configuration, and documentation files.
  • Use Case: When starting on a new project, you can ask "Where is the user authentication code?" and this skill will provide a structured map of all related files.

Quick Start

Find all files related to the 'user-profile' feature.

Frequently Asked Questions about locating-code

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

FAQPage Schema
How do I locate specific functions and classes across a codebase?

To locate specific functions and classes across a codebase, this Skill applies multiple search strategies to find code elements and map precise file locations for efficient code navigation.

What is the best way to find user authentication code when exploring a new project?

Finding user authentication code during new project exploration involves mapping code organization by keywords and features, categorizing located files into implementation, test, configuration, and documentation groups.

Can I organize discovered files into implementation and test categories?

Yes, you can organize discovered files into categories. The Skill categorizes codebase exploration findings into implementation, test, configuration, and documentation files for structured mapping.

How do I map codebase files related to a specific feature like user-profile?

To map codebase files related to a specific feature like user-profile, the Skill performs file discovery using keywords to provide a structured map of all related files.

Does this code navigation approach support impact analysis before modifications?

Yes, this code navigation approach supports impact analysis before modifications by locating specific code elements and patterns across the codebase to identify precise files affected by changes.