Geo Batch banner
mverab mverab

Geo Batch

Development community

Description

--- name: geo:batch description: Process multiple content files in a folder arguments: - name: folder description: Path to folder containing content files required: true - name: pattern description: File pattern to match (default *.md) required: false --- # /geo:batch Command Batch process all content files in a folder. ## Workflow 0. **Validate MCPs** - Run `validation-doctor`; if missing, provide setup snippets 1. **Scan** - Find all matching files in folder 2. **Proces

Installation

Installs to ~/.claude/commands/mverab-egeoagents-geo-batch.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/mverab/eGEOagents/HEAD/.claude/commands/geo-batch.md -o ~/.claude/commands/mverab-egeoagents-geo-batch.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository