Skip to main content

r3bl-org/r3bl-open-core

SkillsMP は r3bl-org/r3bl-open-core から 22 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
22
GitHub スター
485
GitHub フォーク
31

収集済み skill 22 件中 22 件を表示しています。

職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

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.

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

Interactively review code changes chunk by chunk with explicit user approval

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

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.

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

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.

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Standard for writing structured tracing logs behind debug flags.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Create a structured integration and review plan for a Pull Request

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Push local changes and create a GitHub Pull Request.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
収集済み skill 22 件中 22 件を表示しています。