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.
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.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Writing
- Testing use cases
- Writing use cases
Technical details
- 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. Prefer a git dependency (the package isn't on pub.dev yet): yaml devdependencies: dartskillslint: git: url: https://github.com/flutter/agent-plugins.git path: tool/dartskillslint 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 confi
Explore related resources
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.