run

Run the Keychat app on a device or simulator.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "run" with this command: npx skills add keychat-io/keychat-app/keychat-io-keychat-app-run

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 $ARGUMENTS is 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

  • 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

generate

No summary provided by upstream source.

Repository SourceNeeds Review
General

test

No summary provided by upstream source.

Repository SourceNeeds Review
General

pods

No summary provided by upstream source.

Repository SourceNeeds Review