deobf-all
Installation
SKILL.md
Deobf-All — Unified Deobfuscation Dispatcher
When you encounter any obfuscated or protected code, this skill triages the target first, then loads only the relevant sub-skills — not all 26 at once. This minimises tool calls and context usage.
0. EXECUTION CONTRACT (read first)
DO NOT read_skill all 26 sub-skills blindly.
Instead: triage → load P0 → route → load P1/P2 only if needed.
| Phase | Action | Tool calls |
|---|---|---|
| Triage | Inspect target file, identify type | 0–1 (read_file / file command) |
| Load P0 | read_skill for 1–2 core skills |
1–2 |
| Route | Decide if P1/P2 are needed | 0 |
| Load P1/P2 | read_skill only for skills the route demands |
0–3 |