restart_app includes two AI agent skills: instructions and examples that help your coding agent integrate the package. The skills come from the package version installed in your project.
Install
From your Flutter project, run:.agents/skills/. The iOS skill includes references/host-setup.md; keep it with the skill if you copy the files manually.
Requirements
Skills are included inrestart_app 1.9.2 and later. The dart run skills@ command requires Dart 3.12 or later.
With Dart 3.10 or 3.11, use the globally installed CLI:
Updates
After upgradingrestart_app, run flutter pub get and install the skills again. The CLI detects changes and updates the instructions to match the resolved package.
If no skills appear, check that restart_app is a direct dependency at version 1.9.2 or later. Local path dependencies are supported too.
For CLI options and the packaging format, see Dart’s package skills guide.