anonymise
Installation
SKILL.md
CSV Anonymiser
When the user wants to anonymise a CSV file or process new data:
1. Check .gitignore
First, verify that CSV files are excluded from git:
cat .gitignore
If *.csv is not present, add it:
echo "*.csv" >> .gitignore