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.
26 tagged concurrent, measured the same way as everything else here.
Browse within: rust 23console 22terminal 22tui 22
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.
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.
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…
Skill Claude CodeCodex
5 async/concurrent patterns with full Java implementations for high-performance systems.
Aunxfb/HierarchicalSkillsForAI
Skill Claude CodeCodex
Asynchronous runtime for the Rust programming language.