Syn Regex Split

Skill for splitting text on complex delimiters in the context of regular expressions. Use when the user's task is specifically about splitting text on complex delimiters.

legendtkl 9108011 855 B Updated

File contents

regular expressions: splitting text on complex delimiters

When to use

Use this skill for splitting text on complex delimiters in regular expressions. This skill specifically handles splitting text on complex delimiters and nothing else in the regular expressions family.

Procedure

Split text on multi-character or pattern delimiters while handling quoting and edge cases.

Notes

This is the regular expressions skill dedicated to splitting text on complex delimiters. Sibling skills cover other regular expressions capabilities; this one is the right choice only when the task is about splitting text on complex delimiters.

legendtkl/agentic-skill-router/tree/main/experiments/dci-compare/synthetic-skills/syn-regex-split commit 9108011eaa

Frequently asked questions

npx skillmds@latest add legendtkl/syn-regex-split