Skip to main content

r3bl-org/r3bl-open-core

SkillsMP a collecté 22 skills depuis r3bl-org/r3bl-open-core. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
22
Étoiles GitHub
485
Forks GitHub
31

Affichage de 22 skills collectés sur 22.

métier
non classé
description

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

Langue du texte source : anglais

mis à jour
métier
non classé
description

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.

Langue du texte source : anglais

mis à jour
métier
non classé
description

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

Langue du texte source : anglais

mis à jour
métier
non classé
description

Interactively review code changes chunk by chunk with explicit user approval

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
non classé
description

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

Langue du texte source : anglais

mis à jour
métier
non classé
description

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.

Langue du texte source : anglais

mis à jour
métier
non classé
description

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

Langue du texte source : anglais

mis à jour
métier
non classé
description

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

Langue du texte source : anglais

mis à jour
métier
non classé
description

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.

Langue du texte source : anglais

mis à jour
métier
non classé
description

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

Langue du texte source : anglais

mis à jour
métier
non classé
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Standard for writing structured tracing logs behind debug flags.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Create a structured integration and review plan for a Pull Request

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Push local changes and create a GitHub Pull Request.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
Affichage de 22 skills collectés sur 22.