Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

hermes

hermes contient 5 skills collectées depuis facebook, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
5
Stars
11.2k
mis à jour
2026-05-14
Forks
818
Couverture métier
1 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

gc-safe-coding
Développeurs de logiciels

Rules for writing and reviewing GC-safe C++ code in the Hermes VM runtime. Use when writing, modifying, or reviewing C++ runtime VM code that uses internal Hermes VM APIs (as opposed to code using JSI). This includes working with GC-managed types (HermesValue, Handle, PinnedValue, JSObject, StringPrimitive, etc.), Locals, GCScope, PseudoHandle, CallResult, or any function with _RJS suffix. Typically in lib/VM/, include/hermes/VM/, API/hermes/, or API/napi/.

2026-05-14
modify-jsi-features
Développeurs de logiciels

Guide for adding new JSI functionality to the JavaScript Interface (JSI) layer. Use when the user asks to add, create, or implement new methods or features in the JSI Runtime interface. Covers all required files across JSI core, Hermes implementation, and SynthTrace replay support.

2026-04-15
binary-size-analysis
Développeurs de logiciels

This skill should be used when the user wants to analyze hermesvm binary size changes across a range of commits. Use when the user mentions "binary size", "size analysis", "size regression", "size increase", or asks to measure how commits affect the hermesvm library size.

2026-03-11
non-interactive-git-rebase
Développeurs de logiciels

Use when needing to reorder, split, drop, or amend git commits that are not the top commit, without interactive editor access. Covers programmatic rebase via GIT_SEQUENCE_EDITOR, commit splitting with automated hunk selection, and metadata changes (author, message, dates) on any commit in a range.

2026-02-20
add-ir-instruction
Développeurs de logiciels

Guide for adding a new IR instruction to the Hermes compiler. Use when the user asks to add, create, or define a new IR instruction (Inst/Instruction) in the Hermes intermediate representation. Covers all required files and the patterns for each.

2026-02-19