npx claudepluginhub jacobpevans/claude-code-plugins --plugin ai-delegationThis skill uses the workspace's default tool permissions.
Routes tasks to specialized models based on task type and constraints using PAL MCP tools.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Routes tasks to specialized models based on task type and constraints using PAL MCP tools.
Delegate when Claude is not the best tool:
chat toolchat toolchat toolconsensus toolplanner toolchat - Single model for straightforward tasksclink - Parallel queries across multiple modelsconsensus - Multi-model agreement for critical decisionscodereview - Structured code review with multiple perspectivesplanner - Architecture and design planningprecommit - Quick validation before committing| Task Type | Cloud Model | Local Model | PAL Tool |
|---|---|---|---|
| Research | Gemini 3 Pro | qwen3-next:80b | chat, clink |
| Complex Coding | Claude Opus | qwen3-coder:30b | codereview |
| Fast Tasks | Claude Sonnet | qwen3-next:latest | chat |
| Code Review | Multi-model | deepseek-r1:70b | consensus |
| Architecture | Claude Opus | qwen3-next:80b | planner |
When localOnlyMode is enabled or --local flag is passed, all tasks route to Ollama models.
No cloud API calls are made.