file search skills

23 tagged file search, measured the same way as everything else here.

Browse within: cel 10content-detection 10go 10ai-search 7document-search 7local-search 7

code-review-expert

01

dtsola/xiaoyaosearch

Skill Claude CodeCodex

Expert code review of current git changes with a senior engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements.

1.1k 3mo ago A 32 tokens

excalidraw

02

dtsola/xiaoyaosearch

Skill Claude CodeCodex

Use when user requests diagrams, flowcharts, architecture charts, or visualizations. Also use proactively when explaining systems with 3+ components, complex data flows, or relationships that benefit from visual representation. Generates .excalidraw files and exports to PNG/SVG via Kroki API or locally using…

1.1k 3mo ago A 73 tokens

video-podcast-maker

03

dtsola/xiaoyaosearch

Skill Claude CodeCodex

Use when the user gives a topic and wants an automated video podcast created, or asks to learn visual design patterns from a reference video/image. Produces 4K video via research → script → TTS → Remotion → MP4 + BGM.

1.1k 3mo ago A 56 tokens

deep-research

04

zilliztech/mfs

Skill Claude CodeCodex

Answer a broad, open-ended, or multi-part question by iteratively searching MFS-indexed sources, following up on gaps, and synthesizing a cited report — the same "reason and search over private data" job zilliztech/deep-searcher does, but as a skill on top of mfs-find instead of a standalone framework. Use when the…

133 1mo ago A 219 tokens original Apache-2.0

mfs-find

05

zilliztech/mfs

Skill Claude CodeCodex

Search, grep, browse, and read across registered MFS data sources via the mfs CLI — codebases, docs, PDFs, web crawls, databases (postgres/mysql/mongo/snowflake/bigquery), issue trackers (jira/linear/github), CRMs (hubspot), chat (slack/discord/gmail/feishu), object stores (s3/gdrive). Use whenever the user asks to…

133 1mo ago A 225 tokens original Apache-2.0

mfs-ingest

06

zilliztech/mfs

Skill Claude CodeCodex

Register, update, or re-sync data sources for MFS so they become searchable — postgres / mysql / mongo / snowflake / bigquery, github / jira / linear / notion / hubspot / zendesk, slack / discord / gmail / feishu, s3 / gdrive / web / file. Use whenever the user wants to ADD a new data source to MFS, change an existing…

133 1mo ago A 196 tokens original Apache-2.0

dowse

07

ltspace/dowse

Skill Claude CodeCodex

Search the user's local files with dowse, a Windows full-text search index (Chinese + English, PDF/txt/md/code). Use this when the user asks you to find something on their disk — a note, a doc, a config, "that file about X" — instead of grepping the whole filesystem.

12 2d ago A 67 tokens original Apache-2.0

add-content-type

08

richardwooding/file-search-on

Skill Claude CodeCodex

Registers a new file-format content type in file-search-on by creating a file under internal/content/ that implements the four-method ContentType interface (Name, Extensions, MagicBytes, Attributes(ctx, fsys, path)), self-registers via init() calling content.Register(...), and for image variants relies on the image/…

5 5d ago A 163 tokens original MIT

add-mcp-tool

09

richardwooding/file-search-on

Skill Claude CodeCodex

Adds a new tool to file-search-on's MCP server in internal/mcpserver/server.go by defining JSON-tagged input/output structs (with jsonschema field tags), writing a handler that matches the SDK's ToolHandlerFor[In, Out] generic signature, registering it with mcp.AddTool inside New(), and adding an in-memory transport…

5 5d ago A 143 tokens original MIT

file-search-on-mcp

10

richardwooding/file-search-on

Skill Claude CodeCodex

Uses the file-search-on MCP server (43 tools — search / searchsemantic / validateexpr / stats / churnowners / coupling / circular / unusedexports / references / findduplicates / findnearduplicates / findduplicatefunctions / difftrees / apidiff / findmatches / importedby / finddefinition / codegraph / whocalls / calls…

5 5d ago A 327 tokens original MIT

everything-search

11

NingCiQiu/everything-mcp

Skill Claude CodeCodex

Search local Windows files and folders using the Everything Search plugin MCP tools. Use when Codex needs to find local file paths by filename, locate installed app files, search for matching folders, or avoid slow recursive disk scans by querying Everything through ES.exe or Everything's local HTTP endpoint.

0 1mo ago A 59 tokens original MIT