·clean-component-removal
</>

clean-component-removal

Remove TTS and Telegram sync components cleanly. TRIGGERS - uninstall tts, remove telegram bot, uninstall kokoro, clean tts, teardown, component removal.

34Installs·1Trend·@terrylica

Installation

$npx skills add https://github.com/terrylica/cc-skills --skill clean-component-removal

How to Install clean-component-removal

Quickly install clean-component-removal AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/terrylica/cc-skills --skill clean-component-removal
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: terrylica/cc-skills.

SKILL.md

View raw

Orderly teardown of TTS and Telegram bot components with proper sequencing to avoid orphaned processes and stale state.

The removal sequence matters. Components must be torn down in this order to avoid orphaned processes or lock contention.

| 1 | Bot process | pkill -f 'bun.src/main.ts' | Yes (restart bot) | | 2 | Kokoro venv | kokoro-install.sh --uninstall | Yes (reinstall) | | 3 | Shell symlinks | rm -f /.local/bin/tts.sh | Yes (re-symlink) | | 4 | Temp files | rm -f /tmp/kokoro-tts-.wav /tmp/kokoro-tts.lock | N/A |

Remove TTS and Telegram sync components cleanly. TRIGGERS - uninstall tts, remove telegram bot, uninstall kokoro, clean tts, teardown, component removal. Source: terrylica/cc-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/terrylica/cc-skills --skill clean-component-removal
Category
</>Dev Tools
Verified
First Seen
2026-03-07
Updated
2026-03-11

Browse more skills from terrylica/cc-skills

Quick answers

What is clean-component-removal?

Remove TTS and Telegram sync components cleanly. TRIGGERS - uninstall tts, remove telegram bot, uninstall kokoro, clean tts, teardown, component removal. Source: terrylica/cc-skills.

How do I install clean-component-removal?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/terrylica/cc-skills --skill clean-component-removal Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/terrylica/cc-skills