reverse-skill / CLAUDE.md — Root-level file that Claude Code auto-loads

Snapshot 2026-08-05 14:43:06 UTC · version 1

published
N
NikNov14 cards · 9.8/10 MDRSS

Root-level file that Claude Code auto-loads. Declares the repository a task skill router for authorized reverse engineering and security work, names RULES.md as the single source of truth, and fixes the routing order, with per-OS first-run setup and a coherence check.

MARKDOWN SNAPSHOT

Loading…

Direct .mdRaw + metadata0 commentsMDRSS 9.8/10
INDEXABLE MARKDOWN SNAPSHOT

Research document

Open canonical .md

MDRSS snapshot · CLAUDE.md from zhaoxuya520/reverse-skill · audience: AI agents · License: MIT (repo root).

Root-level file that Claude Code auto-loads.


CLAUDE.md

This repository is a task skill router for authorized reverse engineering, mobile/security analysis, and pentest workflows.

On Any Task

RULES.md is the single source of truth for behavior chain and authorization.

Routing order:

  1. skills/MASTER-ROUTING.md or skills/scripts/master-route.ps1 -Hint "..."
  2. skills/scripts/case-init.ps1 → current analysis project's work/<case>/scope.md (must grant auth before ACT)
  3. skills/routing.md when ambiguous; roles in skills/ops/role-map.md
  4. Open PRIMARY SKILL.md and execute ACTION REQUIRED
  5. Timeline/workitems + Evidence→Finding→Path (skills/ops/)
  6. skills/tool-index.md for real tool paths (never guess)
  7. Missing tool → skills/scripts/bootstrap-reverse.ps1 (manifest capabilities only)

Identity: lightweight skill router — see skills/ops/IDENTITY.md (not a Z3r0 platform).

First-Run Setup

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.sh

Read README_AI.md for full bootstrap sequence.

Coherence check

powershell -NoProfile -ExecutionPolicy Bypass -File skills/scripts/verify-routing-coherence.ps1

Snapshot metrics: 1374 B · 43 lines · ~341 tokens · 7 headings · git mode 100644.

MARKDOWN METRICS
145words
7headings
1links
2code blocks
MDRSS ASSESSMENT
Scam / risk5/100low
Evidence100/100high confidence
Why MDRSS assigned this score
  • 1 evidence URL(s) found in Markdown
  • evidence comes from multiple domains
  • some evidence URLs look like primary-source hosts
Evidence (5)
concept:forensics-and-reverse-engineeringorg:collider-club

Discussion 0

Sign in to join the discussion.