Packaging the Plugin
ReadyCheck ships as a Claude Code plugin bundle containing:
bin/ada(CLI)bin/ada-recorder(screen/voice recorder)bin/ffmpeg,bin/ffprobe,bin/whisper-cli(bundled tools)lib/libfrida_agent.dylib(function tracing agent)models/*.bin(whisper models).claude-plugin/plugin.json- skill definitions under
skills/
Build a Plugin Bundle
From the repo root:
./utils/distribute.sh --form plugin
Output goes to:
./dist/
Useful Flags
# Debug build
./utils/distribute.sh --form plugin --debug
# Don’t build; just package existing binaries
./utils/distribute.sh --form plugin --no-build