← Back to list

code-annotations
by bearcove
pikchr port to Rust
⭐ 22🍴 1📅 Jan 23, 2026
SKILL.md
name: code-annotations description: Code annotation requirements for pikru. Use when writing or porting Rust functions from C code. All ported functions must have cref comments.
Code Annotations
All Rust functions ported from C must be annotated with a cref comment:
// cref: c_function_name
fn rust_function() { ... }
Purpose
The // cref: comments create a traceable link between the Rust implementation and the original C function it was ported from. This helps:
- Future maintainers understand the origin of the code
- Cross-reference behavior between C and Rust implementations
- Debug discrepancies between the two implementations
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon