Collects insights from multiple agents to create a unified answer. Useful when a single model perspective is insufficient.

Install

mkdir -p .claude/skills/agent-council && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/7178" && unzip -o skill.zip -d .claude/skills/agent-council && rm skill.zip

Installs to .claude/skills/agent-council

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Collect and synthesize opinions from multiple AI agents. Use when users say "summon the council", "ask other AIs", or want multiple AI perspectives on a question.
162 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Start multi-agent research jobs
  • Wait for job completion
  • Retrieve synthesized results
  • Clean up job artifacts

How it works

The skill manages a multi-agent job lifecycle through a CLI, where multiple agents contribute viewpoints that are then synthesized into a final answer.

Inputs & outputs

You give it
User research question
You get back
Synthesized multi-agent response

When to use agent-council

  • Getting diverse AI perspectives on code
  • Synthesizing research results
  • Brainstorming complex problems with multiple agents

About this skill

Agent Council

Collect multiple AI opinions and synthesize one answer.

Usage

Run a job and collect results:

JOB_DIR=$(./skills/agent-council/scripts/council.sh start "your question here")
./skills/agent-council/scripts/council.sh wait "$JOB_DIR"
./skills/agent-council/scripts/council.sh results "$JOB_DIR"
./skills/agent-council/scripts/council.sh clean "$JOB_DIR"

One-shot:

./skills/agent-council/scripts/council.sh "your question here"

References

  • references/overview.md — workflow and background.
  • references/examples.md — usage examples.
  • references/config.md — member configuration.
  • references/requirements.md — dependencies and CLI checks.
  • references/host-ui.md — host UI checklist guidance.
  • references/safety.md — safety notes.

When not to use it

  • When a single AI perspective is sufficient
  • For tasks requiring immediate, real-time responses

Prerequisites

Access to council scriptsConfigured member agents

Limitations

  • Requires manual cleanup of job directories

How it compares

Unlike a standard single-agent query, this workflow orchestrates multiple independent agents to provide diverse perspectives on a single topic.

Compared to similar skills

agent-council side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
agent-council (this skill)27moReviewIntermediate
deep-research359moReviewAdvanced
scientific-brainstorming377moNo flagsIntermediate
gpt-researcher146moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

More by team-attention

View all by team-attention

gmail

team-attention

This skill should be used when the user asks to "check email", "read emails", "send email", "reply to email", "search inbox", or manages Gmail. Supports multi-account Gmail integration for reading, searching, sending, and label management.

169

session-analyzer

team-attention

This skill should be used when the user asks to "analyze session", "세션 분석", "evaluate skill execution", "스킬 실행 검증", "check session logs", "로그 분석", provides a session ID with a skill path, or wants to verify that a skill executed correctly in a past session. Post-hoc analysis of Claude Code sessions to validate skill/agent/hook behavior against SKILL.md specifications.

24

youtube-digest

team-attention

This skill should be used when the user asks to "유튜브 정리", "영상 요약", "transcript 번역", "YouTube digest", "영상 퀴즈", or provides a YouTube URL for analysis. Extracts transcript, generates summary/insights/Korean translation, and tests comprehension with 9 quiz questions across 3 difficulty levels. Optional Deep Research for web-based follow-up.

23

dev-scan

team-attention

개발 커뮤니티에서 기술 주제에 대한 다양한 의견 수집. "개발자 반응", "커뮤니티 의견", "developer reactions" 요청에 사용. Reddit, HN, Dev.to, Lobsters 등 종합.

10

google-calendar

team-attention

Google 캘린더 일정 조회/생성/수정/삭제. "오늘 일정", "이번 주 일정", "미팅 추가해줘" 요청에 사용. 여러 계정(work, personal) 통합 조회 지원.

11

kakaotalk

team-attention

This skill should be used when the user asks to "카톡 보내줘", "카카오톡 메시지", "KakaoTalk message", "채팅 읽어줘", "~에게 메시지 보내줘", or needs to send/read messages via KakaoTalk on macOS.

19

Search skills

Search the agent skills registry