colindmurray
- 7 skills
- 0 followers
- 1 day ago last updated
- ▌ Coding Agent · colindmurrayUse when delegating a coding task to a CLI coding agent (Claude Code, Codex, Gemini, OpenCode, Pi) — investigations, multi-step refactors, parallel issue work, PR reviews. Direct mode for quick (<5 min) tasks; pair with long-running-task for background execution >5 min.
- ▌ Audio Summary · colindmurray bundleGenerate conversational audio summaries using text-to-speech. Supports multiple providers (Gemini TTS, OpenAI TTS, ElevenLabs) with preference order and automatic fallback.
- ▌ Check On Task · colindmurrayCheck status of background tasks and coding agents — discover running processes, detect stalls, analyze progress, and generate clear reports.
- ▌ Long Running Task · colindmurray bundleUse when launching any background process expected to take more than ~5 minutes — coding agents, system commands, disk repairs, test suites, deployments. Pair with check-on-task for status checks. Tasks notify their origin channel on start/complete/fail/die.
- ▌ Audio Transcription · colindmurray bundleTranscribe voice messages and audio files using Gemini's multimodal API. Automatically handles OGG/Opus format, extracts text content, and provides actionable summaries.
- ▌ Clone Github Repository · colindmurray bundleClone a GitHub repository with automatic credential switching (SSH + PAT) based on repo owner, and route it to the correct directory based on purpose.
- ▌ Create Execution Plan And Await Confirmation · colindmurray bundleCreate a structured execution plan, present it for approval, and only proceed after explicit confirmation. Prevents wasted effort on misunderstood requirements.