Jiusi-pys/agent-plugins
Skill Claude CodeCodex
Shared output contract for the multi-sensor code-review pipeline. Defines the Finding, Verifier verdict, Risk-route, and Judge gate schemas plus the evidence bar. Preloaded by every review subagent so candidate findings, verdicts and gate decisions share one machine-readable format.
Jiusi-pys/agent-plugins
Skill Claude CodeCodex
A guide for automatically routing OHOS-related tasks to the appropriate agent. OHOS is an operating system platform.
Jiusi-pys/agent-plugins
Skill Claude CodeCodex
A knowledge base for matching Linux APIs with OHOS APIs. OHOS is the OpenHarmony operating system.
Jiusi-pys/agent-plugins
Skill Claude CodeCodex
Skill "compile-error-analysis" from Jiusi-pys/agent-plugins, covering compile error analysis skill, 概述, 错误分类, 1. 头文件错误 and 2. 符号未定义.
Jiusi-pys/agent-plugins
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.
Jiusi-pys/agent-plugins
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)…
Jiusi-pys/agent-plugins
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.
Jiusi-pys/agent-plugins
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.
Jiusi-pys/agent-plugins
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…
Jiusi-pys/agent-plugins
Skill Claude CodeCodex
Technical guidance for configuring permissions in OpenHarmony, also called KaihongOS. It covers DSoftBus Session permissions, AccessToken handling, and configuration-file formats.
Jiusi-pys/agent-plugins
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.
Jiusi-pys/agent-plugins
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.
Jiusi-pys/agent-plugins
Skill Claude CodeCodex
Skill "runtime-debug" from Jiusi-pys/agent-plugins, covering runtime debug skill, 概述, 日志收集, 系统日志 and 崩溃日志.
Jiusi-pys/agent-plugins
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.
Jiusi-pys/agent-plugins
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.