python-scripting
Build production-quality Python scripts with strict standards for typing, testing, tooling, architecture, and review hygiene.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build production-quality Python scripts with strict standards for typing, testing, tooling, architecture, and review hygiene.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Build high-quality reverse-engineering reports from raw findings. Focus on argument structure, evidence quality, and graph planning. Delegate graph implementation scripts to python-scripting skill.
Decompile Android APK, XAPK, JAR, and AAR files using jadx or Fernflower/Vineflower. Reverse engineer Android apps, extract HTTP API endpoints (Retrofit, OkHttp, Volley), trace call flows from UI to network layer, analyze obfuscated code. Use when the user wants to decompile, analyze, or reverse engineer Android packages, find API endpoints, follow call flows, or perform static analysis on Android applications.
Write Frida scripts for Android dynamic analysis, runtime hooking, bypass SSL pinning, root detection bypass, anti-frida evasion, biometric bypass, memory patching, crypto monitoring, and native instrumentation. Use when the user wants to hook, intercept, bypass, inject, instrument, or dynamically analyze Android applications at runtime using Frida.
| name | python-scripting |
| description | Build production-quality Python scripts with strict standards for typing, testing, tooling, architecture, and review hygiene. |
Create high-quality Python scripts and small Python utilities with strict engineering discipline.
Always load these before implementation:
references/coding-standards.mdreferences/testing-standards.mdreferences/tooling.mdreferences/architecture-patterns.mdreferences/code-review-checklist.mdIf templates are needed, load:
templates/module-template.pytemplates/cli-template.pytemplates/pyproject-template.tomlarchitecture-patterns.md.pytest patterns and fixtures.tooling.md in pyproject.toml and hooks.except.When asked to create scripts/projects, produce:
pyproject.toml, hooks when relevant)ruff, mypy, pytest, coverage)