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.
Triage flow
Related skills
More from arenukvern/mcp_flutter
flutter-mcp
5flutter-mcp-toolkit-inspect
5flutter-mcp-toolkit-control
5flutter-mcp-cli-runtime-validation
5flutter-mcp-toolkit-guide
5gitnexus-cli
Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: \"Index this repo\", \"Reanalyze the codebase\", \"Generate a wiki\"
1