con un clic
generate
Run code generation for Isar models, JSON serialization, and i18n
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Run code generation for Isar models, JSON serialization, and i18n
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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
Clean build artifacts and reset Flutter state
Run linting, formatting, and static analysis on the codebase
| name | generate |
| description | Run code generation for Isar models, JSON serialization, and i18n |
| argument-hint | [type] |
| disable-model-invocation | true |
| allowed-tools | Bash(melos *), Bash(flutter pub run *) |
Run code generation for the Keychat project.
$ARGUMENTS - Optional: type of generation (all, dart, flutter, intl, runner)| Type | Command | Description |
|---|---|---|
| all | melos run generate:all | Run all code generators |
| dart | melos run generate:dart | Dart package generators only |
| flutter | melos run generate:flutter | Flutter package generators only |
| intl | melos run intl:generate | Internationalization strings |
| runner | melos run build:runner | App build_runner only |
Run melos run build:runner to regenerate database schemas.
Run melos run intl:generate to regenerate localization files.
Run melos run generate:all to regenerate JSON serialization code.
melos run generate:all