Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计通过

councilcouncil 搜索

Agent Skill

council 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,567

周安装

64

GitHub Stars

2

下载量

502
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:council(council 搜索)
来源仓库:https://github.com/tsenart/council-skill
仓库路径:skills/council
安装命令:
npx skills add https://github.com/tsenart/council-skill --skill council
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/tsenart/council-skill --skill council

简介

council 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 适用于团队协作管理、代码评审流程和项目管理等开发类任务。
  • 通过 GitHub 仓库安装,使用 npx skills add 命令添加指定技能。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • council 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Council

Use this skill when the user wants a multi-perspective council rather than a single answer. Good triggers include:

  • "run a council on this"
  • "get multiple perspectives"
  • "debate this decision"
  • "stress test this plan"
  • architecture, product, strategy, debugging, risk, or founder tradeoffs

If $ARGUMENTS is non-empty, treat it as the problem statement. Otherwise ask the user for the question to deliberate on.

First Step

Read only the references you need:

  • references/profiles.yaml for panel selection
  • references/protocol.md for orchestration
  • references/verdict-template.md for final output shape
  • references/personas/<member>.md only for the members you actually select

Defaults

  • Prefer 3 members unless the user asks for a full panel or the problem is unusually ambiguous.
  • Default to classic + architecture if nothing else is specified.
  • Keep the final verdict compact unless the user asks to see the rounds.

Workflow

1. Resolve The Panel

Honor, in order:

  1. explicit --members
  2. explicit --triad
  3. explicit --profile
  4. keyword triad match
  5. fallback default

2. Round 1: Independent Analysis

  • Run each selected member independently.
  • Keep round 1 blind-first: each member sees only the problem statement and their own persona text.
  • Ask for a compact standalone analysis that ends with a clear verdict, confidence, and where the member may be wrong.

Preferred orchestration:

  • If the host supports explicit subagents or forked contexts, use one independent delegate per selected member.
  • In Codex, prefer spawn_agent, then send_input and wait_agent.
  • In Amp, prefer one oracle call per selected member.
  • In Claude Code, use parallel or forked agent contexts when they are available. If they are not easy to access, keep the protocol in the main session and separate the member outputs clearly.

Suggested round 1 packet:

You are operating as one member of a structured council.

Persona:
{persona}

Problem:
{problem}

Produce a compact standalone analysis.
End with a clear verdict, confidence, and where you may be wrong.
Do not anticipate the other members.

3. Round 2: Cross-Examination

  • Share the round 1 outputs with each member.
  • Ask each member to:

- name the position they most disagree with and why - name one insight that strengthened their thinking - say whether anything changed - restate their position after the exchange

  • Prefer sequential execution so later responses can react to earlier disagreements.

If another delegate pass would be disproportionate, run the cross-exam locally and disclose that choice.

Suggested round 2 packet:

Here are the other council members' round 1 analyses:

{peer_outputs}

Respond to all of the following:
1. Which member do you most disagree with, and why?
2. Which member strengthened your thinking, and how?
3. What changed, if anything?
4. Restate your position after the exchange.

Keep it compact and engage at least two members by name.

4. Round 3: Final Position

  • Ask for a short final stance only.
  • No new arguments unless a host limitation forces a condensed fallback.
  • Socrates may ask one final question before stating a position.

5. Synthesis

  • Use references/verdict-template.md.
  • Default to the final verdict only.
  • If the user asks to show rounds, include concise round summaries after the verdict.

Fallback Mode

If the host cannot cleanly support multi-round orchestration, or the full protocol would be disproportionate:

  1. simulate round 1 as clearly separated persona sections
  2. simulate round 2 as explicit cross-exam sections
  3. simulate round 3 as final positions
  4. disclose that you used the single-agent fallback

Guardrails

  • Do not force consensus.
  • If the panel converges too quickly, run one counterfactual pass.
  • Prefer substance over theater: the council should improve the answer, not just decorate it.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

39.54%
按下载量换算198

Claude

29.84%
按下载量换算150

Cursor

18.54%
按下载量换算93

Gemini CLI

9.26%
按下载量换算46

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills