Agent
A runtime-error diagnosis agent for software running on an OpenHarmony device, an operating system for connected devices. It analyses why a program failed on the device.
Agent
A runtime-error diagnosis agent for software running on an OpenHarmony device, an operating system for connected devices. It analyses why a program failed on the device.
Agent
An agent for exploring the source code and structure of Linux software before porting it to OHOS, an operating system platform.
Command
A command for cross-compiling software for OHOS, the operating system used by OpenHarmony devices. Cross-compiling builds software on one system for a different target system or processor.
Command
Command "ohos-deploy" from Jiusi-pys/agent-plugins, covering ohos deploy: $arguments, 目标, 前置检查, 设备连接 and 设备信息.
Command
A development workflow for moving Linux libraries or software to OpenHarmony or KaihongOS. It covers the software-porting process from start to finish.
Command
A command for assessing how difficult and risky it would be to port a Linux library or program to OHOS.
Skill Claude CodeCodex
A guide for automatically routing OHOS-related tasks to the appropriate agent. OHOS is an operating system platform.
Skill Claude CodeCodex
A knowledge base for matching Linux APIs with OHOS APIs. OHOS is the OpenHarmony operating system.
Skill Claude CodeCodex
Skill "compile-error-analysis" from Jiusi-pys/agent-plugins, covering compile error analysis skill, 概述, 错误分类, 1. 头文件错误 and 2. 符号未定义.
Skill Claude CodeCodex
A structured Git workflow for organizing development into phases, stages, tracks, and projects. It also covers automated commits, pull requests, and documentation.
Skill Claude CodeCodex
HDC (HarmonyOS Device Connector) operations for RK3588S KaihongOS development boards. Auto-detects platform (Linux/Windows/WSL) and uses correct HDC command. Use when: (1) Executing shell commands on KaihongOS device, (2) Transferring files between host and device, (3) Managing device connections and ports, (4)…
Skill Claude CodeCodex
A project coordinator for moving software from Linux to OpenHarmony or KaihongOS, two operating systems based on the OpenHarmony platform. It organizes the work into assessment, preparation, adaptation, and testing stages.
Skill Claude CodeCodex
A set of coding rules for C and C++ projects that run on OpenHarmony or KaihongOS, operating systems for smart devices. It includes formatting, naming, build configuration, comments, permissions, and thread coordination.
Skill Claude CodeCodex
OpenHarmony (aarch64) cross-compilation toolkit for porting x8664 software. Use when (1) cross-compiling C/C++ projects for OpenHarmony/KaihongOS, (2) configuring OHOS SDK Clang toolchain, (3) writing BUILD.gn or CMake for OHOS targets, (4) diagnosing aarch64-linux-ohos build errors, (5) managing dynamic library paths…
Skill Claude CodeCodex
Technical guidance for configuring permissions in OpenHarmony, also called KaihongOS. It covers DSoftBus Session permissions, AccessToken handling, and configuration-file formats.
Skill Claude CodeCodex
A pre-porting analysis for moving Linux software to OpenHarmony, also known as OHOS. It examines platform-specific source code, API compatibility, and migration difficulty.
Skill Claude CodeCodex
Control remote servers exclusively for OpenHarmony image compilation. Use ONLY when building OpenHarmony system images. Requires syncing local code changes to remote before compilation. Supports multiple build servers.
Skill Claude CodeCodex
Skill "runtime-debug" from Jiusi-pys/agent-plugins, covering runtime debug skill, 概述, 日志收集, 系统日志 and 崩溃日志.
Skill Claude CodeCodex
A testing technique that replaces selected runtime functions without changing source code or rebuilding the program. It uses the Linux LDPRELOAD mechanism to intercept dynamically linked functions and record behavior such as input/output and system calls.
Skill Claude CodeCodex
A work-status record that saves progress, blockers, and completed outputs so work can be resumed later. The description is written in Chinese.