Skill Claude CodeCodex
Expert code review of current git changes with a senior engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements.
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
Skill Claude CodeCodex
Expert code review of current git changes with a senior engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements.
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…
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.
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…
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…
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…
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.
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/…
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…
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…
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.