flutter-cqrs-usage

Installation
SKILL.md

CQRS Usage

How to respond

  • If the user invoked this skill without a concrete task, start with a short explanation of what this plugin does and when it should be used.
  • Show how to use it through concrete CQRS tasks this plugin can handle.
  • Point to the main rule or the data-access skill, and route to flutter-cubit-utils when the task is really about base cubit selection.
  • If the user already gave a concrete CQRS task, briefly explain why this plugin fits and then do the work.
  • Do not reply with filler like "skill loaded", "ready for the task", or "what would you like to do?" before explaining the plugin.

What this plugin does

  • Covers CQRS contracts, commands, queries, operations, and Cqrs client usage.
  • Covers contract generation and repository boundaries.
  • Clarifies when work should move to flutter-cubit-utils for base cubits and cubit recipes.

How to use it

Installs
8
First Seen
May 18, 2026
flutter-cqrs-usage — leancodepl/ai-plugins