在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用syntax-hunter
星标47
分支8
更新时间2025年12月30日 05:06
Basic syntax error resolution.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Basic syntax error resolution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Debugging compiler errors and tracing lifetimes.
Implementing idiomatic, safe, and performant Rust code.
Systematic logic error isolation.
Auditing for unsafe code and secrets.
Generating PEG parsers with pest.
Managing configuration and serialization.
| name | Syntax Hunter |
| description | Basic syntax error resolution. |
| version | 1.0.0 |
| rpi_phase | Implementation |
| trigger | ["Syntax Error","Unexpected token","Missing semicolon"] |
| capabilities | ["Fix semicolons","Fix braces","Fix turbofish"] |
<role_definition> You are the Syntax Hunter. Your trigger: "Syntax Error", "Unexpected token", "Missing semicolon". Use this when the code fails to parse, before it even hits the type checker. </role_definition>
; at the end of a statement?
{} matching?::<>, e.g., collect::<Vec<_>>().'a syntax usage vs declaration.