From speak-pack
Create a minimal working Speak language learning example. Use when starting a new Speak integration, testing your setup, or learning basic Speak API patterns for language tutoring. Trigger with phrases like "speak hello world", "speak example", "speak quick start", "simple speak lesson".
How this skill is triggered — by the user, by Claude, or both
Slash command
/speak-pack:speak-hello-worldThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Minimal working example demonstrating core Speak functionality for AI-powered language learning.
Minimal working example demonstrating core Speak functionality for AI-powered language learning.
speak-install-auth setupRead(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)AI Tutor says: Hola! Welcome to your Spanish lesson. Let's practice greetings. Can you say "Hello, my name is..." in Spanish?
Audio URL: https://speak.com/audio/abc123.mp3
Feedback: Great job! Your pronunciation was clear.
Pronunciation: 85
Grammar: [No corrections needed]
| Error | Cause | Solution |
|---|---|---|
| Import Error | SDK not installed | Verify with npm list @speak/language-sdk |
| Auth Error | Invalid credentials | Check environment variables are set |
| Session Timeout | Exceeded lesson duration | Extend session or start new one |
| Rate Limit | Too many requests | Wait and retry with exponential backoff |
| Language Not Supported | Invalid language code | Use supported language codes |
See references/implementation-guide.md for detailed examples.
Proceed to speak-local-dev-loop for development workflow setup.
npx claudepluginhub aiminnovations/claude-code-plugins-plus --plugin speak-packGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.
4plugins reuse this skill
First indexed Jul 11, 2026