Clean build artifacts and reset Flutter state
Scanned 9/10/2026
Install to Claude Code
npx -y skills add keychat-io/keychat-app --skill clean --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Clean?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/keychat-io-clean)More formats (shields.io, HTML) on the badges page.
---
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.
## Commands
### Full clean with melos
```bash
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
```bash
cd packages/app && flutter clean && flutter pub get
```
### Clean generated files
```bash
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:
1. Run `melos bootstrap` to restore dependencies
2. Run `melos run generate:all` to regenerate code
3. Run `melos run pod:install` for iOS/macOS
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...