This generates Frida instrumentation scripts with modern API patterns baked in. It's tuned for the current CLI (no more --no-pause) and steers you toward event-driven native hooking instead of polling. The built-in module load helpers handle Android dlopen timing correctly, which saves you from the usual race conditions when targeting .so files. It also pushes back on blindly hooking constructors or .init_array, which is good advice since those tend to be fragile. If you're writing hooks for Android, iOS, or native targets and want something that generates working scripts instead of outdated Stack Overflow snippets, this is a solid starting point.
npx skills add https://github.com/p4nda0s/reverse-skills --skill rev-frida