بنقرة واحدة
run
Run the Keychat app on a device or simulator
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run the Keychat app on a device or simulator
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Orchestrate large-scale changes across the codebase using parallel worktree agents. Use when you need to apply similar changes to many files or modules simultaneously.
Run comprehensive Flutter checks including lint, analyze, test, and format verification. Use before commits to ensure code quality.
Explains the Keychat app architecture and key components
Initialize or reset the Keychat development environment
Clean build artifacts and reset Flutter state
Run code generation for Isar models, JSON serialization, and i18n
استنادا إلى تصنيف SOC المهني
| name | run |
| description | Run the Keychat app on a device or simulator |
| argument-hint | [device-id] |
| disable-model-invocation | true |
| allowed-tools | Bash(flutter *) |
Run the Keychat app on a device or simulator.
$ARGUMENTS - Optional: device ID to run onFirst list available devices:
flutter devices
If $ARGUMENTS is provided, run on that device:
cd packages/app && flutter run -d $ARGUMENTS
If no device specified:
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 3To run with a specific entry point:
cd packages/app && flutter run -d <device> -t lib/main_dev1.dart