Syn Regex Validate

Skill for validating string formats in the context of regular expressions. Use when the user's task is specifically about validating string formats.

legendtkl 1743f91 781 B Updated

File contents

regular expressions: validating string formats

When to use

Use this skill for validating string formats in regular expressions. This skill specifically handles validating string formats and nothing else in the regular expressions family.

Procedure

Write anchored regexes that validate whether a string matches a format (email, SKU, etc.).

Notes

This is the regular expressions skill dedicated to validating string formats. Sibling skills cover other regular expressions capabilities; this one is the right choice only when the task is about validating string formats.

legendtkl/agentic-skill-router/tree/main/experiments/dci-compare/synthetic-skills/syn-regex-validate commit 1743f91e4b

Frequently asked questions

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