generate

Run code generation for the Keychat project.

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 "generate" with this command: npx skills add keychat-io/keychat-app/keychat-io-keychat-app-generate

Run code generation for the Keychat project.

Arguments

  • $ARGUMENTS
  • Optional: type of generation (all, dart, flutter, intl, runner)

Generation Commands

Type Command Description

all melos run generate:all

Run all code generators

dart melos run generate:dart

Dart package generators only

flutter melos run generate:flutter

Flutter package generators only

intl melos run intl:generate

Internationalization strings

runner melos run build:runner

App build_runner only

Common scenarios

After modifying Isar model files

Run melos run build:runner to regenerate database schemas.

After adding new translations

Run melos run intl:generate to regenerate localization files.

After modifying any model with @JsonSerializable

Run melos run generate:all to regenerate JSON serialization code.

Workflow

  • If no argument, run melos run generate:all

  • If specific type provided, run the corresponding command

  • Report any errors encountered during generation

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

run

No summary provided by upstream source.

Repository SourceNeeds Review
General

test

No summary provided by upstream source.

Repository SourceNeeds Review
General

pods

No summary provided by upstream source.

Repository SourceNeeds Review