ZerOS-System
ZerOS-System 收录了来自 AboutUip 的 5 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Guide for interacting with ZerOS kernel and system APIs. Use when working with ZerOS kernel modules, calling kernel APIs from programs, accessing system services, or understanding how programs communicate with the ZerOS kernel.
Guide for developing GUI (Graphical User Interface) programs in ZerOS. Use when creating GUI applications, managing windows with GUIManager, handling events with EventManager, developing graphical interfaces in ZerOS. Covers singleton pattern issues, event cleanup, responsive layout with ResizeObserver, touch support for mobile devices, window lifecycle, theme compatibility, and resource management.
Guide for developing kernel modules and drive extensions in ZerOS. Use when creating kernel modules, drive modules, core modules, or extending ZerOS kernel functionality in kernel/ directory.
Guide for developing system services in ZerOS D/server directory. Use when creating background services, system services, or server modules that run in D/server/ directory and are managed by ServerExpansion.
Guide for developing bin programs (CLI commands) in ZerOS. Use when creating command-line tools, terminal commands, or CLI programs that run in D:/bin/ directory.