Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

flutter-leancode-architecture

LeanCode Flutter architecture standards plugin for Cursor and Claude Code.

Contains the architecture rules and skills for project structure, error handling, and logging.

  • rules/project-structure.md — project structure conventions
  • rules/error-handling.md — error handling conventions
  • rules/logging.md — logging conventions
  • skills/flutter-leancode-architecture-usage/SKILL.md — entry point for this plugin
  • skills/review-leancode-arch/SKILL.md — architecture review workflow
  • skills/scaffold-feature/SKILL.md — feature scaffolding workflow

What this plugin is NOT about

Dependency injection, navigation, analytics, localization, and state management live in dedicated sibling plugins.

Example usage

  • /flutter-leancode-architecture-usage — get a short explanation of what this plugin does and which asset to use next
  • /review-leancode-arch lib/features/booking/
  • /scaffold-feature booking