reverse-skill
Otherzhaoxuya520/reverse-skill
AI-powered skill router for reverse engineering and authorized pentesting with self-evolving knowledge base.
Overview
Skill router package that helps AI coding agents route reverse-engineering, penetration-testing and CTF tasks to the right methodology and toolchain. Includes master routing, scenario playbooks, tool detection scripts and a self-evolving field journal. Supports Claude Code, Kiro, Cursor, Cline.
README Preview
\n \n\n\nreverse-skill\nCybersecurity Skills Router · 逆向技能路由包\n\nNavigate the dark waters, sail against the stream.\n\n\n \n \n \n \n \n \n\n\n\n \n\n\n\n\n\n About ·\n Getting Started ·\n Usage ·\n Fast route ·\n Routing ·\n Ops contracts ·\n AI Bootstrap ·\n Sponsors ·\n Contributing\n\n\n\n 🌐 中文\n\n\n\n\n\n\n## About\n\n> **If you are an AI Agent, jump to [README_AI.md](README_AI.md) and follow the instructions strictly.**\n\nWhen an AI agent (Claude Code, Codex CLI, Cursor, etc.) encounters an APK, a binary, frontend JS encryption, a CTF challenge, or a pentesting target, this package routes it to the right methodology, checks available tools, and executes a repeatable workflow instead of guessing commands.\n\n```\nUser task\n → RULES.md\n → MASTER-ROUTING / master-route.ps1 (PRIMARY)\n → case-init / scope.md (auth + network_profile; no target ACT until ready)\n → Scenario skill → tools / MCP / scripts\n → timeline + Evidence→Finding→Path → report + field-journal\n```\n\n**Why this exists:**\n- AI agents don't know whether to use jadx, apktool, Frida, IDA, or BurpSuite for a given task\n- APK, ELF, JS, PCAP, and CTF tasks each need different playbooks\n- Tools, MCP servers, and scripts are scattered across machines\n- The same mistakes get repeated because experience isn't reused\n\nPRIMARY ladder: [skills/MASTER-ROUTING.md](skills/MASTER-ROUTING.md) · Full matrix: [skills/routing.md](skills/routing.md) · Ops: [skills/ops/](skills/ops/)\n\n\n\n\n \n \n \n\n\n\n\n(back to top)\n\n### Built With\n\n\n \n IDA Pro · radare2 · Ghidra\n\n\n(back to top)\n\n\n\n## Getting Started\n\n### Prerequisites\n\n- **Java / JDK** — for jadx and apktool\n- **Node.js 22.12+** — for JS toolchain and MCP servers\n- **Python 3.x** — for Frida and helper scripts\n- **A code AI client** — Claude Code, Codex CLI, Cursor, etc.\n\n### Installation\n\n```\ngit clone https://github.com/zhaoxuya520/reverse-skill.git\n```\n\nThen refresh the tool index per platf