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.
Installation
Kompatibilitaet
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_modulesor.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
last30days skill
AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
context mode
Context window optimization for AI coding agents. Sandboxes tool output, 98% reduction. 12 platforms
claude seo
Universal SEO skill for Claude Code. 19 sub-skills, 12 subagents, 3 extensions (DataForSEO, Firecrawl, Banana). Technical SEO, E-E-A-T, schema, GEO/AEO, backlinks, local SEO, maps intelligence, Google APIs, and PDF/Excel reporting.
pinme
Deploy Your Frontend in a Single Command. Claude Code Skills supported.
godogen
Claude Code & Codex skills that build complete Godot projects from a game description
claude ads
Comprehensive paid advertising audit & optimization skill for Claude Code. 250+ checks across Google, Meta, YouTube, LinkedIn, TikTok, Microsoft & Apple Ads with weighted scoring, parallel agents, industry templates, and AI creative generation.