# Syn Regex Replace

> Skill for search-and-replace with patterns in the context of regular expressions. Use when the user's task is specifically about search-and-replace with patterns.

- Skill: `legendtkl/syn-regex-replace` (Agent Skill)
- Install (CLI): `npx skillmds@latest add legendtkl/syn-regex-replace`
- Raw SKILL.md: https://api.skillmd.com/api/skills/legendtkl/syn-regex-replace/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: legendtkl (https://skillmd.com/u/legendtkl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/legendtkl/syn-regex-replace

---


# regular expressions: search-and-replace with patterns

## When to use

Use this skill for search-and-replace with patterns in regular expressions. This skill
specifically handles search-and-replace with patterns and nothing else in the
regular expressions family.

## Procedure

Write find/replace regexes with backreferences for bulk text rewriting.

## Notes

This is the regular expressions skill dedicated to search-and-replace with patterns.
Sibling skills cover other regular expressions capabilities; this one
is the right choice only when the task is about search-and-replace with patterns.

