vgv-license-compliance
Installation
SKILL.md
License Compliance
Dependency license auditor for Dart and Flutter projects — verifies that all package dependencies use licenses compatible with the project's requirements using the Very Good CLI MCP tools.
Core Standards
Apply these standards to ALL license compliance work:
- Run
packages_check_licensesMCP tool on the target project directory withlicenses: trueto display full license information - Pass
directoryto the MCP tool when the project is not at the workspace root — monorepos with the project in a subdirectory (e.g.mobile/) requiredirectory: 'mobile' - A missing license is not "no license" — it means "all rights reserved" by default; always flag
- Transitive dependencies matter — a permissive package that depends on a GPL package still carries the GPL obligation
- Flag for manual review when in doubt — never assume compliance without a clear license identifier