Arenukvern

94 mods across 2 repositories, 381 stars between them.

inconsistences

25

Arenukvern/mcp_flutter

Command Cursor

TODOs, errors, incosistencies, potential code and typesafety violations in.

370 6d ago A 0 tokens original MIT

is-not-duplicated

27

Arenukvern/mcp_flutter

Command Cursor

please investigate the codebase based on your changes - do we have code duplication? After analysis, write updates to DUPLICATIONREPORT.md with the results. Keep in mind that other agents could keep their records, so you need to check the document first, decided to update or add new information.

370 6d ago A 0 tokens original MIT

update-diagram

30

Arenukvern/mcp_flutter

Command Cursor

please update .cursor/rules/architecturediagram.mdc to support all our current relationships and Key Data Flow.

370 6d ago A 0 tokens original MIT

update-faq

31

Arenukvern/mcp_flutter

Command Cursor

could you please update DESIGNFAQ & DXFAQ based on the changes we are trying to achieve.

370 6d ago A 0 tokens original MIT

use-faq-diagram

32

Arenukvern/mcp_flutter

Command Cursor

Please analyse using ecs DESIGN and DX FAQ (and the FAQ files in plugins) and ecsarchitecturediagram for correct understanding of reusable parts.

370 6d ago A 0 tokens original MIT

Arenukvern/mcp_flutter

Cursor rule Cursor

This document provides a condensed, unified overview of the application's architecture. It is designed to be a primary reference for understanding the core concepts, structure, and development patterns.

370 6d ago A 1,035 tokens original MIT

ask_follow_up

35

Arenukvern/mcp_flutter

Cursor rule Cursor

Provide a list of follow-up questions, and structure the plan with clear sections for research, implementation, and testing. Format the plan as a markdown list with headings.

370 6d ago A 0 tokens original MIT

Arenukvern/mcp_flutter

Cursor rule Cursor

Your task is to create a detailed, step-by-step plan. Use sequancialthinking tool to iterate your thoughts before getting started answering.

370 6d ago A 0 tokens original MIT

dart_dev

38

Arenukvern/mcp_flutter

Cursor rule Cursor

You are a senior Dart programmer specializing in Flutter, Flame and Game development. Generate code adhering to.

370 6d ago A 0 tokens original MIT

dart_doc

39

Arenukvern/mcp_flutter

Cursor rule Cursor

Please add comprehensive Dart documentation comments to the specified classes, following these guidelines.

370 6d ago A 0 tokens original MIT

Arenukvern/mcp_flutter

Cursor rule Cursor

Extension type const models provide type-safe wrappers around primitive types (String, int, Map) while maintaining zero runtime overhead. They're ideal for creating strongly-typed identifiers, value objects, and data containers that need compile-time safety without performance penalties.

370 6d ago A 17 tokens original MIT

faq_usage

41

Arenukvern/mcp_flutter

Cursor rule Cursor

Quick reference for when to use DESIGNFAQ.md vs DXFAQ.md.

370 6d ago A 430 tokens original MIT

flutter_ui_dev

42

Arenukvern/mcp_flutter

Cursor rule Cursor

// Header section Column( children: [ // Title Text('Title'), // Subtitle Text('Subtitle'), ], ).

370 6d ago A 8 tokens original MIT

mermaid_rule

44

Arenukvern/mcp_flutter

Cursor rule Cursor

Rule Name: mermaidsyntaxguide Description: Guidelines for generating valid and readable Mermaid diagrams, particularly flowcharts (graph TD/LR).

370 6d ago A 9 tokens original MIT

test_guide

46

Arenukvern/mcp_flutter

Cursor rule Cursor

This guide outlines concise rules for writing and modifying tests in this project.

370 6d ago A 0 tokens original MIT

test_use_tdd

47

Arenukvern/mcp_flutter

Cursor rule Cursor

Always use TDD writing code. One exception - examples folder. MEANING: describe behaviour in test, then fix implementation. The test can fail (if real implementaion is broken) and this way we could develop healthy software. While writing test always use Ruby philosophy - red -> green. Meaning: we express meaning…

370 6d ago A 9 tokens original MIT