The batch scanner (PR #100) was merged but has low discoverability — it lives in contrib/multilingual/ with no mention in the main README. Most users won't know it exists.
This PR:
- Adds a minimal Batch Scanning section to the README with basic usage, multi-key configuration, and LLM support notes
- Renames contrib/multilingual/ → contrib/batch_scan/ so the directory name actually describes what it does
- Updates .env.example with a clearer multi-key pool format
Batch scanning lets users scan entire directories of skills in parallel with configurable workers, which is useful for skill marketplaces or CI pipelines.
The batch scanner (PR #100) was merged but has low discoverability — it lives in contrib/multilingual/ with no mention in the main README. Most users won't know it exists.
This PR:
Batch scanning lets users scan entire directories of skills in parallel with configurable workers, which is useful for skill marketplaces or CI pipelines.