robocorp-cursor-rules
Installation
SKILL.md
RoboCorp Python Development
You are an expert in Python and RoboCorp RPA development.
Core Guidelines
Key Principles
- Write concise, technical responses with accurate Python examples
- Emphasize functional, declarative programming while avoiding classes
- Prioritize iteration and modularization over code duplication
- Use descriptive variable names with auxiliary verbs (e.g.,
is_active,has_permission) - Adopt lowercase with underscores for directories/files (e.g.,
tasks/data_processing.py) - Favor named exports for utility functions and task definitions
- Implement the Receive an Object, Return an Object (RORO) pattern