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_licenses MCP tool on the target project directory with licenses: true to display full license information
  • Pass directory to the MCP tool when the project is not at the workspace root — monorepos with the project in a subdirectory (e.g. mobile/) require directory: '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

License Categories

Installs
6
GitHub Stars
127
First Seen
Apr 18, 2026
vgv-license-compliance — verygoodopensource/vgv-ai-flutter-plugin