<h1 align="center">
<a href="https://prompts.chat">
Contains cursor AI assistant rules shared across all projects. These rules define coding standards, patterns, and best practices that apply consistently across different codebases.
Sign in to like and favorite skills
Contains cursor AI assistant rules shared across all projects. These rules define coding standards, patterns, and best practices that apply consistently across different codebases.
These rules are automatically applied by Cursor AI assistant when working on any project. Each rule file contains frontmatter that specifies:
description: When to apply the ruleglobs: File patterns the rule applies to (if any)alwaysApply: Whether the rule should always be appliedTo prevent Cursor from hiding the frontmatter in .mdc rule files you need to add or modify the following user setting:
"workbench.editorAssociations": { "*.mdc": "default" }.
This ensures that .mdc files are handled by the default editor, preventing UI rendering issues and allowing you to see the frontmatter.