Conjure

Intelligent delegation framework for routing tasks to external LLM services while retaining strategic oversight

by @micsapp 4 skills

Skills in this plugin

4
  1. Agent Teams · micsapp bundle
    Coordinate 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.
    3 repo stars
  2. Delegation Core · micsapp bundle
    Delegate 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.
    3 repo stars
  3. Qwen Delegation · micsapp bundle
    Qwen 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.
    3 repo stars
  4. Gemini Delegation · micsapp bundle
    Gemini 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.
    3 repo stars