run
SKILL.md
Run the Keychat app on a device or simulator.
Arguments
$ARGUMENTS- Optional: device ID to run on
Workflow
-
First list available devices:
flutter devices -
If
$ARGUMENTSis provided, run on that device:cd packages/app && flutter run -d $ARGUMENTS -
If no device specified:
- If only one device is available, use it
- If multiple devices, show the list and ask user to specify
Alternative entry points
The app has multiple entry points for different environments:
lib/main.dart- Productionlib/main_dev1.dart- Development 1lib/main_dev2.dart- Development 2lib/main_dev3.dart- Development 3
To run with a specific entry point:
cd packages/app && flutter run -d <device> -t lib/main_dev1.dart
Weekly Installs
6
Repository
keychat-io/keychat-appGitHub Stars
91
First Seen
Feb 28, 2026
Security Audits
Installed on
mcpjam6
claude-code6
replit6
junie6
windsurf6
zencoder6