voice-scaffold

Scaffold voice-skill projects across Alexa, Google Actions, and Twilio IVR.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/paulingham/.claude --skill voice-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-scaffold
Source: https://github.com/paulingham/.claude/tree/main/skills/_deferred/voice-scaffold
Command: npx skills add https://github.com/paulingham/.claude --skill voice-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolds a complete voice skill project skeleton across Alexa, Google Actions, and Twilio IVR to accelerate initial setup and reduce boilerplate.

Core Features & Use Cases

  • Project structure templates for Alexa, Google Actions, and Twilio Voice
  • Generates intents/interaction models, handler stubs, SSML templates, test harness scaffolding, and deployment configs
  • Use Case: Quickly scaffold a new voice-enabled app with sample intents and a test harness to start TDD

Quick Start

Tell the AI to scaffold a new voice skill for Alexa with a basic task flow.

Frequently Asked Questions about voice-scaffold

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a voice app project for Alexa and Google Actions?

To scaffold a voice app project, this solution generates a complete project skeleton across Alexa, Google Actions, and Twilio IVR. It automatically creates platform-appropriate templates, intents, handler stubs, and SSML to accelerate initial setup.

What is the best way to reduce boilerplate when creating Twilio IVR intents?

The best way to reduce boilerplate when creating Twilio IVR intents is using an automated scaffolding tool. This solution generates interaction models, handler stubs, and deployment configs automatically, minimizing manual boilerplate code setup.

Can I generate SSML templates and test harness scaffolding together for a new voice skill?

Yes, you can generate SSML templates and test harness scaffolding together for a new voice skill. This scaffolding solution creates both alongside intents and deployment configs, allowing you to quickly start test-driven development for voice-enabled apps.

Does this voice skill scaffolder support adding new channels to an existing project?

Yes, this voice skill scaffolder supports adding new channels to an existing project. It is suitable for both new skill projects and channel additions, generating the necessary platform-specific templates and handler stubs for the new platform.

What deployment configurations are included when scaffolding Google Actions and Alexa projects?

When scaffolding Google Actions and Alexa projects, deployment configurations are generated automatically alongside interaction models and handler stubs. This provides a complete, ready-to-deploy project structure that reduces manual configuration setup.