council
Installation
SKILL.md
External AI Council
Orchestrate multiple external AI consultants to provide thorough, consensus-driven feedback on plans, code, and architectural decisions.
Pre-Flight Checks (MANDATORY)
Before invoking any consultant, verify:
# Check all CLIs are available
command -v gemini >/dev/null 2>&1 || echo "WARN: gemini CLI not found"
command -v codex >/dev/null 2>&1 || echo "WARN: codex CLI not found"
command -v qwen >/dev/null 2>&1 || echo "WARN: qwen CLI not found"
command -v opencode >/dev/null 2>&1 || echo "WARN: opencode CLI not found (needed for GLM + Kimi)"
If any CLI is missing, inform user and proceed with available consultants only.
Rate Limit Handling
Related skills