concurrent skills

26 tagged concurrent, measured the same way as everything else here.

Browse within: rust 23console 22terminal 22tui 22

check-bounds-safety

01

r3bl-org/r3bl-open-core

Skill Claude CodeCodex

Apply type-safe bounds checking patterns using VPIndex/VPLength types instead of usize. Use when working with arrays, buffers, cursors, viewports, or any code that handles indices and lengths.

485 2d ago A 46 tokens original Apache-2.0

organize-modules

02

r3bl-org/r3bl-open-core

Skill Claude CodeCodex

Apply private modules with public re-exports (barrel export) pattern for clean API design. Includes conditional visibility for docs and tests. Use when creating modules, organizing mod.rs files, or before creating commits.

485 2d ago A 47 tokens original Apache-2.0

write-documentation

03

r3bl-org/r3bl-open-core

Skill Claude CodeCodex

Write and format Rust documentation correctly. Apply proactively when writing code with rustdoc comments (//! or ///). Covers voice & tone, prose style (opening lines, explicit subjects, verb tense), structure (inverted pyramid), intra-doc links (crate:: paths, reference-style), constant conventions (binary/byte…

485 2d ago A 102 tokens original Apache-2.0