Dart Doc Validation
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.
Run in terminal (recommended)
claude mcp add dart-doc-validation npx -- -y @trustedskills/dart-doc-validation
Or manually add to ~/.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 doccommand-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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.