← all publishers

mohebifar

@mohebifar source repo

6 published skills

  1. Preflight · mohebifar
    Run all CI checks locally (lint, format, typecheck, knip) and fix failures before committing or opening a PR. Use before every commit/push/PR, or when the user asks to verify the branch is CI-clean.
    0
    installs
  2. Sample Codemod · mohebifar bundle
    Move React components defined inside other components to module scope to prevent state resets and re-render bugs
    0
    installs
  3. Record Vidact Lint Rule · mohebifar bundle
    Record a proposed Vidact lint rule under docs/lint-rules when compiler or runtime work exposes a non-destructive render hazard, a hard-to-detect compatibility boundary, or an unavoidable React semantic difference that developers should see before the future Vidact Oxlint plugin exists. Use during implementation or design when the issue should be disclosed but is not a compiler error or an ordinary feature-roadmap gap.
    0
    installs
  4. Test Surgical Dom Updates · mohebifar bundle
    Add or review Vidact end-to-end browser-corpus coverage using React-shaped TSX mini apps compiled by the Vidact Vite plugin, with MutationObserver envelopes and DOM node identity proving surgical updates. Use when changing compiled bindings, component prop bridges, conditional ranges, keyed arrays, refs, direct DOM rendering, or when a test must distinguish an in-place update from remounting or unrelated DOM churn.
    0
    installs
  5. Record Vidact Architecture · mohebifar bundle
    Document durable Vidact compiler, runtime, reactivity, ownership, language-subset, or packaging decisions under docs/architecture. Use when an implementation settles or changes an architectural contract, when alternatives need a lasting rationale, or when an existing decision is superseded.
    0
    installs
  6. Manage Patched Oxc Submodule · mohebifar bundle
    Maintain Vidact's pinned Oxc submodule and owned git-go-patch series. Use when adding or editing Oxc React Compiler patches, preparing the checkout, reviewing the effective fork, or syncing vendor/oxc to a newer upstream revision.
    0
    installs