Geo Optimize banner
mverab mverab

Geo Optimize

Development community

Description

--- name: geo:optimize description: Optimize a local content file for GEO without full audit arguments: - name: file description: Path to content file to optimize required: true --- # /geo:optimize Command Quick optimization of local content files. ## Workflow 0. **Validate MCPs** - Run `validation-doctor`; if missing, provide setup snippets 1. **Analyze** - Read and score file content (source of truth) 2. **Rewrite** - Apply GEO optimization based on analyzer output 3. **Schema**

Installation

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

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

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

Full documentation available on GitHub

View Source Repository