Skip to main content
Manusで任意のスキルを実行
ワンクリックで
$pwd:
facebook
GitHub creator profile

facebook

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

skills collected
65
repositories
13
occupation fields
1
updated
2026-05-22
occupation focus
Major fields detected across this creator.
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
immersive-web-sdk
20 skills · 2026-05-21
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者ウェブ開発者ウェブ・デジタルインターフェースデザイナーコンピュータシステムアナリスト
5 occupation categories · 100% classified
31%share
#02
meta-wearables-dat-ios
9 skills · 2026-05-14
ソフトウェア開発者ウェブ開発者ソフトウェア品質保証アナリスト・テスター
3 occupation categories · 100% classified
14%share
#03
meta-wearables-dat-android
9 skills · 2026-05-14
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターウェブ開発者
3 occupation categories · 100% classified
14%share
#04
react
7 skills · 2026-01-24
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 occupation categories · 100% classified
11%share
#05
hermes
5 skills · 2026-05-14
ソフトウェア開発者コンピュータプログラマーネットワーク・コンピュータシステム管理者
3 occupation categories · 100% classified
7.7%share
#06
pyre-check
5 skills · 2026-04-28
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター情報セキュリティアナリスト
3 occupation categories · 100% classified
7.7%share
#07
openzl
3 skills · 2026-04-22
ソフトウェア開発者コンピュータプログラマーソフトウェア品質保証アナリスト・テスター
3 occupation categories · 100% classified
4.6%share
#08
relay
2 skills · 2026-04-22
ウェブ開発者ソフトウェア品質保証アナリスト・テスター
2 occupation categories · 100% classified
3.1%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
immersive-web-sdk
20 skills35368updated 2026-05-21
31% of creator
iwsdk-dev
ソフトウェア開発者

MUST read this skill BEFORE developing VR/MR/browser-first 3D applications using IWSDK (Immersive Web SDK). Covers project scaffolding, headless browser setup, CLI tools, reference system, ECS debugging, XR emulation, verification workflows, deployment, and known issues.

2026-05-21
test-audio
ソフトウェア品質保証アナリスト・テスター

Test audio system (AudioSource loading, playback state, stop, spatial audio) against the audio example using the iwsdk CLI.

2026-05-15
test-ecs-core
ソフトウェア品質保証アナリスト・テスター

Test ECS core functionality (system registration, components, Transform sync, pause/step/resume, system toggle, entity discovery, snapshots) against the poke example using the iwsdk CLI.

2026-05-15
test-environment
ソフトウェア品質保証アナリスト・テスター

Test environment system (DomeGradient, IBLGradient, default lighting, component schemas) against the poke example using the iwsdk CLI.

2026-05-15
test-grab
ソフトウェア品質保証アナリスト・テスター

Test grab system (distance grab, one-hand grab, two-hand grab) against the grab example using the iwsdk CLI.

2026-05-15
test-interactions
ソフトウェア品質保証アナリスト・テスター

Test XR interactions (ray, poke/touch, dual-mode, audio, UI panel) against the poke example using the iwsdk CLI.

2026-05-15
test-level
ソフトウェア品質保証アナリスト・テスター

Test level system (LevelRoot, LevelTag, default lighting, scene hierarchy) against the poke example using the iwsdk CLI.

2026-05-15
test-locomotion
ソフトウェア品質保証アナリスト・テスター

Test locomotion system (slide, snap turn, teleport, jump) against the locomotion example using the iwsdk CLI.

2026-05-15
Showing top 8 of 20 collected skills in this repository.
#002
meta-wearables-dat-ios
9 skills39795updated 2026-05-14
14% of creator
Showing top 8 of 9 collected skills in this repository.
#003
meta-wearables-dat-android
9 skills27587updated 2026-05-14
14% of creator
Showing top 8 of 9 collected skills in this repository.
#004
react
7 skills245.2k51.1kupdated 2026-01-24
11% of creator
#005
hermes
5 skills11.1k786updated 2026-05-14
7.7% of creator
gc-safe-coding
ソフトウェア開発者

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
ソフトウェア開発者

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
ネットワーク・コンピュータシステム管理者ソフトウェア開発者

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
ソフトウェア開発者

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
コンピュータプログラマーソフトウェア開発者

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
#006
pyre-check
5 skills7.2k451updated 2026-04-28
7.7% of creator
#007
openzl
3 skills3.1k148updated 2026-04-22
4.6% of creator
#008
relay
2 skills18.9k1.9kupdated 2026-04-22
3.1% of creator
#011
pyrefly
1 skills6.5k380updated 2026-05-22
1.5% of creator
13 件中 12 件のリポジトリを表示