Streaming raw PCM audio chunks over Websockets to STT servers.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add Rahulchaube1/Rahul-Chaube-Skills --skill speech-streaming --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Speech Streaming?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rahulchaube1-speech-streaming)More formats (shields.io, HTML) on the badges page.
---
name: speech-streaming
description: Streaming raw PCM audio chunks over Websockets to STT servers.
category: multimodal-vision
level: advanced
---
# Speech Streaming
## Overview
Streaming raw PCM audio chunks over Websockets to STT servers. This deep-dive module provides advanced prompt engineering and systemic context rules.
## When to Use
- When building production-ready cognitive loops requiring high logical alignment.
- When standard models drift or ignore simple constraints.
## When NOT to Use
- For simple one-off tasks where speed and low latency are prioritized.
## Best Practices
- **Define Explicit Goals**: Structure success boundaries before generating inputs.
- **Negative Enclosures**: Wrap forbidden patterns inside `<not_allowed>` tags.
- **AST Checks**: Validate code formatting prior to test execution.
## Common Mistakes
- **Premature Execution**: Letting the model edit files without creating an implementation plan.
- **Over-Abstraction**: Creating abstract interfaces where single functions would suffice.
## Advanced Techniques
- **Dynamic Context Injection**: Injecting variables dynamically based on prompt length constraints.
- **Self-Healing AST**: Interfacing compiler stack traces directly to model correction prompts.
## Prompt Template
```markdown
<instructions>
You are executing the SPEECH-STREAMING skill.
Analyze the task below, write an implementation plan, and verify all constraints.
</instructions>
<task>
{{task_description}}
</task>
```
## Production Use Case
- Automated local refactoring pipelines correcting linter errors autonomously in CI/CD cycles.
## Evaluation Checklist
- [ ] Model states assumptions explicitly.
- [ ] No speculative helper functions are written.
- [ ] Output formatting passes lint validation check.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!