flutter-app-discovery
Installation
SKILL.md
Flutter App Discovery
A read-only methodology for rapidly understanding an existing Flutter codebase before writing a single line of code. Run this skill at the start of any session involving an unfamiliar project, or whenever a user asks what the codebase is doing.
Guiding Principle
Never modify files during discovery. This is a reconnaissance phase. All conclusions drawn here feed into subsequent planning and implementation skills. If you cannot read a file, say so — do not guess its contents.
Step 1: Validate the Project Root
Before anything else, confirm this is a Flutter project.