melos-7

Configure Dart/Flutter monorepos for Melos 7+ workspace conventions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/auravibes-apps/auravibes --skill melos-7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: melos-7
Source: https://github.com/auravibes-apps/auravibes/tree/main/.agents/skills/melos-7
Command: npx skills add https://github.com/auravibes-apps/auravibes --skill melos-7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Melos 7+ standardizes and streamlines Dart/Flutter monorepos by aligning workspace configuration, scripts, and package workflows, preventing melos-6-era pitfalls and enabling scalable collaboration.

Core Features & Use Cases

  • Workspace configuration: centralizes package discovery via the pub workspace model.
  • Script orchestration: coordinates per-package and root scripts for consistent automation.
  • Migration guidance: provides breaking-change awareness and migration steps for Melos 7+ adoption.
  • Use Case: teams migrating large Flutter/Dart monorepos can bootstrap workflows with confidence and reduce setup friction.

Quick Start

Bootstrap your Melos workspace by updating your root pubspec.yaml under the melos: key and run melos bootstrap to initialize dependencies.

Frequently Asked Questions about melos-7

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate a Flutter monorepo to Melos 7+ workspace conventions?

Migrate a Flutter monorepo to Melos 7+ by applying breaking-change steps to the root pubspec.yaml, moving settings under the melos: key, and organizing packages under the workspace: configuration to ensure Dart SDK 3.9+ compatibility.

What is the pub workspace model in Melos 7+ used for?

The pub workspace model in Melos 7+ centralizes package discovery within Dart and Flutter monorepos, streamlining dependency management and enabling scalable collaboration across multiple packages.

How do I configure root scripts and hooks in a Dart monorepo using Melos?

Configure root scripts and hooks in a Dart monorepo using Melos by defining orchestration commands under the melos: configuration key in your root pubspec.yaml to coordinate per-package and root automation workflows.

Does Melos 7+ require a specific Dart SDK version to set up a pub workspace?

Yes, adopting Melos 7+ workspace conventions and configuring the pub workspace requires Dart SDK 3.9+ or higher to ensure full compatibility with the new package discovery and script orchestration model.

What are the common breaking changes when upgrading to Melos 7+ from older versions?

Breaking changes when upgrading to Melos 7+ involve migrating existing melos: settings in the root pubspec.yaml and restructuring package declarations to align with the new pub workspace model, preventing melos-6-era configuration pitfalls.