flutter/check-readiness
Run this skill to check if the repository is ready for new work. Use this skill whenever the user asks to "check readiness", "see if we are ready to start work", or when starting a new task in the camera_android_camerax package.
npx skills add https://github.com/flutter/packages --skill check-readiness
This skill verifies that the local environment is properly configured and clean before starting new work in the camera_android_camerax package.
Run the bundled verification script (tool/check.dart) to perform the automated environment checks:
dart run .agents/skills/check-readiness/tool/check.dart
Take flutter/check-readiness from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.