published by r3bl-org
16 listings on this page, in order of arrival. Each one has its own page with README, repository facts and source links.
- check-bounds-safety ★ 433
Apply type-safe bounds checking patterns using Index/Length types instead of usize. Use when working with arrays, buffers, cursors, viewport - check-code-quality ★ 433
Run comprehensive Rust code quality checks including compilation, linting, documentation, and tests. Use after completing code changes and b - check-code-quality ★ 433
Run comprehensive Rust code quality checks including compilation, linting, documentation, and tests. Use after completing code changes and b - analyze-log-files ★ 433
Analyze log files by stripping ANSI escape sequences first. Use when asked to process, handle, read, or analyze log files that may contain t - run-clippy ★ 433
Run clippy linting, enforce comment punctuation rules, format code with cargo fmt, and verify module organization patterns. Use after code c - check-bounds-safety ★ 433
Apply type-safe bounds checking patterns using Index/Length types instead of usize. Use when working with arrays, buffers, cursors, viewport - write-documentation ★ 433
Write and format Rust documentation correctly. Apply proactively when writing code with rustdoc comments (//! or ///). Covers structure (inv - organize-modules ★ 433
Apply private modules with public re-exports pattern for clean API design. Includes conditional visibility for docs and tests. Use when crea - check-bounds-safety ★ 433
Apply type-safe bounds checking patterns using Index/Length types instead of usize. Use when working with arrays, buffers, cursors, viewport - analyze-performance ★ 433
Establish performance baselines and detect regressions using flamegraph analysis. Use when optimizing performance-critical code, investigati - organize-modules ★ 433
Apply private modules with public re-exports pattern for clean API design. Includes conditional visibility for docs and tests. Use when crea - run-clippy ★ 433
Run clippy linting, enforce comment punctuation rules, format code with cargo fmt, and verify module organization patterns. Use after code c - analyze-log-files ★ 433
Analyze log files by stripping ANSI escape sequences first. Use when asked to process, handle, read, or analyze log files that may contain t - run-clippy ★ 433
Run clippy linting, enforce comment punctuation rules, format code with cargo fmt, and verify module organization patterns. Use after code c - analyze-log-files ★ 433
Analyze log files by stripping ANSI escape sequences first. Use when asked to process, handle, read, or analyze log files that may contain t - organize-modules ★ 433
Apply private modules with public re-exports pattern for clean API design. Includes conditional visibility for docs and tests. Use when crea