run
SkillAI & modelsRun the example app on physical devices. Requires .claude/.env with device IDs. Use when asked to run on devices.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the run skill
What this skill tells your AI
The instructions your AI receives, as published by quisapp/flutter_contacts in .claude/skills/run/SKILL.md and read by ahel’s review.
Run the example app on physical devices. Device IDs are configured in .claude/.env.
Environment
Load device IDs from .claude/.env:
ANDROID_DEVICE_ID— Android deviceIOS_DEVICE_ID— iOS device- macOS needs no device ID
The shell aliases i7 (iOS), a (Android), and m (macOS) may be available but don't work in non-interactive shells. Use flutter run -d <device-id> directly instead.
Steps
- Read
.claude/.envto get device IDs. - Determine which devices to target from
$ARGUMENTS(ios, android, macos, or all). Default is all. cd examplebefore running.- Run each device in the background:
- Android:
flutter run -d $ANDROID_DEVICE_ID - iOS:
flutter run -d $IOS_DEVICE_ID - macOS:
flutter run -d macos
- Android:
- Report build/launch results.
Signals
- GitHub stars
- 110
- Forks
- 194
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
run-quisapp- Source
- github.com/quisapp/flutter_contacts