dart-hover

Retrieve Dart hover information with documentation and type details.

19|14|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/X-School-Academy/skill-pilot --skill dart-hover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dart-hover
Source: https://github.com/X-School-Academy/skill-pilot/tree/main/core/skills/mcp/dart-hover
Command: npx skills add https://github.com/X-School-Academy/skill-pilot --skill dart-hover

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides detailed information about code elements at a specific cursor position, helping developers understand types, documentation, and other contextual details without leaving their workflow.

Core Features & Use Cases

  • Code Insight: Retrieves documentation, type signatures, and other relevant metadata for code elements.
  • Developer Productivity: Reduces the need to manually look up information, speeding up development and debugging.
  • Use Case: When hovering over a variable in your Dart code, this Skill can display its type and any associated comments or documentation.

Quick Start

Call the local MCP bridge shell wrapper to get hover information for the current cursor position.

Frequently Asked Questions about dart-hover

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get hover information for Dart code at a specific cursor position?

To get hover information for Dart code, you call a local MCP bridge shell wrapper that retrieves documentation and type details by pinpointing the exact location using the file URI, line, and column parameters.

What type of code details can I retrieve for Dart variables and functions?

Retrieving code hover info provides type signatures, associated comments, and documentation metadata for Dart variables and functions, reducing the need to manually look up information and speeding up development.

Do I need specific parameters to retrieve hover info for a Dart file?

Yes, retrieving hover info requires the file URI, line number, and column parameters to pinpoint the exact cursor location for deterministic task execution via the local MCP bridge shell wrapper.

Can I use this code analysis tool to speed up Dart debugging?

Yes, you can use this code analysis tool to speed up Dart debugging by retrieving contextual metadata and type details for code elements directly within your workflow without manual lookups.

Does retrieving Dart hover information support deterministic task execution?

Yes, retrieving Dart hover information supports deterministic task execution by routing requests through a local MCP bridge shell wrapper designed for Dart language tools.