flutter-read-logs-usage
Installation
SKILL.md
Read Logs Usage
How to respond
- If the user invoked this skill without a concrete task, explain what the plugin does and when to reach for
/read-logs. - If they need setup, point them at this plugin's
README.md(the canonical setup home) — VS Code/CursordapLogFile, or the Zed/scripttask. - If they already have a concrete log-reading task, briefly explain the fit and then run
/read-logs. - Do not reply with filler like "skill loaded" or "ready for the task" before explaining the plugin.
What this plugin does
- Lets Claude read the running app's latest
flutter runoutput as on-demand context, via/read-logs <task>— instead of pasting terminal logs. - Captures
flutter runoutput per-project to/tmp/flutter-<repo>.log(worktree-stable via--git-common-dir, overwritten each launch). Two formats, auto-detected: Zedscripttranscript and VS Code/CursordapLogFile(DAP). - Reads task-led — reads the whole short run, or investigates a long one against your question (errors, event ordering, a feature, …) — flags stale runs, and on first use guides editor setup.