Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

filament

filament 收录了来自 google 的 11 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
11
Stars
20.2k
更新
2026-07-10
Forks
2.2k
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

cpp-static-thread-safety
软件开发工程师

Enforce C++ static thread safety annotations and correct synchronization primitives. Use this skill when designing multi-threaded classes or editing guarded member fields.

2026-07-10
filament-android-development
软件开发工程师

Build, deploy, run, and benchmark Filament binaries on connected Android devices or emulators. Use this skill for compiling, pushing, and executing Android tests or benchmarks.

2026-07-10
filament-lifetime
软件开发工程师

Enforce correct Filament object creation and destruction lifecycles. Use this skill when initializing rendering pipelines or allocating/deallocating GPU buffers and entities.

2026-07-09
filament-math
软件开发工程师

Enforce correct mathematical primitives and naming conventions in Filament code. Use this skill when performing coordinate transformations, vector math, or projection setups.

2026-07-09
bindings-synchronization
软件开发工程师

Guidelines and SOP for synchronizing public C++ API changes (methods, enums, options structs) to Java (Android JNI) and JavaScript/TypeScript (Web/WASM Embind).

2026-06-10
verification-protocols
软件开发工程师

Standard verification pipeline to execute after modifying C++ source or header files. Use this skill to format includes, build the engine, and run core tests.

2026-06-10
cpp-header-inclusion
软件开发工程师

Enforce the strict topological header inclusion layering and reordering rules in Filament. Use this skill when adding or modifying `#include` directives in C++ source or header files.

2026-06-08
filament-build-clean
软件开发工程师

Clean and build Filament targets for development, debugging, and production. Use this skill whenever you need to clean the workspace or compile desktop targets.

2026-05-26
filament-desktop-testing
软件质量保证分析师与测试员

Execute unit tests and performance benchmarks for Filament on desktop platforms. Use this skill to run and filter tests or benchmarks locally.

2026-05-26
header-self-containment
软件开发工程师

Enforce strict header self-containment so that every header file compiles independently. Use this skill when creating or modifying C++ header files.

2026-05-26
preprocessor-guard-hygiene
软件开发工程师

Enforce preprocessor guard rules and macro-dependent inclusion hygiene in C++. Use this skill when modifying conditional imports or preprocessor directives.

2026-05-26