dart-skills-lint-setup
Use this skill when you need to set up validation for AI agent skills in a Dart project for the first time. Adds the linter as a devdependency, creates a configuration file, and generates a baseline for legacy repos. Published by flutter in agent-plugins.
Decision snapshot
Is this a fit?
Testing, Writing, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
1 month ago · BSD-3-Clause license
No specific cautions were detected. Review the source and requested permissions before installing.
What is dart-skills-lint-setup?
Use this skill when you need to set up validation for AI agent skills in a Dart project for the first time. Adds the linter as a devdependency, creates a configuration file, and generates a baseline for legacy repos. 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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Writing
- Testing use cases
- Writing use cases
Declared skill metadata
- Source file: tool/dart_skills_lint/skills/dart-skills-lint-setup/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use dart-skills-lint-setup
- Use it for testing.
- 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-setup/SKILL.md
What it does
Use this skill when you need to set up validation for AI agent skills in a Dart project for the first time. Adds the linter as a devdependency, creates a configuration file, and generates a baseline for legacy repos.
Skill instructions
Setting up Skill Validation with dartskillslint This skill covers first-time wiring of dartskillslint into a repository. For ongoing use — running the linter, interpreting output, and writing custom rules — see the dart-skills-lint-validation skill. For copy-pasteable CI workflow and pre-commit hook recipes, see the Recipes section of the README. Steps 1. Add dartskillslint as a devdependency. yaml devdependencies: dartskillslint: ^0.5.0 Isolate the dependency in a tool/ package when you can, instead of putting it on the root pubspec.yaml — keeps the linter's deps out of your runtime closure. If you must add it to multiple pubspec.yaml files, ensure the ref: (commit hash) is identical across all of them so resolution doesn't diverge. 2. Create dartskillslint.yaml at the repository root so both the CLI and any embedded test invocation share the same config: yaml dartskillslint: rules: check-relative-paths: error check-trailing-whitespace: error directories: - path: ".agents/skills" Rule
Verified compatibility and discovery
Frequently asked questions
What is dart-skills-lint-setup?
dart-skills-lint-setup is a open-source AI agent skill with Copy skill directory. Use this skill when you need to set up validation for AI agent skills in a Dart project for the first time.
Who is dart-skills-lint-setup best for?
dart-skills-lint-setup is best for reusing agent instructions, scripts, and references, testing workflows, writing workflows.
How do I install dart-skills-lint-setup?
Install or run dart-skills-lint-setup using Copy skill directory. Check dart-skills-lint-setup for the latest setup command.
Is dart-skills-lint-setup actively maintained?
dart-skills-lint-setup may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.