Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/AIDotNet/MoYuCode --skill regex-testerコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | regex-tester |
| description | 测试和调试正则表达式,支持匹配高亮、捕获组和常用模式库。 |
| metadata | {"short-description":"测试正则表达式"} |
| source | {"repository":"https://github.com/python/cpython","license":"PSF"} |
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
SOC 職業分類に基づく