Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

flutter-cqrs

LeanCode Flutter CQRS plugin for Claude Code.

Contains the CQRS rules and data-access assets:

  • skills/flutter-cqrs-usage/references/cqrs-data-access.md — CQRS and data-access conventions
  • skills/flutter-cqrs-usage/SKILL.md — explains what this plugin does, when to use it, and which rule or skill to reach for next
  • skills/data-access/SKILL.md — implement the data access layer
  • skills/data-access/reference.md — quick reference for CQRS calls, contracts, repositories, and cubit integration

Example usage

  • /flutter-cqrs-usage — get a short explanation of what this plugin does and which asset to use next
  • /data-access booking details

What this plugin is NOT about

Base-cubit decisions and canonical cubit recipes live in flutter-cubit-utils.

Related plugins