Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Code annotation requirements for pikru. Use when writing or porting Rust functions from C code. All ported functions must have cref comments.
.claude/skills/bearcove-code-annotations/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-17 | ✗→✓ | ▲ Improved | -32% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 612% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 18% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -69% | 0% |
| case-01 | ✗→✓ | ▲ Improved | -51% | 0% |
All Rust functions ported from C must be annotated with a cref comment:
rust// cref: c_function_name fn rust_function() { ... }
The // cref: comments create a traceable link between the Rust implementation and the original C function it was ported from. This helps:
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-17 | fail→pass | 13,846 | 11,309 | -18% | 1 | 1 | 0% | 2,784 | 1,902 | -32% | 0 | 0 | — |
case-02 | fail→pass | 3,434 | 19,501 | +468% | 1 | 1 | 0% | 513 | 3,650 | +612% | 0 | 0 | — |
case-03 | fail→pass | 10,541 | 11,507 | +9% | 1 | 1 | 0% | 2,075 | 2,442 | +18% | 0 | 0 | — |
case-04 | fail→pass | 12,562 | 3,951 | -69% | 1 | 1 | 0% | 2,155 | 676 | -69% | 0 | 0 | — |
case-01 | fail→pass | 7,376 | 4,569 | -38% | 1 | 1 | 0% | 1,420 | 698 | -51% | 0 | 0 | — |
case-05 | fail→pass | 15,786 | 6,785 | -57% | 1 | 1 | 0% | 2,329 | 1,096 | -53% | 0 | 0 | — |
case-06 | fail→pass | 16,752 | 7,966 | -52% | 1 | 1 | 0% | 3,156 | 1,792 | -43% | 0 | 0 | — |
case-07 | fail→pass | 23,068 | 12,578 | -45% | 1 | 1 | 0% | 3,523 | 2,516 | -29% | 0 | 0 | — |
case-08 | fail→fail | 11,131 | 8,456 | -24% | 1 | 1 | 0% | 1,871 | 1,661 | -11% | 0 | 0 | — |
case-09 | fail→pass | 18,313 | 14,789 | -19% | 1 | 1 | 0% | 3,833 | 3,626 | -5% | 0 | 0 | — |
case-10 | fail→pass | 13,411 | 4,980 | -63% | 1 | 1 | 0% | 2,315 | 1,036 | -55% | 0 | 0 | — |
case-11 | fail→pass | 22,383 | 15,079 | -33% | 1 | 1 | 0% | 2,978 | 2,412 | -19% | 0 | 0 | — |
case-12 | fail→pass | 27,016 | 19,690 | -27% | 1 | 1 | 0% | 4,307 | 3,293 | -24% | 0 | 0 | — |
case-13 | fail→pass | 17,551 | 69,274 | +295% | 1 | 1 | 0% | 3,063 | 1,962 | -36% | 0 | 0 | — |
case-14 | fail→pass | 15,836 | 8,175 | -48% | 1 | 1 | 0% | 2,941 | 1,662 | -43% | 0 | 0 | — |
case-15 | fail→pass | 40,561 | 24,538 | -40% | 1 | 1 | 0% | 6,486 | 4,051 | -38% | 0 | 0 | — |
case-16 | fail→pass | 13,662 | 2,273 | -83% | 1 | 1 | 0% | 1,981 | 426 | -78% | 0 | 0 | — |
case-18 | fail→pass | 18,618 | 22,136 | +19% | 1 | 1 | 0% | 2,617 | 3,675 | +40% | 0 | 0 | — |
case-19 | fail→pass | 16,639 | 11,011 | -34% | 1 | 1 | 0% | 2,495 | 1,830 | -27% | 0 | 0 | — |
case-20 | fail→pass | 10,402 | 11,190 | +8% | 1 | 1 | 0% | 1,852 | 1,695 | -8% | 0 | 0 | — |
case-21 | fail→pass | 33,354 | 24,863 | -25% | 1 | 1 | 0% | 3,616 | 3,694 | +2% | 0 | 0 | — |
case-22 | pass→pass | 10,488 | 12,124 | +16% | 1 | 1 | 0% | 1,987 | 2,299 | +16% | 0 | 0 | — |
case-23 | pass→fail | 9,685 | 7,911 | -18% | 1 | 1 | 0% | 1,669 | 1,186 | -29% | 0 | 0 | — |
case-24 | pass→pass | 16,105 | 15,184 | -6% | 1 | 1 | 0% | 2,380 | 2,232 | -6% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 24 cases were attempted. The headline lift of +79 percentage points is the difference between those two pass rates over the 24 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.