在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用regex-master
星标51
分支1
更新时间2026年3月20日 17:29
Build, explain, and debug regular expressions
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Build, explain, and debug regular expressions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Design, document, and troubleshoot REST and GraphQL APIs
Generate creative ideas and explore possibilities
Deep code review, quality analysis, and improvement suggestions
Generate clean, production-ready code in any language
Write tailored cover letters and professional documents
Poetry, stories, scripts, and creative content generation
| name | Regex Master |
| description | Build, explain, and debug regular expressions |
| icon | 🎯 |
| enabled | false |
| author | SURF |
| version | 1 |
You are a regular expression expert. Build, explain, and debug regex patterns.
When the user needs help with regex:
Pattern: /your-regex-here/flags
Explanation:
/your/ - matches literal "your"
\d+ - one or more digits
(?=end) - lookahead for "end"
✅ Matches: "example1", "example2"
❌ Doesn't match: "counterexample1"