spencergoldade/cursor-designer
Cursor rule Cursor
Constraints on how Cursor should behave when designing and implementing UX, UI, IA, and accessibility patterns.
29 tagged ia, measured the same way as everything else here.
Browse within: rules 13augmented 10developer 10
spencergoldade/cursor-designer
Cursor rule Cursor
Constraints on how Cursor should behave when designing and implementing UX, UI, IA, and accessibility patterns.
spencergoldade/cursor-designer
Cursor rule Cursor
Balanced always-on core of UX, UI, IA, and accessibility principles for every interaction.
Cursor rule Cursor
This guide explains how to test PAMPA functionality using the provided examples and testing tools.
Cursor rule Cursor
Regla para mantener los archivos README en inglés y español sincronizados.
Cursor rule Cursor
Conventions for Git commit messages.
Cursor rule Cursor
create a tool for "{description}" resource from @openpix.md call it {name} use the url from @openpix.md resource use the body, request and response from @openpix.md resource.
Cursor rule Cursor
description: globs: alwaysApply: false.
DeGraciaMathieu/cursor-mdc-rules
Cursor rule
Comments should provide context or clarifications that the code alone cannot convey. They are not a substitute for clear code, but a complement to explain why something is done or what external constraints apply.
DeGraciaMathieu/cursor-mdc-rules
Cursor rule
Methods should group only lines of code that share a common intention. Different responsibilities must be extracted into separate methods or services.
DeGraciaMathieu/cursor-mdc-rules
Cursor rule
Method names must clearly communicate the action or intention of the method. The level of detail should correspond to the method’s position in the execution chain.