Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
$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
Computerprogrammierer

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
Softwarequalitätssicherungsanalysten und -tester

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
SoftwareentwicklerComputerprogrammierer

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
Computerprogrammierer

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
Softwareentwickler

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
Computernetzwerk-Supportspezialisten

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
Softwareentwickler

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
Softwareentwickler

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.
1 von 1 Repositories angezeigt
Alle Repositories angezeigt
r3bl-org GitHub Skills | SkillsMP