A project rule set for a CloudBase AI Toolkit codebase. It defines coding conventions, repository folders, custom slash commands, and workflows for tasks such as new features or adding AI IDE support.
Cursor rule "clean-code" from sontallive/mcp-server-python-template, covering clean code guidelines, constants over magic numbers, meaningful names, smart comments and single responsibility.
Cursor rule "codequality" from sontallive/mcp-server-python-template, covering code quality guidelines, verify information, file-by-file changes, no apologies and no understanding feedback.
Cursor rule "python" from sontallive/mcp-server-python-template, covering python best practices, project structure, code style, type hints and flask structure.