Cursor rule "clean-code" from sanjayshreeyans/subnet-calculator-mcp, covering clean code guidelines, constants over magic numbers, meaningful names, smart comments and single responsibility.
Cursor rule "codequality" from sanjayshreeyans/subnet-calculator-mcp, covering code quality guidelines, verify information, file-by-file changes, no apologies and no understanding feedback.
Cursor rule "python" from sanjayshreeyans/subnet-calculator-mcp, covering python best practices, project structure, code style, type hints and flask structure.