
Claude Skills by ricauts
github.com/ricautsUse this skill to generate well-branded interfaces and assets for Servo, either for production or throwaway prototypes/mocks/etc. Contains essential design guidelines, colors, type, fonts, assets, and UI kit components for protoyping.
How this desk handles a locked-out or password-reset request — what to establish before resetting anything, what to tell the requester, and when a lockout is a security event rather than a support one.
How this desk touches the operational database — read before write, scope every statement, and write the approval request a reviewer can actually decide on. Read this before any INSERT, UPDATE, DELETE, ALTER or DROP.
How this desk turns a ticket into a merged change — read the file before editing it, one branch per ticket, show the result, and let a human own the merge. Read this before github_edit_file or github_open_pr.
The desk's rule for the end of a run — what counts as done, what must go to a human, and why a partial fix is never a resolution. Read this before calling resolve_ticket on anything that did not go exactly to plan.
A fixture skill proving plugin skills arrive disabled.