dart-skills-lint-validation
Use this skill when you need to validate AI agent skills with dartskillslint — running the linter, interpreting failures, fixing violations, and authoring custom rules. Published by flutter in agent-plugins.
What is dart-skills-lint-validation?
Use this skill when you need to validate AI agent skills with dartskillslint — running the linter, interpreting failures, fixing violations, and authoring custom rules. Published by flutter in agent-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use dart-skills-lint-validation
- Use it for writing.
Built with
Editorial notes
Source
- Creator: flutter
- Repository: flutter/agent-plugins
- Skill file: tool/dart_skills_lint/skills/dart-skills-lint-validation/SKILL.md
What it does
Use this skill when you need to validate AI agent skills with dartskillslint — running the linter, interpreting failures, fixing violations, and authoring custom rules.
Skill instructions
Validating Skills with dartskillslint This skill covers day-to-day use: running the linter, walking through a failing run, and writing a custom rule when defaults aren't enough. For first-time wiring (adding the dep, creating the config file, generating a baseline) see dart-skills-lint-setup. The full rule reference (default severities, diagnostic shapes, fixability) lives in RULES.md. Running the linter If dartskillslint is in pubspec.yaml: bash dart run dartskillslint:cli -d .agents/skills If it's installed globally with dart pub global activate: bash dart pub global run dartskillslint:cli -d .agents/skills Run dart run dartskillslint:cli --help for the full flag list (skip the inline duplicate so it never goes stale). Workflow for a failing run 1. Run the validator. 2. Read the errors. Each diagnostic names the rule that fired, the offending value, and a suggested fix when one applies. 3. Fix the violations. For fixable rules (check-absolute-paths, check-trailing-whitespace, invalid
Explore related resources
Frequently asked questions
What is dart-skills-lint-validation?
dart-skills-lint-validation is a open-source AI agent skill with Copy skill directory. Use this skill when you need to validate AI agent skills with dartskillslint — running the linter, interpreting failures, fixing violations, and authoring custom rules.
Who is dart-skills-lint-validation best for?
dart-skills-lint-validation is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install dart-skills-lint-validation?
Install or run dart-skills-lint-validation using Copy skill directory. Check dart-skills-lint-validation for the latest setup command.
Is dart-skills-lint-validation actively maintained?
dart-skills-lint-validation may need a closer maintenance check before production use.
Auto-fetched from GitHub.