Armory
Source
Browse
Skills

regex-vs-llm-structured-text

Decision framework for choosing between regex and LLM when parsing structured text — start with regex, add LLM only for low-confidence edge cases.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install regex-vs-llm-structured-text --cli claude

writes the skill into.claude/skills/regex-vs-llm-structured-text/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/regex-vs-llm-structured-text/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Decision framework for choosing between regex and LLM when parsing structured text — start with regex, add LLM only for low-confidence edge cases.

When to use it

Decision framework for choosing between regex and LLM when parsing structured text — start with regex, add LLM only for low-confidence edge cases.

How to install / invoke

Vendored from affaan-m/ecc (skills). See the source: https://github.com/affaan-m/ecc/blob/main/skills/regex-vs-llm-structured-text/SKILL.md

Notes

Ingested from the affaan-m/ecc harness library (MIT).