A set of specialized knowledge, rules, and tools to accelerate Rewrite integrations through AI agents and SMS automation.
Skills are specialized context packages that teach AI agents (such as Cursor, Claude Code, and other assistants) and developers about best practices, business rules, and technical standards in the Rewrite ecosystem.
Precise Context: Provide practical information about Rewrite APIs, SDKs, Webhooks, CLI, and ecosystem packages.
Standardization: Ensure generated code follows consistent conventions for SMS sending, contacts and segments, webhook intake, and agent-safe workflows.
Acceleration: Reduce implementation time with production-ready workflows and checklists.
Practical Examples: Offer clear reference patterns for Node.js, Go, REST, Types, and Zod.
These skills are primarily consumed by IDEs and AI agents that support local context ingestion.
- Clone: Clone this repository to your machine.
- AI Context: Add this skills folder to your editor/agent context.
- CLI: Also use the Rewrite CLI for operational flows, webhook forwarding, and local automation.
The structure is organized by domain for easier discovery and execution:
SKILL.md — Main Rewrite skill router.
sms-best-practices/ — General SMS architecture, deliverability, retry, observability, and rollout guidance for Rewrite-based systems.
send-sms/ — Outbound sending, contacts, segments, idempotency, templates, batching, and delivery lifecycle.
rewrite-inbound/ — Rewrite webhook intake, signature verification, payload normalization, and delivery-log debugging.
agent-sms-inbox/ — Secure application-owned SMS agent patterns with anti prompt-injection policies.
Rewrite CLI — Command-line tooling for operations and automation.
Node SDK — JavaScript/TypeScript integration.
Go SDK — Native integration for Go services.
REST API — HTTP endpoint and contract reference.
Types — Shared contracts and route builders.
Zod — Runtime validation for Rewrite payloads and webhooks.
Docs — Official API, SDK, CLI, Webhooks, AI, and Ecosystem documentation.
Examples — Official examples repository.
Built to accelerate production-grade SMS integrations against the current public Rewrite platform.
Truly open source.