agentsclimarketplace

Es

Skill mdonmez/skills/es

A curated list of skills designed to enhance AI Agents' capabilities across a range of instructions.

Install
npx -y skills add mdonmez/skills --skill es

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Command-line interface to the Everything search engine for instant file and folder searches on Windows. Use when searching for files by name, extension, size, date, or attributes, or when exporting search results. Requires Everything desktop app running. Always use this base format for searches -> es <searchterm> -instance 1.5a -double-quote -size -dc -dm -csv

SKILL.md

3.6 KB, 875 tokens by cl100k_base, as published. Nobody here has run it

ES (Everything Search CLI)

Command-line interface to the Everything search engine for instant file system searches on Windows.

Prerequisites

Everything desktop application must be running. ES communicates via IPC.

Base Command Format

Always use this base format for searches:

es <searchterm> -instance 1.5a -double-quote -size -dc -dm -csv

Flag breakdown:

FlagPurpose
-instance 1.5aConnect to Everything 1.5a instance
-double-quoteWrap paths/filenames in double quotes
-sizeShow file size column
-dcShow date created column
-dmShow date modified column
-csvOutput in CSV format for easy parsing

Quick Reference

Common Search Patterns

QueryDescription
"report.pdf"Find files containing "report.pdf"
ext:pyAll Python files
ext:jpg;pngJPG or PNG files
size:>1gbFiles larger than 1GB
dm:todayModified today
!venvExclude "venv"
foo | barContains "foo" OR "bar"

Most Used Flags

FlagDescription
-path <dir>Search within directory
-n <num>Limit results
-sort sizeSort by size
-sort-descendingDescending order
/adFolders only
/a-dFiles only
/ahHidden files
-regexEnable regex
-export-csv <file>Export to CSV
-get-result-countCount only

Workflows

Find files by extension in a project

.\es.exe "ext:py" -path "C:\projects\myapp" -instance 1.5a -double-quote -size -dc -dm -csv

Find large files sorted by size

.\es.exe "size:>1gb" -instance 1.5a -double-quote -size -dc -dm -csv -sort size -sort-descending

Find recently modified files

.\es.exe "dm:thisweek" -instance 1.5a -double-quote -size -dc -dm -csv

Export results to file

.\es.exe "ext:jpg" -path "C:\Photos" -export-csv "C:\output\photos.csv" -instance 1.5a -no-header

Exclude patterns

.\es.exe "ext:py !venv !__pycache__" -instance 1.5a -double-quote -size -dc -dm -csv

Error Handling

If ES returns a non-zero exit code, check references/ERROR-CODES.md. The most common error is code 8 — Everything is not running.

Reference Files

Load these on demand for detailed information:

Sources

What ships with it: 4 files

27.2 KB alongside SKILL.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.