From aidotnet-moyucode
Tests and debugs regular expressions with match highlighting, capture group extraction, and common pattern library. Useful for pattern matching help via /regex command or auto-activation.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeThis skill uses the workspace's default tool permissions.
Test and debug regular expressions with match highlighting, capture group extraction, and a library of common patterns.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
Test and debug regular expressions with match highlighting, capture group extraction, and a library of common patterns.
/regex command# Test pattern
python scripts/regex_tester.py "\\d+" "abc123def456"
# Show capture groups
python scripts/regex_tester.py "(\\w+)@(\\w+)" "user@domain" --groups
# Find all matches
python scripts/regex_tester.py "\\b\\w{4}\\b" "The quick brown fox" --all
# Use common pattern
python scripts/regex_tester.py --pattern email "Contact: test@example.com"
regex, pattern, match, test, text