spreadsheet
Use when tasks involve creating, editing, analyzing, or formatting spreadsheets (`.xlsx`, `.csv`, `.tsv`) using Python (`openpyxl`, `pandas`), especially when formulas, references, and formatting need to be preserved and verified.
transcribe
Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings.
recipe-backup-sheet-as-csv
Export a Google Sheets spreadsheet as a CSV file for local backup or processing.
recipe-bulk-download-folder
List and download all files from a Google Drive folder.
recipe-create-doc-from-template
Copy a Google Docs template, fill in content, and share with collaborators.
recipe-draft-email-from-doc
Read content from a Google Doc and use it as the body of a Gmail message.
recipe-email-drive-link
Share a Google Drive file and email the link with a message to recipients.
recipe-generate-report-from-sheet
Read data from a Google Sheet and create a formatted Google Docs report.
recipe-save-email-to-doc
Save a Gmail message body into a Google Doc for archival or reference.
recipe-share-doc-and-notify
Share a Google Docs document with edit access and email collaborators the link.
gws-gmail-read
Gmail: Read a message and extract its body or headers.
gws-sheets-read
Google Sheets: Read values from a spreadsheet.
gws-slides
Google Slides: Read and write presentations.
parser-development
Guide for implementing parsers with error recovery for new languages in Biome. Use when adding parsing support for a new language, implementing error recovery in a parser, or writing grammar definitions in .ungram format for JavaScript, CSS, JSON, HTML, GraphQL, or other languages.
roo-translation
Provides comprehensive guidelines for translating and localizing Roo Code extension strings. Use when tasks involve i18n, translation, localization, adding new languages, or updating existing translation files. This skill covers both core extension (src/i18n/locales/) and WebView UI (webview-ui/src/i18n/locales/) localization.
defuddle
Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page. Do NOT use for URLs ending in .md — those are already markdown, use WebFetch directly.
translation-diff-export
Export a JSON translation patch containing only untranslated or source-changed UniGetUI strings for a target language.
translation-diff-import
Import a translated JSON patch back into the full UniGetUI target-language JSON file.