Native Engine Parity Decoding.Skill banner
firaen22 firaen22

Native Engine Parity Decoding.Skill

Design community

Description

--- name: native-engine-parity-decoding description: Reverse-engineer an Android NDK-shipped C++ calculation engine (libcalcfacade.so style) to bring a TypeScript port into byte-level parity with the APK. Use when porting Chinese divination engines (六壬/奇門/八字), or any closed-source native algorithm where you need to match the APK's exact output rather than textbook doctrine. Triggers: "match the APK", "parity with libXxx.so", "decode setXxxInfo", "reverse-engineer this algorithm", "the web output

Installation

Installs to ~/.claude/skills/firaen22-claude-rulebook-native-engine-parity-decoding.skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/firaen22-claude-rulebook-native-engine-parity-decoding.skill && curl -fsSL https://raw.githubusercontent.com/firaen22/claude-rulebook/HEAD/skills/native-engine-parity-decoding.skill.md -o ~/.claude/skills/firaen22-claude-rulebook-native-engine-parity-decoding.skill/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository