From 633f009fea12fc5a55588697f0ff722e089407c8 Mon Sep 17 00:00:00 2001 From: vega Date: Mon, 2 Mar 2026 22:19:49 +0800 Subject: [PATCH] Remove entry --- SKILL.md | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 SKILL.md diff --git a/SKILL.md b/SKILL.md deleted file mode 100644 index 7847316..0000000 --- a/SKILL.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: MockingBird -description: AI voice cloning and TTS toolkit. The only active skill is `speak`. ---- - -# MockingBird - -Voice cloning / text-to-speech toolkit built on encoder-synthesizer-vocoder pipeline. - -## Available Skills - -| Skill | Path | Purpose | -|-------|------|---------| -| speak | `skills/speak/SKILL.md` | Text-to-speech (Kokoro local / Noiz cloud), timeline rendering, voice cloning | - -## Project Layout - -- `models/` — encoder, synthesizer, vocoder, ppg2mel, ppg_extractor -- `control/` — CLI and GUI entry points (toolbox, mkgui) -- `skills/speak/` — TTS skill scripts (`tts.sh`, `noiz_tts.py`, `render_timeline.py`, `text_to_srt.py`) -- `data/ckpt/` — pretrained checkpoints - -## When to Use - -If the user asks for anything related to speech synthesis, TTS, voice cloning, dubbing, or audio generation, read and follow `skills/speak/SKILL.md`.