skills
Skills for Real Engineers. Straight from my .claude directory.
npx skills@latest add mattpocock/skillsSkills for Real Engineers. Straight from my .claude directory.
npx skills@latest add mattpocock/skillsLangflow is a powerful tool for building and deploying AI-powered agents and workflows.
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows -- all through natural language commands. Use it in your terminal, IDE, or tag @claude on Github.
**Learn more in the [official documentation](https://code.claude.com/docs/en/overview)**.
<img src="./demo.gif" />
## Get started
> [!NOTE]
> Installation via npm is deprecated. Use one of the recommended methods below.
For more installation options, uninstall steps, and troubleshooting, see the [setup documentation](https://code.claude.com/docs/en/setup).
1. Install Claude Code:
**MacOS/Linux (Recommended):**Shows active maintenance signals
7669 GitHub stars recorded
| 场景 | 入口 |
|---|---|
| APK / Android 逆向 | skills/apk-reverse/ |
| 二进制逆向 (exe/dll/so/elf) | skills/ida-reverse/ / skills/radare2/ |
| 前端 JS 签名 / 加密参数 | skills/js-reverse/ |
| HTTP 抓包 / 请求重放 | anything-analyzer + js-reverse/ |
| 渗透测试 / 漏洞扫描 | skills/pentest-tools/ |
| CTF 竞赛 | CTF-Sandbox-Orchestrator/ (40+ 子技能) |
| 固件 / IoT | skills/firmware-pentest/ |
| 补丁差分 / N-day | skills/patch-diff-exploit/ |
| Pwn / 漏洞利用 | skills/pwn-chain/ |
| EDR 绕过 | skills/edr-bypass-re/ |
| LLM / AI 安全 | skills/llm-security/ |
| OLLVM 脱密 | skills/reverse-engineering/references/ollvm-deobfuscation.md |
| 图表 / 报告 | skills/diagram-generator/ / skills/docs-generator/ |
| 文件 | 用途 |
|---|---|
| README_AI.md | AI Agent 配置引导(Agent 必读) |
| RULES.md | 全局路由规则 |
| skills/routing.md | 路由矩阵(场景 → Skill) |
| skills/SKILL.md | 总控入口 |
| skills/tool-index.md | 本机工具索引(自动生成) |
.
├── README.md # 本文件
├── README_EN.md # 英文版
├── README_AI.md # AI Agent 配置引导
├── RULES.md # 全局路由规则
├── skills/
│ ├── SKILL.md # 总控入口
│ ├── routing.md # 路由矩阵
│ ├── field-journal/ # 经验日志
│ ├── apk-reverse/ # APK 逆向
│ ├── js-reverse/ # JS 逆向
│ ├── ida-reverse/ # IDA Pro 工作流
│ ├── radare2/ # radare2 分析
│ ├── reverse-engineering/ # 通用逆向方法论
│ ├── pentest-tools/ # 渗透测试
│ ├── pwn-chain/ # 漏洞利用
│ ├── patch-diff-exploit/ # N-day 分析
│ ├── firmware-pentest/ # 固件 / IoT
│ ├── edr-bypass-re/ # EDR 绕过
│ ├── binary-diff/ # 符号迁移
│ ├── browser-automation/ # 浏览器自动化
│ ├── diagram-generator/ # 图表生成
│ ├── docs-generator/ # 报告生成
│ └── llm-security/ # LLM / AI 安全
├── CTF-Sandbox-Orchestrator/ # CTF 子技能 (40+)
├── docs/ # 概览与架构文档
└── kali/ # Kali 辅助脚本
git clone https://github.com/zhaoxuya520/reverse-skill.git
初次下载只需让Ai阅读README_AI.md即可,无需其他操作。
各平台详细部署文档: