soniqosoniqoOfficialยท3 Agent Skills Included

speech-swift

On-device speech recognition, synthesis, and voice AI for Apple Silicon

Runs speech-to-text, text-to-speech, voice cloning, translation, and speaker diarization fully on-device on Mac and iOS. Eliminates cloud APIs, API keys, and privacy risks by running all models locally on Apple Silicon via MLX and CoreML. Includes agent skills for building, testing, benchmarking, and reviewing pull requests so AI agents ship changes safely.
npx skills add soniqo/speech-swift --all -g -y
Available:

Instructs the AI agent on safe workflows for this repo, including isolated git worktrees, memory-aware sequential test runs, slash-command skills for building, testing, benchmarking, and PR review.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install speech-swift?โ–ผ

Run `npx skills add soniqo/speech-swift --all -g -y` in your terminal to install all skills in this suite globally.

What does speech-swift do?โ–ผ

It runs speech recognition, text-to-speech, voice cloning, translation, and speaker diarization entirely on-device on Apple Silicon Macs and iPhones, with no cloud or API keys required.

How to run tests safely in speech-swift?โ–ผ

Use the /test skill: `/test unit` for quick checks or `/test e2e` for full model-based tests, which run in isolated processes to avoid exhausting system memory.

Can AI agents review pull requests in this repo?โ–ผ

Yes. The /review-pr skill checks architecture fit, security, regression risk, and test coverage, then gives a clear merge recommendation.

Does speech-swift work offline?โ–ผ

Yes. All models download once from HuggingFace and then run fully offline on your device, so no audio data ever leaves your machine.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’