·regex-visual-debugger
</>

regex-visual-debugger

Debug regex patterns with visual breakdowns, plain English explanations, test case generation, and flavor conversion. Use when user needs help with regular expressions or pattern matching.

41Installs·0Trend·@onewave-ai

Installation

$npx skills add https://github.com/onewave-ai/claude-skills --skill regex-visual-debugger

How to Install regex-visual-debugger

Quickly install regex-visual-debugger AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/onewave-ai/claude-skills --skill regex-visual-debugger
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: onewave-ai/claude-skills.

SKILL.md

View raw

^ - Start anchor [A-Z] - Character class (uppercase letters) \d{3} - Digit, exactly 3 times $ - End anchor

1ABC (starts with digit) ABCD (no digits) A12 (too few digits)

User: "Why doesn't this regex match emails: \w+@\w+\.\w+?" Response: Analyze pattern → Explain it matches simple emails only → Show test cases (fails on "user+tag@domain.co.uk") → Identify issues (doesn't handle special chars, multiple TLDs) → Provide improved pattern → Generate comprehensive test cases

Debug regex patterns with visual breakdowns, plain English explanations, test case generation, and flavor conversion. Use when user needs help with regular expressions or pattern matching. Source: onewave-ai/claude-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/onewave-ai/claude-skills --skill regex-visual-debugger
Category
</>Dev Tools
Verified
First Seen
2026-02-18
Updated
2026-03-10

Browse more skills from onewave-ai/claude-skills

Quick answers

What is regex-visual-debugger?

Debug regex patterns with visual breakdowns, plain English explanations, test case generation, and flavor conversion. Use when user needs help with regular expressions or pattern matching. Source: onewave-ai/claude-skills.

How do I install regex-visual-debugger?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/onewave-ai/claude-skills --skill regex-visual-debugger Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/onewave-ai/claude-skills