Help us improve
Share bugs, ideas, or general feedback.
From agentic-systems
Multi-model orchestration — route to two external advisors, then synthesize
npx claudepluginhub yeaight7/agent-powerups --plugin agentic-systemsHow this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-systems:tri-model-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Tri-model review routes through two external advisor CLIs, then synthesizes both outputs into one answer.
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
Tri-model review routes through two external advisor CLIs, then synthesizes both outputs into one answer.
Use this when you want parallel external perspectives.
apx ask-* wrappers.1. Decompose the request into two advisor prompts:
- Analysis/architecture/backend prompt
- UX/design/docs/alternatives prompt
2. Run both advisors via the canonical wrappers:
- apx ask-codex "<prompt>"
- apx ask-gemini "<prompt>"
3. Synthesize both outputs into one final response
When invoked, follow this workflow:
Split the user request into:
Run both advisors via the Bash tool:
apx ask-codex "<architecture prompt>"
apx ask-gemini "<UX prompt>"
Return one unified answer with:
If one provider is unavailable:
If both unavailable: