Back to marketplace

Flutter

Flutter LeanCode Architecture

v0.1.0

LeanCode Flutter architecture guidance for project structure, error handling, and logging.

developer-toolsflutterarchitectureinternal

README

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

Skills

Install individual skills through the CLI fallback, or download the raw SKILL.md file.

/flutter-leancode-architecture-usage

Flutter Leancode Architecture Usage

Download

Explain what the `flutter-leancode-architecture` plugin does and how to use it. Use when the user invokes `/flutter-leancode-architecture-usage`, asks what this plugin covers, or needs help with project structure, error handling, logging, or cross-plugin architecture choices.

npx skills add leancodepl/ai-plugins --skill flutter-leancode-architecture-usage -a cursor

/review-leancode-arch

Review Leancode Arch

Download

Review Flutter code against LeanCode architecture standards. Use when auditing a feature or folder for project structure, error handling, or logging.

npx skills add leancodepl/ai-plugins --skill review-leancode-arch -a cursor

/scaffold-feature

Scaffold Feature

Download

Scaffold a new Flutter feature using LeanCode architecture standards for project structure and routing to related plugins. Use when adding a new feature and deciding its directory layout.

npx skills add leancodepl/ai-plugins --skill scaffold-feature -a cursor

0 skills selected