file-searcher

Search workspace files for regex pattern matches with context snippets.

1|2|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/eanzhao/aevatar-agent-framework --skill file-searcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-searcher
Source: https://github.com/eanzhao/aevatar-agent-framework/tree/main/examples/SkillsMCPUnifiedDemo/agent_skills/file-searcher
Command: npx skills add https://github.com/eanzhao/aevatar-agent-framework --skill file-searcher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill locates occurrences of a pattern across the workspace using the file_search tool.

Core Features & Use Cases

  • Pattern search: Regex-based search across files.
  • Contextful results: Returns file path, line, and a snippet.
  • Use Case: Find where a function or symbol is defined across a codebase.

Quick Start

Translate user query into a concise regex pattern and call file_search with pattern and optional extensions; return truncated results if needed and refine.