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:
Select the skills when prompted. To install both:
The CLI detects supported coding agents and installs the instructions in their configuration directories. For a generic Agent Skills directory, use:
This installs the files under .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 in restart_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:
Installing skills does not add a runtime dependency or change your app’s minimum Dart or Flutter version. The instructions guide your agent; they do not run inside your app.

Updates

After upgrading restart_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.