Conjure
Intelligent delegation framework for routing tasks to external LLM services while retaining strategic oversight
Skills in this plugin
4- ▌ Agent Teams · micsapp bundleCoordinate Claude Code Agent Teams through filesystem-based protocol. Use when orchestrating multiple Claude agents on parallel tasks, need task dependency management, multi-agent code review or implementation. Do not use when single-agent work suffices, task is not parallelizable.
- ▌ Delegation Core · micsapp bundleDelegate tasks to external LLM services (Gemini, Qwen) with quota, logging, and error handling. Use when tasks exceed context window or need cheaper processing. Do not use when task requires reasoning by Claude.
- ▌ Qwen Delegation · micsapp bundleQwen CLI delegation workflow implementing delegation-core for Alibaba's Qwen models. Use when delegation-core selected Qwen, need Qwen's large context capabilities, batch processing required. Do not use when deciding which model to use (use delegation-core first), qwen CLI not installed.
- ▌ Gemini Delegation · micsapp bundleGemini CLI delegation workflow implementing delegation-core for Google's Gemini models. Use when delegation-core selected Gemini, need Gemini's 1M+ token context window, batch processing required. Do not use when deciding which model to use (use delegation-core first), gemini CLI not installed.