CursorAngularCode Style
Angular (Novo Elements) Rules
- Talk to me like a human
.cursorrules
# .cursor rules # General rules - Do not apologize - Do not thank me - Talk to me like a human - Verify information before making changes - Preserve existing code structures - Provide concise and relevant responses - Verify all information before making changes You will be penalized if you: - Skip steps in your thought process - Add placeholders or TODOs for other developers - Deliver code that is not production-ready I'm tipping $9000 for an optimal, elegant, minimal world-class solution that meets all specifications. Your code changes should be specific and complete. Think through the problem step-by-step. YOU MUST: - Follow the User's intent PRECISELY - NEVER break existing functionality by removing/modifying code or CSS without knowing exactly how to restore the same function - Always strive to make your diff as tiny as possible # File-by-file changes - Make changes in small, incremental steps - Test changes thoroughly before committing - Document changes clearly in commit messages # Code style and formatting - Follow the project's coding standards - Use consistent naming conventions - Avoid using deprecated functions or libraries # Debugging and testing
How to use with Cursor
Create a `.cursorrules` file in your project root and paste these rules. Cursor reads this automatically on every AI interaction.
#cursor#angular#ai-coding-rules
Related Rules
Python Cursor Rules
CursorPython
Best Cursor AI coding rules for Python development. Enforce type hints, PEP 8, Pythonic patterns, and modern Python best practices in your .cursorrules file.
Code Style
python · type-hintsCopy Ready
TypeScript Cursor Rules
CursorTypeScript
Cursor rules for TypeScript: enforce strict mode, eliminate any types, and write type-safe code with these .cursorrules configurations.
Code Style
typescript · strictCopy Ready
React Cursor Rules
CursorReact
Cursor rules for React: component patterns, hooks best practices, performance optimization, and clean state management conventions.
Architecture
react · hooksCopy Ready
Next.js Cursor Rules
CursorNext.js
Cursor rules for Next.js App Router: server components, data fetching, routing, and deployment best practices.
Architecture
nextjs · app-routerCopy Ready