Generate regex patterns from plain English descriptions. Use when the user needs to create regular expressions without memorizing syntax.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill regex-writer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Regex Writer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-regex-writer)More formats (shields.io, HTML) on the badges page.
---
name: regex-writer
description: Generate regex patterns from plain English descriptions. Use when the user needs to create regular expressions without memorizing syntax.
---
# Regex Writer
Turn plain English into working regex patterns. Describe what you want to match and get a tested pattern back with explanation and examples.
## Usage
```bash
npx ai-regex "your description here"
```
## Examples
```bash
# Match email addresses
npx ai-regex "match valid email addresses"
# Extract phone numbers
npx ai-regex "US phone numbers with optional country code"
# Get JSON output
npx ai-regex --json "URLs starting with https"
```
## Notes
- Free, open source, MIT licensed
- Built by LXGIC Studios
- GitHub: https://github.com/LXGIC-Studios/ai-regex
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!