·dart-doc-validation
#

dart-doc-validation

Best practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references and macros.

43Installs·1Trend·@kevmoo

Installation

$npx skills add https://github.com/kevmoo/dash_skills --skill dart-doc-validation

How to Install dart-doc-validation

Quickly install dart-doc-validation AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/kevmoo/dash_skills --skill dart-doc-validation
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: kevmoo/dash_skills.

SKILL.md

View raw

Use the dart doc command with a temporary output directory to validate documentation comments without polluting the local project workspace.

This command parses all documentation comments and reports warnings such as:

This ensures that the generated HTML files are stored in a temporary location and don't clutter the package directory, while still surfacing all validation warnings in the terminal output.

Best practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references and macros. Source: kevmoo/dash_skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/kevmoo/dash_skills --skill dart-doc-validation
Category
#Documents
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from kevmoo/dash_skills

Quick answers

What is dart-doc-validation?

Best practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references and macros. Source: kevmoo/dash_skills.

How do I install dart-doc-validation?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kevmoo/dash_skills --skill dart-doc-validation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/kevmoo/dash_skills