ワンクリックで
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 職業分類に基づく
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