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.
저장소 1개 중 1개 표시
모든 저장소를 표시했습니다