ase-meta-quorum

Solid

Query multiple foreign AIs in parallel and synthesize a consensus ("quorum") answer with a consensus rating. Use when the user wants a quorum, a consensus answer, or the opinions of multiple AIs on a question.

Code & Development 52 stars 5 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 82/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md @${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md @${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md <purpose name="ase-meta-quorum"> Query Multiple AIs for Quorum Answer </purpose> <expand name="getopt" arg1="ase-meta-quorum" arg2="--models|-m=(all|chatgpt|gemini|deepseek|grok|glm|qwen|claude|codex|copilot)..."> $ARGUMENTS </expand> <objective> Find a *quorum answer* on an arbitrary question, by querying *multiple* AIs for an *optimal consensus*. </objective> <flow> 1. <step id="STEP 1: Preview Own Answer"> The user-selectable foreign models are restricted by the `--models`/`-m` option, parsed into <getopt-option-models/> as a comma-separated list of model tokens. The getopt parser validates only the *first* token, so you *MUST* validate each remaining token yourself against the allowed set `all`, `chatgpt`, `gemini`, `deepseek`, `grok`, `glm`, `qwen`, `claude`, `codex`, `copilot`. If any token is *not* in this set, bind <token/> to that offending token, then only output the following <template/> and then immediately *STOP* processing the entire current skill: <template> ⧉ **ASE**: ✪ skill: **ase-meta-quorum**, ▶ ERROR: invalid `--models` token: **<token/>** </template> Prepare the LLM query by setting <query/> to the following <template/>: <template> <getopt-arguments/>. Please respond very concisely and briefly, with facts only, usually with ju...

Details

Author
rse
Repository
rse/ase
Created
5 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category