ayutaz

29 mods across 1 repository, 202 stars between them.

add-language

01

ayutaz/piper-plus

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.

202 4d ago A 0 tokens original MIT

review-language

02

ayutaz/piper-plus

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.

202 4d ago A 0 tokens original MIT

PostToolUse

03

ayutaz/piper-plus

Hook Claude Code

Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing ruff-format.sh. From ayutaz/piper-plus.

202 4d ago A tokens not measured original MIT

PreToolUse

04

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.

202 4d ago A tokens not measured copy · 45% MIT

UserPromptSubmit

05

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.

202 4d ago A tokens not measured original MIT

Stop

06

ayutaz/piper-plus

Hook Claude Code

Runs when the agent finishes a response, executing stop-warn-uncommitted.sh. From ayutaz/piper-plus.

202 4d ago A tokens not measured copy · 50% MIT

SessionStart

07

ayutaz/piper-plus

Hook Claude Code

Runs when a session starts on startup and resume, executing session-env.sh. From ayutaz/piper-plus.

202 4d ago A tokens not measured original MIT

piper-plus

08

ayutaz/piper-plus

Settings file Claude Code

Agent settings declaring 5 hook events (PostToolUse, PreToolUse, UserPromptSubmit, Stop).

202 4d ago A tokens not measured copy · 80% MIT

bump-deps

09

ayutaz/piper-plus

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.

202 4d ago A 101 tokens original MIT

check-cross-runtime

10

ayutaz/piper-plus

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.

202 4d ago A 100 tokens original MIT

check-loanword

11

ayutaz/piper-plus

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.

202 4d ago A 117 tokens original MIT

ayutaz/piper-plus

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.

202 4d ago A 84 tokens original MIT

check-pr-ready

13

ayutaz/piper-plus

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.

202 4d ago A 49 tokens original MIT

check-pua

14

ayutaz/piper-plus

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.

202 4d ago A 78 tokens original MIT

ayutaz/piper-plus

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.

202 4d ago A 118 tokens original MIT

ayutaz/piper-plus

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.

202 4d ago A 78 tokens original MIT

commit

17

ayutaz/piper-plus

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.

202 4d ago A 53 tokens original MIT

create-pr

18

ayutaz/piper-plus

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.

202 4d ago A 103 tokens original MIT

precheck

19

ayutaz/piper-plus

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.

202 4d ago A 50 tokens original MIT

prepare-release

20

ayutaz/piper-plus

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.

202 4d ago A 95 tokens original MIT

publish-model

21

ayutaz/piper-plus

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 する。.

202 4d ago A 94 tokens original MIT

release-prep

22

ayutaz/piper-plus

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.

202 4d ago A 79 tokens original MIT

reply-review

23

ayutaz/piper-plus

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.

202 4d ago A 153 tokens original MIT

run-tests

24

ayutaz/piper-plus

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.

202 4d ago A 52 tokens original MIT