excel-parser
SKILL.md
Excel Parser
Table of Contents
- Overview
- Core Philosophy: Scout Pattern
- When to Use This Skill
- Processing Workflow
- Complexity Scoring Rules
- Path A: Pandas Standard Mode
- Path B: HTML Semantic Mode
- Best Practices
- Troubleshooting
- Dependencies
- Resources
Overview
Provide intelligent routing strategies for parsing Excel/CSV files by analyzing complexity and choosing the optimal processing path. The skill implements a "Scout Pattern" that scans file metadata before processing to balance speed (Pandas) with accuracy (semantic extraction).