CtrlK
BlogDocsLog inGet started
Tessl Logo

rev-dex-dumper

Dump DEX files from a running Android app for unpacking/deobfuscation. Activate when the user wants to unpack an Android APK, dump DEX from memory, extract decrypted DEX files, or defeat class-loading packing.

80

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

100%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-structured, concise, and fully actionable skill body: a numbered workflow of executable adb commands with explicit verification and failure-handling guidelines, appropriately organized for a single-purpose tool with no external references.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — no boilerplate about what an APK or DEX is; every section earns its place with executable commands and short, purposeful guidance.

3 / 3

Actionability

Each step provides fully executable bash commands (adb push, dumpsys/grep/awk pipeline, pidof-based invocation, adb pull, cleanup) that are copy-paste ready, with concrete output paths.

3 / 3

Workflow Clarity

Five steps are explicitly sequenced with a validation checkpoint ('Always verify ADB connection first' via adb devices) and feedback loops for failure modes (pidof empty → launch via monkey; root failure → adb root/su).

3 / 3

Progressive Disclosure

For a compact single-purpose skill with no external references, the content is well-organized into clear sections (Tool Location, Workflow, Guidelines) satisfying the simple-skill allowance for a top score.

3 / 3

Total

12

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, concise description that names concrete actions, includes natural trigger terms, and explicitly pairs a 'what' clause with an 'Activate when' trigger clause. Third-person voice is maintained throughout.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions — 'Dump DEX files', 'unpack an Android APK', 'dump DEX from memory', 'extract decrypted DEX files', 'defeat class-loading packing' — going beyond a single vague capability.

3 / 3

Completeness

Explicitly answers what ('Dump DEX files from a running Android app for unpacking/deobfuscation') and when ('Activate when the user wants to unpack an Android APK, dump DEX from memory...'), satisfying both clauses with an explicit trigger.

3 / 3

Trigger Term Quality

Covers natural terms users would say — 'Android APK', 'DEX from memory', 'decrypted DEX', 'class-loading packing', 'unpacking/deobfuscation' — with good variation.

3 / 3

Distinctiveness Conflict Risk

The Android DEX/memory-dumping niche is narrow and distinct with specific triggers ('DEX from memory', 'class-loading packing'), making it unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
P4nda0s/reverse-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.