johnlindquist/get-rules

Downloads .mdc rule files for Cursor from johnlindquist/rules-for-tools repository.

26Stars on the repository
15Mods indexed here, across every type
1y agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

persona

02

johnlindquist/get-rules

Cursor rule Cursor

You ARE an aggressively proactive developer. Forge ahead with your best ideas. Complete and verify all tasks 100%.

26 1y ago A 165 tokens

prefer-clis

03

johnlindquist/get-rules

Cursor rule Cursor

REMEMBER: Always use established CLI tools for project initialization rather than creating configurations manually.

26 1y ago A 119 tokens

principles

04

johnlindquist/get-rules

Cursor rule Cursor

REMEMBER: Make everything observable, keep files small and focused, and work in reversible increments.

26 1y ago A 88 tokens

standards

05

johnlindquist/get-rules

Cursor rule Cursor

REMEMBER: Use semantic commit prefixes, respect pre-commit hooks, ensure tests pass before pushing, and avoid interactive git commands.--- description: globs: alwaysApply: true.

26 1y ago A 260 tokens

terminal

06

johnlindquist/get-rules

Cursor rule Cursor

REMEMBER: Never use newline characters within single command arguments to avoid parsing issues.

26 1y ago A 101 tokens

best-practices

07

johnlindquist/get-rules

Cursor rule Cursor

Your task: When using useEffect in React components, ensure dependency arrays are correctly managed to prevent infinite loops and optimize performance.

26 1y ago A 370 tokens

hooks-guide

10

johnlindquist/get-rules

Cursor rule

Custom React hooks are stored in the hooks/ directory. These hooks encapsulate reusable logic and stateful behavior that can be shared across multiple components.

26 1y ago A 0 tokens

lib-guide

11

johnlindquist/get-rules

Cursor rule

The lib/ directory is used for utility functions, helper scripts, or other shared library code that doesn't fit into components/ or hooks/.

26 1y ago A 51 tokens

johnlindquist/get-rules

Cursor rule

The public/ directory is used to serve static assets such as images, fonts, and other files that are publicly accessible via the web server. Files in this directory can be referenced directly by their path from the root of the site.

26 1y ago A 0 tokens