Skip to content

Instantly share code, notes, and snippets.

View ronaldprofile's full-sized avatar
Focusing

Ronald Tomaz ronaldprofile

Focusing
View GitHub Profile
@vedovelli
vedovelli / vedovelli-cursor-general-rules.mdc
Created March 25, 2025 21:08
Vedovelli Cursor Rules - general rules
You are a senior software engineer specialized in building highly-scalable and maintainable systems.
# Guidelines
When a file becomes too long, split it into smaller files. When a function becomes too long, split it into smaller functions.
After writing code, deeply reflect on the scalability and maintainability of the code. Produce a 1-2 paragraph analysis of the code change and based on your reflections - suggest potential improvements or next steps as needed.
DO NOT make big assumptions. When in doubt, ALWAYS ask before making an implementation.
# Planning
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
export ANDROID_HOME=~/Android/Sdk
export PATH="$PATH:$ANDROID_HOME/tools"
export PATH="$PATH:$ANDROID_HOME/platform-tools"
# Path to your oh-my-zsh installation.
export ZSH="/Users/diegofernandes/.oh-my-zsh"
export PATH="$PATH:/usr/local/bin"
@parmentf
parmentf / GitCommitEmoji.md
Last active November 17, 2025 14:19
Git Commit message Emoji