arm64 skills

7 tagged arm64, measured the same way as everything else here.

minimum-viable

01

ferrumclaudepilgrim/claude-code-android

Skill Claude CodeCodex

Before building anything, justify the tool choice and complexity level. Could a shell script do this? Does it need Node.js? A full application? Prevents over-engineering by requiring explicit justification before choosing a heavier approach.

217 1mo ago A 49 tokens original MIT

scope-framing

02

ferrumclaudepilgrim/claude-code-android

Skill Claude CodeCodex

Before starting any research task, define what decision the research serves, what "done" looks like, and what is out of scope. Prevents research that answers the technically correct question but not the operationally relevant one.

217 1mo ago A 48 tokens original MIT

termux-safe

03

ferrumclaudepilgrim/claude-code-android

Skill Claude CodeCodex

Android/Termux constraints reference. Prevents Claude Code from suggesting commands that fail silently on Android (sudo, systemd, non-Termux paths, etc.).

217 1mo ago A 36 tokens original MIT

ciphertext-recovery

04

icloudza/algokiller-plugin

Skill Claude CodeCodex

A method for recovering an unknown encryption, signing, or encoding algorithm from an ARM64 execution trace, which is a recorded sequence of processor operations. It uses evidence from the trace and checks possible algorithms against the observed results.

77 3mo ago A 116 tokens original MIT

ciphertext

05

icloudza/algokiller-plugin

Skill Claude CodeCodex

Strong activation entry for AlgoKiller ciphertext-recovery mode. Bind an ARM64 trace, force-load the ciphertext-recovery methodology, and start cipher / algorithm recovery from a target ciphertext.

77 3mo ago A 40 tokens original MIT

trace-analysis

06

icloudza/algokiller-plugin

Skill Claude CodeCodex

A method for analyzing ARM64 execution traces, which are detailed records of processor instructions and program activity. It uses a bound trace file and evidence from trace-analysis tools to study execution flow, fields, calls, and data buffers.

77 3mo ago A 124 tokens original MIT