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.
Remove TTS and Telegram sync components cleanly. TRIGGERS - uninstall tts, remove telegram bot, uninstall kokoro, clean tts, teardown, component removal.
Quickly install clean-component-removal AI skill to your development environment via command line
Source: terrylica/cc-skills.
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.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/terrylica/cc-skills --skill clean-component-removalRemove TTS and Telegram sync components cleanly. TRIGGERS - uninstall tts, remove telegram bot, uninstall kokoro, clean tts, teardown, component removal. Source: terrylica/cc-skills.
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
https://github.com/terrylica/cc-skills