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
Showing 12 of 13 repositories