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.
원문 언어: 영어