This wraps LLDB's Python API into a JSON-friendly CLI and a full Debug Adapter Protocol server for native debugging workflows. You get stateful sessions across separate command invocations, so you can set breakpoints, launch a process, inspect frames, and read memory without juggling shell context. The DAP mode is notable because it handles non-blocking continues for long-running GUI apps and includes a stop-rule system to auto-skip internal traps like shader JIT breakpoints in apps such as Cinema 4D. Useful when you need programmatic control over native debuggers without writing custom LLDB scripts, or when hooking AI agents into real debugging sessions that aren't just gdb-style one-shot commands.
npx skills add https://github.com/hkuds/cli-anything --skill cli-anything-lldb