bootstrap

Set up the Keychat development environment from scratch.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bootstrap" with this command: npx skills add keychat-io/keychat-app/keychat-io-keychat-app-bootstrap

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/.env doesn't exist, remind the user:

  • Copy .env.example to .env

  • Configure FCM keys for push notifications

Success criteria

  • All submodules are cloned

  • Melos bootstrap completes without errors

  • Dependencies are resolved for all packages

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

pods

No summary provided by upstream source.

Repository SourceNeeds Review
General

architecture

No summary provided by upstream source.

Repository SourceNeeds Review
General

generate

No summary provided by upstream source.

Repository SourceNeeds Review
General

test

No summary provided by upstream source.

Repository SourceNeeds Review