Skip to main content
r3bl-org
GitHub creator profile

r3bl-org

Repository-level view of 22 collected skills across 1 GitHub repositories.

skills collected
22
repositories
1
updated
Aug 26, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

batch-refactor-with-sub-agents
unclassified

Use a sub-agent (like `generalist`) to perform repetitive code transformations across multiple files in a single turn.

Aug 26, 2026
check-bounds-safety
unclassified

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.

Aug 26, 2026
check-code-quality
unclassified

Run comprehensive Rust code quality checks including compilation, linting, documentation, and tests. Use after completing code changes and before creating commits.

Aug 26, 2026
code-review
unclassified

Interactively review code changes chunk by chunk with explicit user approval

Aug 26, 2026
concurrency-safety
software-developers

Concurrency safety patterns for R3BL - Chain of Custody, Loud Lock Releases, and Ergonomic Atomics. Use when working with threads, locks, or atomics.

Aug 26, 2026
design-philosophy
unclassified

Core design principles for the codebase - cognitive load, progressive disclosure, type safety, abstraction worth. Use when designing APIs, modules, or data structures.

Aug 26, 2026
organize-modules
unclassified

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.

Aug 26, 2026
organize-tests
unclassified

Organize tests by isolation requirements, adhering to PTY conventions and subprocess isolation patterns.

Aug 26, 2026
Showing 8 of 22 collected skills.
Showing 1 of 1 repositories
All repositories loaded