mm-cli-skill

Index, search, and extract content from multimodal directories using Unix-like commands.

12|Updated Apr 28, 2020
One-click install
npx skills add https://github.com/gideonshaked/dotfiles --skill mm-cli-skill-gideonshaked
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mm-cli-skill
Source: https://github.com/gideonshaked/dotfiles/tree/main/agents/agents/skills/mm-cli-skill
Command: npx skills add https://github.com/gideonshaked/dotfiles --skill mm-cli-skill-gideonshaked

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

mm-cli-skill enables quick indexing, exploration, and extraction across multimodal directories (images, videos, PDFs, code, and more) using a unified CLI to reduce manual triage and content discovery time.

Core Features & Use Cases

  • High-speed directory indexing and structure discovery with mm find
  • Content extraction and search across diverse file types (text, PDFs, images, videos)
  • Use Case: quickly inventory a project workspace and pull answers from its documents

Quick Start

Start by indexing a directory with mm find <dir> --tree --depth 1 to view its structure.

Frequently Asked Questions about mm-cli-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I index a directory and extract text from multimodal files like PDFs?

To index a directory and extract text from PDFs, use the mm find command to quickly inventory the structure and apply built-in extraction to pull content from multimodal files across the workspace.

What is the best way to search across mixed file types including images, videos, and code?

The best way to search across mixed file types is using a unified CLI with Unix-like commands such as find, cat, grep, and wc to perform semantic search and content discovery across images, videos, and code.

Can I customize the content extraction pipeline for specific file formats?

Yes, you can customize the content extraction pipeline using built-in encoders and YAML pipelines to tailor the indexing and extraction process for specific file formats within your directories.

Do I need any external dependencies to run local indexing and token counts?

No external dependencies are required to run local indexing and token counts; the tool operates independently to provide fast local indexing and quick inventories across your multimodal directories.

How do I get a quick inventory of a project workspace structure?

To get a quick inventory of a project workspace structure, apply the mm find command with the tree and depth parameters to view the directory layout and reduce manual triage time.