send-email
We need to translate the given text from English to Russian, preserving the name "send-email" if it appears, but it doesn't appear in the text. The text is a description of an agent skill for sending emails via Resend API. We must preserve product names (Resend API), protocol names, URLs (none), numbers, technical terms (like "idempotency keys", "exponential backoff", "429", "500", "400/422", etc.). Do not add any extra commentary or labels. Just translate the text. The text: "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
npx skills add https://github.com/resend/resend-skills --skill send-email