Zum Inhalt springen

Skills / skill search in files ack

skill search in files ack

Fast, high-performance text search for local files using ack. Use this skill to quickly locate keywords, exact phrases, or pattern matches across directories, codebases, and document collections.

★ 1von @klich3vor 40d aktualisiertMITGitHub →

Installation

Kompatibilitaet

VS Code

Beschreibung

🚀 Skill: Fast File Search (Ack)

A high-performance file searching skill for GitHub Copilot, built on top of python-ack. Optimized for large source code trees with multi-process support and intelligent exclusions.

✨ Features

  • Multi-process Search: Blazing fast searches utilizing multiple CPU cores.
  • Smart Exclusions: Easily ignore paths like node_modules or .git.
  • Agent Optimized: Clean output specifically for AI agent parsing.

📦 Installation

npx skills add klich3/skill-search-in-files-ack --skill skill-search-in-files-ack

🛠 Usage

Trigger manually via the helper script:

python3 .agents/skills/skill-search-in-files-ack/scripts/search_ack.py [PATTERN] [DIRECTORY] [OPTIONS]

Options

| Option | Description | | :----------------------- | :-------------------------------- | | -n, --num-processes | Number of processes (default: 4). | | -x, --exclude-path | Exclude specific paths. | | -s, --exclude-search | Exclude specific search results. |

💡 Examples

Basic Search

python3 .agents/skills/skill-search-in-files-ack/scripts/search_ack.py "TODO" .

With Exclusions

python3 .agents/skills/skill-search-in-files-ack/scripts/search_ack.py "AuthContext" . -x "dist/*" -x "build/*"

📖 Related

Developed by klich3

Aehnliche Skills

skill search in files ack | hub.ai-engineering.at