bootstrap
SkillDev toolsInitialize or reset the Keychat development environment
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the bootstrap skill
What this skill tells your AI
The instructions your AI receives, as published by keychat-io/keychat-app in .claude/skills/bootstrap/SKILL.md and read by ahel’s review.
Set up the Keychat development environment from scratch.
Steps
-
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/.envdoesn't exist, remind the user:- Copy
.env.exampleto.env - Configure FCM keys for push notifications
- Copy
Success criteria
- All submodules are cloned
- Melos bootstrap completes without errors
- Dependencies are resolved for all packages
Signals
- GitHub stars
- 97
- Forks
- 7
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
bootstrap-keychat-io- Source
- github.com/keychat-io/keychat-app