Code annotation requirements for pikru. Use when writing or porting Rust functions from C code. All ported functions must have cref comments.
原文の言語: 英語
メニュー
SkillsMP は bearcove/dodeca から 7 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
収集済み skill 7 件中 7 件を表示しています。
Code annotation requirements for pikru. Use when writing or porting Rust functions from C code. All ported functions must have cref comments.
原文の言語: 英語
Codebase organization for pikru. Use when you need to find where specific functionality lives.
原文の言語: 英語
Debugging conventions for pikru. Use when adding debug traces or investigating issues. Important rule - leave debug traces in place.
原文の言語: 英語
Git command conventions for pikru. Use when running any git commands to avoid blocking on interactive pager.
原文の言語: 英語
Idiomatic Rust patterns for pikru C port. Use when writing or reviewing Rust code ported from C. Don't write C in Rust - the goal is correct behavior, not line-by-line translation.
原文の言語: 英語
Create minimal subtests to isolate and fix complex bugs. Use when a test fails and the issue is buried in complexity.
原文の言語: 英語
Testing conventions for pikru. Use when running tests to avoid timeouts. DO NOT run the full test suite.
原文の言語: 英語