add-language
01Command Claude Code
A step-by-step guide for adding a new spoken language to piper-plus, including its pronunciation rules and text-to-speech processing. You provide a language code such as de, it, or da.
Command Claude Code
A step-by-step guide for adding a new spoken language to piper-plus, including its pronunciation rules and text-to-speech processing. You provide a language code such as de, it, or da.
Command Claude Code
A command for reviewing a newly added language in the Piper speech-synthesis project across its Python, Rust, C++, C# and JavaScript code.
Hook Claude Code
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing ruff-format.sh. From ayutaz/piper-plus.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing guard-bash.sh. From ayutaz/piper-plus.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing prompt-guard.sh. From ayutaz/piper-plus.
Hook Claude Code
Runs when the agent finishes a response, executing stop-warn-uncommitted.sh. From ayutaz/piper-plus.
Hook Claude Code
Runs when a session starts on startup and resume, executing session-env.sh. From ayutaz/piper-plus.
Settings file Claude Code
Agent settings declaring 5 hook events (PostToolUse, PreToolUse, UserPromptSubmit, Stop).
Skill Claude CodeCodex
A helper for updating selected dependencies that are repeated across several project files. A dependency is an external library or tool that the project relies on.
Skill Claude CodeCodex
Python canonical (src/pythonrun/piperplus/, src/python/pipertrain/, src/python/g2p/piperplusg2p/) を変更した PR で、 ONNX I/O 以外の追随漏れ (phonemizer / config schema / CLI flag / data 形式 / API 変更) を 7 ランタイム + 2 docker image 範囲で fail-fast 検出する。PR.
Skill Claude CodeCodex
A consistency checker for a dictionary of Chinese-English mixed words used by a text-to-speech pronunciation system. It compares one Python source file with copies used by Rust, Go, C#, WebAssembly, C++, and test fixtures.
Skill Claude CodeCodex
A pull-request check for new JSON or TOML data files that verifies their inclusion in package metadata for seven runtime platforms.
Skill Claude CodeCodex
A final checklist for deciding whether code is ready for a pull request, which is a request to merge changes into another branch. It checks the branch, uncommitted work, code quality, documentation, changelog, and relevant tests.
Skill Claude CodeCodex
A consistency checker for Private Use Area phoneme data, which uses reserved Unicode characters to represent speech sounds. It compares configuration, generated mappings, runtime tables, and test fixtures across several programming languages.
Skill Claude CodeCodex
A read-only checker for open GitHub pull requests that finds review conversations no one has resolved. It can check one pull request immediately or scan all open pull requests for older items.
Skill Claude CodeCodex
A pull-request check for changes to the canonical Python inference path, verifying that matching inference code in five other runtimes was updated too. Inference is the part of a system that produces output from a model.
Skill Claude CodeCodex
A guided process for reviewing and creating commits in the piper-plus codebase, including checking the branch, changed files, and commit rules.
Skill Claude CodeCodex
An automated workflow for creating a pull request, a request to merge code changes into another branch. It pushes the branch, creates the pull request, watches its automated checks, and handles review conversations.
Skill Claude CodeCodex
A pre-release command guide that runs formatting, code-quality checks, builds, and tests for the parts of a multilingual text-to-speech project that changed.
Skill Claude CodeCodex
A release-preparation checker for nine packages and five package registries, which are services that distribute software packages. It prepares version changes, lockfile updates, Swift checksums, change-log edits, publishing order, and post-release checks.
Skill Claude CodeCodex
学習済み Lightning checkpoint (.ckpt) を ONNX export → sanity check → RTF benchmark → HuggingFace upload まで連鎖実行する read-mostly skill。 export 仕様 (FP16 / EMA / emblang unify / opset 15) を docs/spec/onnx-export-contract.toml から取得し、 全 7 ランタイムでの load 可否を gate する。.
Skill Claude CodeCodex
A release preparation checker for projects published through package registries, which are services that distribute software packages. It compares versions in project files, reviews the unreleased changelog section, and checks the latest published versions.
Skill Claude CodeCodex
A helper for responding to unresolved GitHub pull-request review comments and closing their discussion threads. It can distinguish already-outdated comments and certain repetitive Copilot style comments from comments that may still block the change.
Skill Claude CodeCodex
A test runner for the Piper Plus project, which contains code in several programming languages. It chooses tests from changed files or lets you select Python, Rust, .NET, Go, JavaScript/WebAssembly, C++, or all targets.