Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
$pwd:
crbnos
GitHub creator profile

crbnos

Repository-level view of 7 collected skills across 1 GitHub repositories, including approximate occupation coverage.

skills collected
7
repositories
1
occupation fields
1
updated
2026-05-31
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
carbon
7 skills2.1k279updated 2026-05-31
100% of creator
debugging-difficult-bugs
مطوّرو البرمجيات

Use early when debugging a medium or hard bug, especially when tests alone may not reveal the real runtime failure. Trigger this before extended TDD iteration when a bug involves runtime state, ordering, persistence, streaming, concurrency, UI/manual reproduction, external services, or when a red or newly passing test may not model the real issue. Skip only when the root cause is already directly proven by a stack trace or deterministic test that exercises the real runtime path.

2026-05-31
pr-explainer
مطوّرو البرمجيات

Use when creating an approachable, self-contained HTML review aid for a pull request; explaining what changed, why it matters, how it works, and how it fits into the broader system; turning PR diffs, commits, tests, and architecture context into a local `.pr-review/` HTML page for reviewers; or helping reviewers understand complex code changes without dumping the full diff.

2026-05-31
pr-splitter
مطوّرو البرمجيات

Use when breaking a large, complex, messy, or hard-to-review pull request into multiple smaller PRs; planning stacked PRs; extracting independent changes from a branch; splitting mixed refactor and behavior changes; managing drift after review feedback; rebasing follow-up PRs as earlier PRs change; or preserving original branch intent while shipping incrementally.

2026-05-31
ralph-plan
مطوّرو البرمجيات

Interactive planning assistant that helps create focused, well-structured ralph-loop commands through collaborative conversation

2026-05-31
thermo-nuclear-review
محللو ضمان جودة البرمجيات والمختبرون

Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality review, thermonuclear review, deep code quality audit, or especially harsh maintainability review.

2026-05-31
database-transactions
مصممو قواعد البيانات

Use when writing service functions that perform multi-row database writes, bulk updates, reordering, or any operation that must succeed or fail atomically. Triggers on Kysely transactions, sortOrder updates, bulk inserts/updates, multi-table writes, and service functions with array/loop writes.

2026-05-16
forms
مطوّرو البرمجيات

Use when building, editing, or adding forms in the Carbon ERP/MES codebase - covers ValidatedForm, zod validators, form components, and action handlers

2026-04-25
Showing 1 of 1 repositories
All repositories loaded