fosrl

8 mods across 1 repository, 23k stars between them.

crud-endpoints

01

fosrl/pangolin

Skill Claude CodeCodex

Use whenever asked to add, create, or scaffold a CRUD endpoint, router, or entity in this repo's server (create/list/get/update/delete handlers, new server/routers/ / or server/private/routers/ / folder). Points to the established file layout, middleware, ActionsEnum, and route-registration conventions before writing…

23k +16 today A 77 tokens

fosrl/pangolin

Cursor rule Cursor

When adding submit buttons, don't change the text of the button during the loading state. Text should stay static and you should use the loading prop on the button.

23k +16 today A 39 tokens

Components

03

fosrl/pangolin

Cursor rule Cursor

When creating UI for popup dialogs or modals, use the Credenza componennt. This component is mobile responsive and works on desktop and wraps the dialog component and sheet into one.

23k +16 today A 44 tokens

Localization

04

fosrl/pangolin

Cursor rule Cursor

Always localize strings and use the t function to convert keys to strings. Add the keys to the en-us.json file. Never edit the other language files, as en-us.json is the single source of truth.

23k +16 today A 52 tokens

Migrations

05

fosrl/pangolin

Cursor rule Cursor

Don't write or edit migrations in server/setup unless specificall instructed to do so.

23k +16 today A 25 tokens

Nomenclature

06

fosrl/pangolin

Cursor rule Cursor

Proxy resources = public resources Private resources = client resources = site resources.

23k +16 today A 25 tokens