facebookfacebookOfficialยท5 Agent Skills Included

hermes

Build, test, and optimize the Hermes JavaScript engine safely

Guides AI agents through building, testing, and modifying the Hermes JavaScript engine for React Native. Covers GC-safe C++ coding, adding compiler IR instructions, extending JSI APIs, and analyzing binary size changes. Eliminates guesswork in complex VM development with step-by-step checklists and automated git rebase workflows.
npx skills add facebook/hermes --all -g -y
Available:

Instructs the AI agent on how to build, test, and safely modify the Hermes engine, including sanitizer build defaults, test runner workarounds, and when to invoke the GC-safe coding skill.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Hermes skills?โ–ผ

Run `npx skills add facebook/hermes --all -g -y` in your terminal to install all skills in this suite globally.

What is the Hermes JavaScript engine?โ–ผ

Hermes is an open-source JavaScript engine by Meta, optimized for fast startup of React Native apps using ahead-of-time compilation and compact bytecode.

How do these skills help with Hermes development?โ–ผ

They give your AI agent expert checklists for GC-safe C++ coding, adding compiler IR instructions, extending JSI APIs, and tracking binary size changes across commits.

Can AI automate git rebases without an editor?โ–ผ

Yes. The non-interactive git rebase skill lets your agent reorder, split, drop, and amend commits entirely through scripted commands.

Do these skills work with Claude Code?โ–ผ

Yes. All skills follow the standard SKILL.md format and run directly in Claude Code and other compatible AI coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’