Code annotation requirements for pikru. Use when writing or porting Rust functions from C code. All ported functions must have cref comments.
Idioma do texto original: inglês
Menu
O SkillsMP coletou 7 skills de bearcove/dodeca. Abra uma skill para revisar a origem e os detalhes.
Mostrando 7 de 7 skills coletadas.
Code annotation requirements for pikru. Use when writing or porting Rust functions from C code. All ported functions must have cref comments.
Idioma do texto original: inglês
Codebase organization for pikru. Use when you need to find where specific functionality lives.
Idioma do texto original: inglês
Debugging conventions for pikru. Use when adding debug traces or investigating issues. Important rule - leave debug traces in place.
Idioma do texto original: inglês
Git command conventions for pikru. Use when running any git commands to avoid blocking on interactive pager.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
Create minimal subtests to isolate and fix complex bugs. Use when a test fails and the issue is buried in complexity.
Idioma do texto original: inglês
Testing conventions for pikru. Use when running tests to avoid timeouts. DO NOT run the full test suite.
Idioma do texto original: inglês