koe-setup
Installation
SKILL.md
Koe Setup & Configuration
Guide the user through Koe's initial setup and ongoing configuration. This skill helps with installation, credential setup, personalized dictionary generation, system prompt customization, and hotkey configuration.
Configuration Files
All config files live in ~/.koe/ and are auto-generated on first launch:
~/.koe/
├── config.yaml # Main configuration (ASR, LLM, feedback, hotkey)
├── dictionary.txt # User dictionary (hotwords + LLM correction terms)
├── system_prompt.txt # LLM system prompt (correction rules)
└── user_prompt.txt # LLM user prompt template (usually no need to change)