BeClaude

twilio-developer-kit

New
Official PluginDevelopmentby Twilio

Twilio Skills provide procedural knowledge for AI coding agents — which APIs to use, in what order, and what to avoid. Covers SMS, Voice, WhatsApp, Verify, SendGrid, Compliance, and 30+ products.

First seen 5/22/2026

Summary

The Twilio Developer Kit skill provides AI coding agents with procedural knowledge for integrating Twilio APIs into applications.

  • It covers best practices for SMS, Voice, WhatsApp, Verify, SendGrid, Compliance, and over 30 other products, helping developers avoid common pitfalls and implement Twilio features efficiently.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/twilio-developer-kit.md

3
Invoke in Claude Code
/twilio-developer-kit

Use Cases

Build an SMS notification system for order confirmations using Twilio's Programmable SMS API.
Implement two-factor authentication with Twilio Verify to enhance user login security.
Create a WhatsApp chatbot for customer support using Twilio's WhatsApp Business API.
Send transactional emails via SendGrid with dynamic templates and event tracking.
Set up a voice call IVR system for customer service routing using Twilio Studio.
Ensure compliance with TCPA regulations when sending marketing messages via Twilio.

Usage Examples

1

/twilio-developer-kit How do I send an SMS using Twilio in Node.js?

2

/twilio-developer-kit Show me the correct order of API calls to verify a phone number with Twilio Verify.

3

/twilio-developer-kit What are the best practices for handling webhook responses from Twilio Voice?

View source on GitHub
apiagent

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is twilio-developer-kit?

The Twilio Developer Kit skill provides AI coding agents with procedural knowledge for integrating Twilio APIs into applications. It covers best practices for SMS, Voice, WhatsApp, Verify, SendGrid, Compliance, and over 30 other products, helping developers avoid common pitfalls and implement Twilio features efficiently.

How to install twilio-developer-kit?

To install twilio-developer-kit: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/twilio-developer-kit.md. Finally, /twilio-developer-kit in Claude Code.

What is twilio-developer-kit best for?

twilio-developer-kit is a skill categorized under Development. It is designed for: api, agent. Created by Twilio.

What can I use twilio-developer-kit for?

twilio-developer-kit is useful for: Build an SMS notification system for order confirmations using Twilio's Programmable SMS API.; Implement two-factor authentication with Twilio Verify to enhance user login security.; Create a WhatsApp chatbot for customer support using Twilio's WhatsApp Business API.; Send transactional emails via SendGrid with dynamic templates and event tracking.; Set up a voice call IVR system for customer service routing using Twilio Studio.; Ensure compliance with TCPA regulations when sending marketing messages via Twilio..