Code annotation requirements for pikru. Use when writing or porting Rust functions from C code. All ported functions must have cref comments.
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٧ من skills من bearcove/dodeca. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٧ من أصل ٧ skills مجمعة.
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.
لغة النص الأصلي: الإنجليزية