Dart Doc Validation

🌐Community
by kevmoo · vlatest · Repository

Helps with Dart, validation as part of agent workflows workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add dart-doc-validation npx -- -y @trustedskills/dart-doc-validation
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "dart-doc-validation": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/dart-doc-validation"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill validates Dart documentation using the dart doc command. It checks for common errors and warnings in your Dart code's documentation, ensuring that generated API references are accurate and complete. The validation process helps maintain a high standard of code quality and developer experience.

When to use it

  • Before publishing a Dart package: Ensure your API documentation is correct before releasing your library or application.
  • During code reviews: Quickly identify documentation issues during the review process.
  • As part of CI/CD pipelines: Automate documentation validation as part of your continuous integration and deployment workflow.
  • When refactoring Dart code: Verify that changes to your codebase haven't introduced any documentation errors.

Key capabilities

  • Runs dart doc command-line tool.
  • Checks for common documentation warnings and errors.
  • Provides feedback on the quality of Dart API documentation.

Example prompts

  • "Validate the documentation in this directory: /path/to/my/dart/project."
  • "Run dartdoc validation and report any errors."
  • "Check my Dart package's documentation for completeness."

Tips & gotchas

  • Requires a working Dart SDK to be installed on the system.
  • The skill’s output will depend on the complexity of your project's documentation.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
kevmoo
Installs
27

🌐 Community

Passed automated security scans.