Skip to main content
r3bl-org
GitHub 제작자 프로필

r3bl-org

1개 GitHub 저장소에서 수집된 22개 skills를 저장소 단위로 보여줍니다.

수집된 skills
22
저장소
1
업데이트
2026년 8월 26일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

저장소 탐색

저장소와 대표 skills

batch-refactor-with-sub-agents
미분류

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

2026년 8월 26일
check-bounds-safety
미분류

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.

2026년 8월 26일
check-code-quality
미분류

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

2026년 8월 26일
code-review
미분류

Interactively review code changes chunk by chunk with explicit user approval

2026년 8월 26일
concurrency-safety
소프트웨어 개발자

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

2026년 8월 26일
design-philosophy
미분류

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

2026년 8월 26일
organize-modules
미분류

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.

2026년 8월 26일
organize-tests
미분류

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

2026년 8월 26일
수집된 skill 22개 중 8개를 표시합니다.
저장소 1개 중 1개 표시
모든 저장소를 표시했습니다