Takt365

8 mods across 1 repository, 16 stars between them.

architecture

01

Takt365/Takt.Wpf

Cursor rule Cursor

A project rule describing a Clean Architecture structure, where the user interface depends on application logic, which depends on domain rules and then infrastructure. It defines the responsibilities and file locations of each layer.

16 7mo ago A 579 tokens original MIT

async

02

Takt365/Takt.Wpf

Cursor rule Cursor

Coding rules for asynchronous C# programs, including method names, safe async calls, and updates to a desktop application's user interface. Asynchronous code lets work continue without freezing the application.

16 7mo ago A 396 tokens original MIT

context

03

Takt365/Takt.Wpf

Cursor rule Cursor

A Cursor rule for giving coding tasks the project context they need. It requires details such as relevant files, the software architecture, the current problem, dependencies, logs, and reproducible test steps.

16 7mo ago A 545 tokens original MIT

Takt365/Takt.Wpf

Cursor rule Cursor

A coding rule for dependency injection, a way for classes to receive the services they need instead of creating or locating them themselves. It covers registering services and choosing their lifetimes in a Takt.Wpf application.

16 7mo ago A 391 tokens original MIT

mvvm

05

Takt365/Takt.Wpf

Cursor rule Cursor

Cursor rule "mvvm" from Takt365/Takt.Wpf, covering mvvm 模式规范, view(视图层), viewmodel(视图模型层) and model(模型层).

16 7mo ago A 665 tokens original MIT

naming

06

Takt365/Takt.Wpf

Cursor rule Cursor

Naming rules for a Takt.Wpf application, including required prefixes for classes and interfaces and required names for methods, files, fields, and properties. WPF is Microsoft's framework for building Windows desktop interfaces.

16 7mo ago A 559 tokens original MIT

prompt

07

Takt365/Takt.Wpf

Cursor rule Cursor

A Cursor rule for writing structured prompts for the Takt WPF project. It requires a task type, relevant code paths, requirements, constraints, and verification details.

16 7mo ago A 532 tokens original MIT

taktwpf

08

Takt365/Takt.Wpf

Cursor rule Cursor

A set of Cursor rules for a .NET 9 WPF application using MVVM and Clean Architecture. The rules cover project structure, naming, dependencies, asynchronous code, prompts, and context.

16 7mo ago A 785 tokens original MIT