lxf-keeps-learning/AI-AI-Coding

2Stars on the repository
55Mods indexed here, across every type
14d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

detail-page

25

lxf-keeps-learning/AI-AI-Coding

Cursor rule Cursor

Rules for detail pages, covering data retrieval, content sections, and entry points for editing.

not rated 2 14d ago A 13 tokens

form-page

26

lxf-keeps-learning/AI-AI-Coding

Cursor rule Cursor

Rules for building form pages, including validation, drafts, submission, and accessibility.

not rated 2 14d ago A 15 tokens

list-page

27

lxf-keeps-learning/AI-AI-Coding

Cursor rule Cursor

A set of rules for list pages, including tables, pagination, filters, empty states, loading indicators, and linked actions.

not rated 2 14d ago A 19 tokens

map-page

28

lxf-keeps-learning/AI-AI-Coding

Cursor rule Cursor

Rules for map pages, covering layers, interaction, performance, and coordinate systems used to place locations.

not rated 2 14d ago A 14 tokens

large-data

30

lxf-keeps-learning/AI-AI-Coding

Cursor rule Cursor

A rule for handling large datasets through chunking, workers, and a main-thread budget. Chunking means processing data in smaller pieces, while workers run work away from the browser’s main thread.

not rated 2 14d ago A 11 tokens

memory

31

lxf-keeps-learning/AI-AI-Coding

Cursor rule Cursor

Memory-management rules covering event listeners, timers, closures, and large objects.

not rated 2 14d ago A 14 tokens

render

32

lxf-keeps-learning/AI-AI-Coding

Cursor rule Cursor

Rendering-performance rules covering memoization, list keys, and unnecessary updates. Memoization means reusing a previous result instead of calculating it again.

not rated 2 14d ago A 13 tokens

component-refactor

34

lxf-keeps-learning/AI-AI-Coding

Cursor rule Cursor

A set of rules for refactoring reusable interface components while preserving API compatibility. Refactoring means changing code’s structure without changing what it is expected to do.

not rated 2 14d ago A 16 tokens

hooks-refactor

35

lxf-keeps-learning/AI-AI-Coding

Cursor rule Cursor

Rules for refactoring React hooks, which are functions that let components use state and other React features. They focus on dependency lists, stability, and how much code each hook should cover.

not rated 2 14d ago A 15 tokens

page-refactor

36

lxf-keeps-learning/AI-AI-Coding

Cursor rule Cursor

Rules for reorganising a web application’s routes, state, and data flow. The description does not provide more detail.

not rated 2 14d ago A 12 tokens

lxf-keeps-learning/AI-AI-Coding

Cursor rule Cursor

A rule for performance refactoring based on measurement, comparison, and a rollback plan. Performance refactoring changes code to improve speed or resource use.

not rated 2 14d ago A 16 tokens

security-review

40

lxf-keeps-learning/AI-AI-Coding

Cursor rule Cursor

A set of rules for reviewing software security, including cross-site scripting, cross-site request forgery, permissions, and sensitive data.

not rated 2 14d ago A 15 tokens

base-search

42

lxf-keeps-learning/AI-AI-Coding

Cursor rule Cursor

Interface rules for a BaseSearch component, covering queries, resetting, collapsing the first three items, and responsive layout.

not rated 2 14d ago A 17 tokens

collapse-search

43

lxf-keeps-learning/AI-AI-Coding

Cursor rule Cursor

A set of interface rules for a collapsible search area, including its default state, page anchor, and first-screen height.

not rated 2 14d ago A 18 tokens

crud-table

44

lxf-keeps-learning/AI-AI-Coding

Cursor rule Cursor

Rules for building a standard CRUD list page. CRUD means creating, reading, updating, and deleting records, while useTable, useDialog, and BaseSearch are named building blocks in the described page structure.

not rated 2 14d ago A 17 tokens

check-tree

46

lxf-keeps-learning/AI-AI-Coding

Cursor rule Cursor

Rules for a checkable tree interface, where items can be selected, partly selected, disabled, or filled back in from related selections.

not rated 2 14d ago A 16 tokens

lazy-tree

47

lxf-keeps-learning/AI-AI-Coding

Cursor rule Cursor

A lazy-loading tree component loads child items only when needed. It supports asynchronous children, checkbox state restoration, search filtering, and retrying failed loads.

not rated 2 14d ago A 22 tokens

tree

48

lxf-keeps-learning/AI-AI-Coding

Cursor rule Cursor

Usage rules for the BaseTree component and the useTree hook. These are tools for displaying and controlling tree-shaped data, such as nested folders or categories.

not rated 2 14d ago A 12 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: