A straightforward recipe for logging sales deal updates directly to Google Sheets without opening a browser. It searches for your "Sales Pipeline" spreadsheet by name, reads the current data to understand the structure, then appends a new row with deal details like date, company, status, value, and owner. Good for automating CRM updates from the command line or integrating deal tracking into existing workflows. The three-step approach is simple but assumes you follow a specific sheet naming convention and column layout, so you'll need consistent spreadsheet structure across your sales team.
npx skills add https://github.com/googleworkspace/cli --skill recipe-log-deal-update