← Back to list

syntax-hunter
by udapy
Agentic Skills focused on Rust Language.
⭐ 4🍴 1📅 Jan 23, 2026
SKILL.md
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>
- Semicolons: Did you forget a
;at the end of a statement?- Note: The last expression in a block returns a value (no semicolon).
- Braces: Are
{}matching? - Turbofish: Are you calling a generic function? Use
::<>, e.g.,collect::<Vec<_>>(). - Lifetimes:
'asyntax usage vs declaration.
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon


