一键导入
bootstrap
Initialize or reset the Keychat development environment
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Initialize or reset the Keychat development environment
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| 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 .envOrchestrate 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