What does this skill do?
The Hybrid Regex and LLM Parser Skill resolves the dilemma of choosing between regex and language models for extracting structured text. The core strategy uses regex for 95–98% of cases in a deterministic and cost-effective manner, reserving the LLM exclusively for edge cases where extraction confidence is low. It includes confidence scoring, automatic filtering, and selective validation using cost-effective models.