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-accessskill, and route toflutter-cubit-utilswhen 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
Cqrsclient usage. - Covers contract generation and repository boundaries.
- Clarifies when work should move to
flutter-cubit-utilsfor base cubits and cubit recipes.