clean

Clean build artifacts and reset the project state.

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 "clean" with this command: npx skills add keychat-io/keychat-app/keychat-io-keychat-app-clean

Clean build artifacts and reset the project state.

Commands

Full clean with melos

melos run clean:flutter

This runs in all Flutter packages:

  • flutter clean

  • flutter pub get

  • Removes ios/Podfile.lock

  • Runs pod repo update && pod install

Quick clean for app only

cd packages/app && flutter clean && flutter pub get

Clean generated files

cd packages/app && rm -rf lib//*.g.dart lib//*.isar.dart

When to use

  • Build errors after updating Flutter

  • Inconsistent state between packages

  • After major dependency changes

  • Xcode or Gradle cache issues

After cleaning

Remember to:

  • Run melos bootstrap to restore dependencies

  • Run melos run generate:all to regenerate code

  • Run melos run pod:install for iOS/macOS

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

bootstrap

No summary provided by upstream source.

Repository SourceNeeds Review
General

lint

No summary provided by upstream source.

Repository SourceNeeds Review
General

architecture

No summary provided by upstream source.

Repository SourceNeeds Review