"To inspect the Flutter widget tree of the running app, retrieve the widget hierarchy after connecting to the Dart Tooling Daemon."
4.3
Rating
0
Installs
Frontend Development
Category
This skill provides a clear interface for retrieving Flutter widget trees via the Dart Tooling Daemon. The description adequately explains what the skill does, and the structure is clean with well-defined usage patterns. However, descriptionCoverage is moderate because it lacks guidance on when/why to use this (e.g., debugging scenarios, state inspection). TaskKnowledge is limited - while it shows how to invoke the tool, it doesn't explain prerequisites beyond mentioning 'connect_dart_tooling_daemon must be called first' or how to interpret the widget tree results. The novelty score is modest because while connecting to DTD and parsing widget trees has some complexity, the skill itself is a thin wrapper around a single MCP tool call with no arguments, offering limited value beyond what a CLI agent could construct with basic knowledge of the MCP protocol. The skill would benefit from examples of widget tree output, common use cases (finding widgets by type, inspecting state), and error handling guidance.
Loading SKILL.md…

Skill Author