Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
$pwd:
r3bl-org
GitHub creator profile

r3bl-org

Repository-level view of 9 collected skills across 1 GitHub repositories, including approximate occupation coverage.

skills collected
9
repositories
1
occupation fields
1
updated
2026-03-22
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
r3bl-open-core
9 skills47231updated 2026-03-22
100% of creator
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-03-22
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-03-21
write-documentation
مطوّرو البرمجياتمبرمجو الحاسوب

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 literal/decimal), and formatting (cargo rustdoc-fmt). Also use retroactively via /fix-intradoc-links, /fix-comments, or /fix-md-tables commands.

2026-03-21
run-clippy
مبرمجو الحاسوب

Run clippy linting, enforce comment punctuation rules, format code with cargo fmt, and verify module organization patterns. Use after code changes and before creating commits.

2026-02-28
release-crate
مطوّرو البرمجيات

Publish a crate release to crates.io with changelog, git tag, and GitHub release. Use when releasing a new version of any workspace crate.

2026-02-17
analyze-log-files
متخصصو دعم شبكات الحاسوب

Analyze log files by stripping ANSI escape sequences first. Use when asked to process, handle, read, or analyze log files that may contain terminal escape codes.

2026-01-27
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-01-27
check-bounds-safety
مطوّرو البرمجيات

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

2025-12-07
Showing top 8 of 9 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded