flutter-mcp-toolkit-debug
Installation
SKILL.md
When to use
Use this skill when something broke and you need to understand why:
- A tool call returned an error envelope (
ok: false). - The app behaves unexpectedly and you need runtime log output.
- You need to inspect live app state without changing it (read
AgentState.instance.value). - A prior
controlaction (tap, hot_reload, navigate) completed without error but the result is wrong.
Do NOT use this skill for:
- Reading what is currently on screen — use
flutter-mcp-toolkit-inspect. - The toolkit itself failing to connect — load
flutter-mcp-toolkit-setup.