com um clique
bootstrap
Initialize or reset the Keychat development environment
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Initialize or reset the Keychat development environment
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação 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