run

SkillDev tools

Run the Keychat app on a device or simulator

Available today. Use it from your connected AI after setup.

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 keychat-io/keychat-app in .claude/skills/run/SKILL.md and read by ahel’s review.

Run the Keychat app on a device or simulator.

Arguments

  • $ARGUMENTS - Optional: device ID to run on

Workflow

  1. First list available devices:

    flutter devices
    
  2. If $ARGUMENTS is provided, run on that device:

    cd packages/app && flutter run -d $ARGUMENTS
    
  3. 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 - Production
  • lib/main_dev1.dart - Development 1
  • lib/main_dev2.dart - Development 2
  • lib/main_dev3.dart - Development 3

To run with a specific entry point:

cd packages/app && flutter run -d <device> -t lib/main_dev1.dart

Signals

GitHub stars
97
Forks
7
Last commit
Jul 2026
Advanced
Catalog kind
skill
Gateway key
run-keychat-io
Source
github.com/keychat-io/keychat-app