بنقرة واحدة
clean
Clean build artifacts and reset Flutter state
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Clean build artifacts and reset Flutter state
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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
Run code generation for Isar models, JSON serialization, and i18n
Run linting, formatting, and static analysis on the codebase
| name | clean |
| description | Clean build artifacts and reset Flutter state |
| disable-model-invocation | true |
| allowed-tools | Bash(melos *), Bash(flutter clean), Bash(rm *) |
Clean build artifacts and reset the project state.
melos run clean:flutter
This runs in all Flutter packages:
flutter cleanflutter pub getios/Podfile.lockpod repo update && pod installcd packages/app && flutter clean && flutter pub get
cd packages/app && rm -rf lib/**/*.g.dart lib/**/*.isar.dart
Remember to:
melos bootstrap to restore dependenciesmelos run generate:all to regenerate codemelos run pod:install for iOS/macOS