Agent skill

panel

Host interactive expert panel discussions on any topic. Dynamically generates master-level expert personas, facilitates structured debate using Hegelian dialectic patterns, and synthesizes consensus. Use when exploring complex topics, making architectural decisions, evaluating trade-offs, or seeking diverse expert perspectives. Triggers on "panel discussion", "expert debate", "get multiple perspectives", "what would experts say about", "/panel".

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill panel-skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/panel-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Panel Discussion Skill Generate 3-7 diverse expert personas, facilitate structured debate, and synthesize actionable recommendations. ## Arguments Parse `$ARGUMENTS`: - `size:N` → panel size (3-7, default: auto) - `depth:X` → quick (1 round), standard (2-3), deep (4+) - `style:X` → collaborative, adversarial, academic - Remaining text → topic ## Flow ``` COMPLEXITY_CHECK → EXPERT_GENERATION → DISCUSSION → SYNTHESIS → REPORT ↓ ↑ [5-7: Warn+Offer direct answer] [Multiple rounds] ``` ## Complexity Check | Score | Action | |-------|--------| | 5-7 | Warn: "This may not benefit from panel discussion." Offer [1] Proceed [2] Direct answer | | 8-11 | Standard panel (3-4 experts, 2 rounds) | | 12-15 | Deep panel (5-7 experts, 3+ rounds) | ## Expert Generation **Required archetypes** (every panel): 1. **Contrarian** - challenges consensus, offers alternatives 2. **Synthesizer** - connects perspectives, finds common ground 3. **Specialist** - deep domain expertise, grounds discussion **Additional**: Optimist, Skeptic, Pragmatist, Theorist **Panel size by breadth**: - Narrow (single tech): 3-4 experts - Medium (cross-functional): 4-5 experts - Broad (strategic): 5-7 experts **Diversity score

What's inside
Steps it walks through
  1. Arguments
  2. Flow
  3. Complexity Check
  4. Expert Generation
  5. Discussion Phases
  6. Phase 1: Opening (Thesis)
  7. Phase 2: Cross-Examination (Antithesis)
  8. Phase 3: Synthesis
  9. Output Formats
  10. Panel Header
  11. User Menu
  12. Final Report
  13. Synthesis Rules
  14. User Commands
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the panel skill do?

Host interactive expert panel discussions on any topic. Dynamically generates master-level expert personas, facilitates structured debate using Hegelian dialectic patterns, and synthesizes consensus. Use when exploring complex topics, making architectural decisions, evaluating trade-offs, or seeking diverse expert perspectives. Triggers on "panel discussion", "expert debate", "get multiple perspectives", "what would experts say about", "/panel".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill panel-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going