Use this agent for ALL code writing tasks: generating new code, fixing bugs, refactoring existing code, and implementing features. Delegates actual code generation to a local Ollama model (zero Claude token cost for the heavy lifting). Use whenever more than 5 lines of code need to be written or modified.
Use this agent to explain code, files, or architecture. Delegates explanation to a local Ollama model. Use when the user asks to understand, explain, or document how code works.
Use this agent to review code for quality, security, performance, and best practices. Delegates review to a local Ollama model. Use for code reviews, PR reviews, security audits, and analyzing code files.
Use this agent to write unit tests, integration tests, and test suites. Delegates test generation to a local Ollama model. Use whenever tests need to be created for existing code.
Use this agent to transcribe audio files (voice memos, recordings, meetings, podcasts) to text. Uses local mlx-whisper. Use whenever the user wants audio converted to text or references an .mp3, .wav, .m4a, .webm file.
Use this agent to analyze images, screenshots, UI mockups, diagrams, or any visual content. Delegates vision analysis to a local Qwen2.5-VL model. Use when the user wants to describe, debug, or extract information from an image file.