orbitant-voice-drafting
Writes drafts in the user's voice using voice.md for tone and style. Activates during /triage, /crm, or any "draft an email/message" request. Never sends without confirmation.
Installation
# Install the parent plugin
/plugin marketplace add weorbitant/orbitant-os
/plugin install orbitant-chief-of-staff Usage
After installing, this skill will automatically activate when Claude detects relevant context. You can also invoke it directly:
/orbitant-chief-of-staff:voice-drafting Using with Other Agents
Install this skill on other AI agents using skills.sh:
# Install to Cursor
npx skills add weorbitant/orbitant-os --skill orbitant-voice-drafting --agent cursor -y
# Install to Cline
npx skills add weorbitant/orbitant-os --skill orbitant-voice-drafting --agent cline -y
# Install to Claude Code
npx skills add weorbitant/orbitant-os --skill orbitant-voice-drafting --agent claude-code -y