"To view hover details such as docs and types at a cursor position, get hover information for a file location."
4.9
Rating
0
Installs
Tools & Utilities
Category
This skill provides a clear interface for retrieving hover information (documentation, types) at cursor positions in Dart files. The description adequately explains what the skill does, and the documentation includes complete argument schemas with required fields (uri, line, column) and usage examples. The structure is clean and appropriate for a single-function skill. However, the novelty score is low because this functionality is essentially a thin wrapper around standard LSP hover capabilities that a CLI agent could invoke directly with similar token cost. The skill is well-documented and functional but doesn't offer significant complexity reduction or unique value beyond basic LSP access.
Loading SKILL.md…

Skill Author