원클릭으로
dot
dot에는 rfhold에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Uses local machine audio I/O helpers for quick speech loops. Use when user asks to speak text with say.sh, capture microphone audio with capture.sh, or test TTS-to-STT by playing and recording on the same machine.
Writing idempotent pyinfra v3 deploy scripts, inventories, facts, and reusable @deploy packages. Use when user mentions "pyinfra", asks to "write a deploy", "create an inventory", "automate server setup", or needs help with operations like apt, files, systemd, git, pip, server tasks, or debugging pyinfra deploys. Do NOT use for Ansible, Terraform, or other IaC tools.
Creates Slidev presentations as Markdown slide decks for developers. Use when user says "make slides", "create a presentation", "make a slide deck", "write a talk", "presentation about", "slides for", "slidev", or asks to turn notes/content into a presentation. Outputs a slides.md file in ~/presentations/ and provides the command to run it.
Operating tmux panes to interact with TUI applications and manage long-lived processes. Use ONLY when the task requires interactive terminal use — such as sending keystrokes to a running TUI (lazygit, nvim, htop, k9s), starting persistent background processes (servers, watchers), or the user explicitly asks to use a tmux pane. Do NOT use for ordinary shell commands — prefer the Bash tool for those.