Skip to main content

r3bl-org/r3bl-open-core

SkillsMP hat 22 Skills aus r3bl-org/r3bl-open-core gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.

Letzte erfasste Quellaktivität
SkillsMP-Katalog aktualisiert
gesammelte Skills
22
GitHub-Stars
485
GitHub-Forks
31

Es werden 22 von 22 gesammelten Skills angezeigt.

Beruf
nicht klassifiziert
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
nicht klassifiziert
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
nicht klassifiziert
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
nicht klassifiziert
Beschreibung

Interactively review code changes chunk by chunk with explicit user approval

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
nicht klassifiziert
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
nicht klassifiziert
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
nicht klassifiziert
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
nicht klassifiziert
Beschreibung

Enforce the "Clean Imports over Inline Absolute Paths" rule by removing inline crate:: prefixes and adding proper use statements.

Quellsprache: Englisch

Aktualisiert
Beruf
nicht klassifiziert
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
nicht klassifiziert
Beschreibung

Safely execute rename requests and mass refactoring using file-by-file native edits, semantic AST tools, and optional BTRFS staging verification.

Quellsprache: Englisch

Aktualisiert
Beruf
nicht klassifiziert
Beschreibung

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::…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Rules and guidelines for creating well-formatted commit messages, including 72-char limits, scope prefixes, and trailer blocks for tasks, PR closing, and attribution.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Zero-allocation string building strategies. Use when formatting strings, generating ANSI codes, or writing hot loops to avoid heap allocations and Formatter state machine overhead.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Standard for writing structured tracing logs behind debug flags.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Create a structured integration and review plan for a Pull Request

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Push local changes and create a GitHub Pull Request.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Guidelines for deeply exploring the problem space first and designing the best solution before implementing.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Workflow for rebasing and merging a local branch to main via a GitHub Pull Request.

Quellsprache: Englisch

Aktualisiert
Beruf
Netzwerk- und Computersystemadministratoren
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Establish performance baselines and detect regressions using flamegraph analysis. Use when optimizing performance-critical code, investigating performance issues, or before creating commits with performance-sensitive changes.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Es werden 22 von 22 gesammelten Skills angezeigt.