con un clic
bootstrap
Initialize or reset the Keychat development environment
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ú
Initialize or reset the Keychat development environment
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
Clean build artifacts and reset Flutter state
Run code generation for Isar models, JSON serialization, and i18n
Run linting, formatting, and static analysis on the codebase
| name | bootstrap |
| description | Initialize or reset the Keychat development environment |
| disable-model-invocation | true |
| allowed-tools | Bash(git *), Bash(melos *), Bash(dart pub *) |
Set up the Keychat development environment from scratch.
Update git submodules
git submodule update --init --recursive
Ensure melos is installed
dart pub global activate melos 7.3.0
Bootstrap all packages
melos bootstrap
Check for .env file
If packages/app/.env doesn't exist, remind the user:
.env.example to .env