This repository is a task skill router for authorized reverse engineering, mobile/security analysis, and pentest workflows.
RULES.md is the single source of truth for behavior chain and authorization.
Routing order:
skills/MASTER-ROUTING.mdorskills/scripts/master-route.ps1 -Hint "..."skills/scripts/case-init.ps1→ current analysis project'swork/<case>/scope.md(must grant auth before ACT)skills/routing.mdwhen ambiguous; roles inskills/ops/role-map.md- Open PRIMARY
SKILL.mdand execute ACTION REQUIRED - Timeline/workitems + Evidence→Finding→Path (
skills/ops/) skills/tool-index.mdfor real tool paths (never guess)- Missing tool →
skills/scripts/bootstrap-reverse.ps1(manifest capabilities only)
Identity: lightweight skill router — see skills/ops/IDENTITY.md (not a Z3r0 platform).
skills/tool-index.md is not in fresh clones. Generate it:
# Windows
powershell -NoProfile -ExecutionPolicy Bypass -File skills/scripts/refresh-tool-index.ps1
# macOS / Linux
bash skills/scripts/refresh-tool-index.sh
# Kali
bash kali/scripts/refresh-tool-index.shRead README_AI.md for full bootstrap sequence.
powershell -NoProfile -ExecutionPolicy Bypass -File skills/scripts/verify-routing-coherence.ps1