Syn Regex Extract

Skill for extracting matches from text in the context of regular expressions. Use when the user's task is specifically about extracting matches from text.

legendtkl 2b7bf1c 800 B Updated

File contents

regular expressions: extracting matches from text

When to use

Use this skill for extracting matches from text in regular expressions. This skill specifically handles extracting matches from text and nothing else in the regular expressions family.

Procedure

Write regexes to extract all matches/capture groups from text and return them structured.

Notes

This is the regular expressions skill dedicated to extracting matches from text. Sibling skills cover other regular expressions capabilities; this one is the right choice only when the task is about extracting matches from text.

legendtkl/agentic-skill-router/tree/main/experiments/dci-compare/synthetic-skills/syn-regex-extract commit 2b7bf1c7c6

Frequently asked questions

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