kokoro-coreml
On-device text-to-speech on Apple Neural Engine
All Skills in This Repository (23)
Pure Emerald Level Indicatorsgit-commit
Automates git commits and optionally audits projects with cucumber-style tests and linting.
documentation
Generate and review Python docstrings to enforce inline documentation standards.
phase-audit
Audit a completed plan phase against active plans and changed files.
ilya-sutskever
Convert PyTorch models to Core ML for Apple Neural Engine optimization.
audio-judge
Assess text-to-speech audio quality for intelligibility and acceptability.
write-notes
Create and update notes in a repository's README/Notes/ directory.
execute-plan
Execute implementation plans phase by phase with audits and git commits.
deploy
Coordinate release engineering for kokoro-coreml with Git operations and CI/CD practices.
markdown
Edit and standardize markdown files in a code repository.
coreml-profile
Analyzes CoreML model execution on Apple Silicon to detect compute units, silent fallbacks, and bottlenecks.
create-plan
Create structured implementation plans with phases, verification steps, and dependencies.
audit-fix-loop
Run audit cycles, fix issues until criteria are met, then commit via git-commit.
Frequently Asked Questions
FAQPage SchemaHow to install kokoro-coreml?โผ
Run `npx skills add mattmireles/kokoro-coreml --all -g -y` in your terminal to install all skills in this suite globally.
How to run Kokoro TTS on the Apple Neural Engine?โผ
This repo splits the Kokoro pipeline so dense decoder and vocoder math runs as fixed-shape Core ML models on the Neural Engine, while variable-length duration logic stays on CPU. The included Swift package chains five compiled models with zero Python at inference time.
How fast is Kokoro on Apple Silicon?โผ
An M1 Mac Mini synthesizes 15 seconds of speech in about 691 ms, roughly 22x realtime, and an M2 Ultra finishes 30 seconds of audio in 422 ms. That is 1.8 to 3.4x faster than PyTorch on the GPU.
Does kokoro-coreml work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible agents.
Can I use pre-converted Kokoro Core ML models?โผ
Yes. Pre-converted .mlpackage files are published on Hugging Face at mattmireles/kokoro-coreml, so you can skip the export scripts and go straight to the Swift pipeline.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core