Skip to main content
Run any Skill in Manus
with one click
GitHub repository

hermes

hermes contains 5 collected skills from facebook, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
5
Stars
11.2k
updated
2026-05-14
Forks
818
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

gc-safe-coding
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
hermes Agent Skills on GitHub | SkillsMP