xc404/kiwi

7Stars on the repository
19Mods indexed here, across every type
7d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

xc404/kiwi

Cursor rule Cursor

A set of project rules for connecting an Angular frontend to a Java backend. It defines how lists, errors, and asynchronous data are represented between the two sides.

7 7d ago A 487 tokens original MIT

xc404/kiwi

Cursor rule Cursor

A project rule for kiwi-bpmn-component plugin development. It explains when Java changes require rebuilding plugin JAR files, which are packaged files loaded by the application at runtime.

7 7d ago A 0 tokens original MIT

xc404/kiwi

Cursor rule Cursor

A coding rule for Java component parameters that controls when to specify the type of editor shown in a user interface.

7 7d ago A 244 tokens original MIT

xc404/kiwi

Cursor rule Cursor

A naming rule for Java code parameters marked with @ComponentParameter. Their keys must be flat names using letters, numbers, and underscores; dots are not allowed.

7 7d ago A 803 tokens original MIT

xc404/kiwi

Cursor rule Cursor

A Java naming rule for enum values and static constants. It requires PascalCase, such as `Pending` or `MaxRetries`, while ordinary variables and methods keep camelCase.

7 7d ago A 0 tokens original MIT

xc404/kiwi

Cursor rule Cursor

A Java coding rule that prefers ordinary instance methods in business, service, and component classes instead of static methods. Static methods remain suitable for separate, stateless utility classes.

7 7d ago A 588 tokens original MIT

xc404/kiwi

Cursor rule Cursor

A Java rule for adding OpenAPI 3 annotations to REST endpoints. OpenAPI is a machine-readable description of an HTTP API that can power documentation and code-generation tools.

7 7d ago A 0 tokens original MIT

openspec

08

xc404/kiwi

Cursor rule Cursor

本仓库在 openspec/ 下使用 OpenSpec,openspec/config.yaml 中 schema: spec-driven。.

7 7d ago A 446 tokens original MIT

plans-in-workspace

09

xc404/kiwi

Cursor rule Cursor

A rule for saving structured work plans inside the project. Plans go in `.cursor/plans/` with a descriptive filename.

7 7d ago A 483 tokens original MIT

read-before-edit

10

xc404/kiwi

Cursor rule Cursor

A rule requiring files to be checked from the current workspace before they are edited. The workspace is treated as the latest source of truth.

7 7d ago A 457 tokens original MIT