スキル一覧に戻る
kanlanc

council-chat

by kanlanc

This is the plugin for the workflows that i use

0🍴 0📅 2025年12月15日
GitHubで見るManusで実行

SKILL.md


name: council-chat description: Use when user wants to ask the AI council a question, get multiple AI perspectives, or consult with both Codex and Gemini. Triggers on phrases like "ask council", "council opinion", "what do the AIs think", "ask both models".

Council Chat Skill

General consultation with both Codex (GPT-5.2) and Gemini for questions, opinions, and analysis.

When to Use

  • User asks for the council's opinion
  • User wants multiple AI perspectives
  • User explicitly mentions "council" or "both models"
  • User asks for consultation on a technical question

Reasoning Level

Default: high

If user mentions "quick" or "brief", use medium. If user mentions "deep" or "thorough", use xhigh.

Execution

  1. Identify the question or topic

  2. Gather relevant context (read files if needed)

  3. Run BOTH commands in parallel:

    Codex:

    codex exec --sandbox read-only -c model_reasoning_effort="high" "<question with context>"
    

    Gemini:

    gemini -s -y -o json "<question with context>"
    
  4. Collect both responses

  5. Synthesize into unified response

Response Format

## AI Council Response

### Codex (GPT-5.2) Says:
[Codex's analysis]

### Gemini Says:
[Gemini's analysis]

### Council Synthesis:
**Agreement:** [Points both models agree on]
**Divergence:** [Where they differ]
**Recommendation:** [Synthesized recommendation based on both]

---
*Session IDs: Codex=[id], Gemini=[id]*

スコア

総合スコア

45/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です