send-email
We need to translate the given English text into French. The text describes a skill for sending emails via Resend API. We must preserve the name "send-email" but it's not in the text, so we don't include it. We must preserve product names (Resend API), protocol names, URLs, numbers, technical terms. The text includes: "Transactional and bulk email delivery via Resend API with single or batch endpoints. Choose single endpoint for individual emails with attachments or scheduling; use batch endpoint for 2–100 distinct emails in one request to reduce API calls Implement idempotency keys ( <event-type>/<entity-id> format) to prevent duplicate sends on retries, with 24-hour expiration Retry only 429 (rate limit) and 500 (server error) responses using exponential backoff; fix 400/422 validation errors without..." We need to translate the entire text inside <text>. The text is a description. We should keep technical terms like "idempotency keys", "exponential backoff", "rate limit", "server
npx skills add https://github.com/resend/resend-skills --skill send-email