flutter-mcp-toolkit-guide
Installation
SKILL.md
When to use
Use this skill when the user wants to inspect or drive a running Flutter app from this conversation. Examples:
- "Tap the login button in my app"
- "Why is the home screen blank?"
- "Take a screenshot and tell me what's broken"
- "Expose my cart / flags / internal state to the agent via MCP"
If the user is asking about Flutter concepts unrelated to a running app (architecture questions, package selection), this skill does not apply.
Step 1: Preflight
Always run flutter-mcp-toolkit doctor --json first. Parse the output:
Related skills
More from arenukvern/mcp_flutter
flutter-mcp
5flutter-mcp-toolkit-inspect
5flutter-mcp-toolkit-debug
5flutter-mcp-toolkit-control
5flutter-mcp-cli-runtime-validation
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