agent-discussion-panel

agent-discussion-panel is a skill for Claude Code, Codex from JeremyDev87/codingbuddy. It costs 50 tokens per session (4,620 once invoked), scanned A, original, MIT.

A terminal user-interface panel for showing a discussion between multiple software agents.

In plain words
What is it for?
It arranges streaming AgentOpinion results in a terminal panel; another component supplies the opinion formatting.
Why use it?
It gives the discussion a scrollable layout with visible borders, severity labels, and agreement indicators.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/jeremydev87/codingbuddy/agent-discussion-panel
Any agent
npx skills add JeremyDev87/codingbuddy --skill agent-discussion-panel
Clone the repo
git clone --depth 1 https://github.com/JeremyDev87/codingbuddy

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agent-discussion-panel

README.md
[![agentmods](https://agentmods.dev/badge/skills/jeremydev87/codingbuddy/agent-discussion-panel.svg)](https://agentmods.dev/skills/jeremydev87/codingbuddy/agent-discussion-panel)
Your own site
<a href="https://agentmods.dev/skills/jeremydev87/codingbuddy/agent-discussion-panel"><img src="https://agentmods.dev/badge/skills/jeremydev87/codingbuddy/agent-discussion-panel.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,620 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00050 $0.04620
Opus 5 $0.00025 $0.02310
Sonnet 5 $0.00010 $0.00924
Haiku 4.5 $0.00005 $0.00462

Measured 3d ago against content hash bd28c35cd044, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agent-discussion-panel scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/rules/.ai-rules/skills/agent-discussion-panel/SKILL.md · 449 lines

How it starts

The opening of the file, as written. The whole thing — 449 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent Discussion Panel (TUI)

Overview

The Agent Discussion Panel is a terminal UI component that renders multi-agent debates as a structured, scrollable panel. It consumes DiscussionResult data (from the AgentOpinion protocol) and renders it using the box-drawing format defined by the agent-discussion formatter skill.

Core principle: The panel is a layout container, not a formatter. It delegates all opinion rendering to the agent-discussion formatter and focuses on panel chrome, streaming lifecycle, and spatial arrangement.

Iron Law:

THE PANEL NEVER FORMATS OPINIONS — IT ARRANGES THEM
Formatting = agent-discussion skill. Layout = this skill.

Relationship to Other Components

┌─────────────────────────────────────────────────┐
│ AgentOpinion Protocol (discussion.types.ts)      │
│   Defines: AgentOpinion, DiscussionResult        │
└──────────────────┬──────────────────────────────┘
                   │ data
                   ▼
┌─────────────────────────────────────────────────┐
│ agent-discussion (formatter skill)               │
│   Renders: box chars, severity badges, consensus │
└──────────────────┬──────────────────────────────┘
                   │ formatted blocks
                   ▼
┌─────────────────────────────────────────────────┐
│ agent-discussion-panel (THIS skill — TUI layout) │
│   Arranges: header, stream, consensus, summary   │
└─────────────────────────────────────────────────┘

When to Use

  • Building a TUI that displays multi-agent discussion output
  • Implementing a codingbuddy terminal dashboard with agent debate panels
  • Rendering streaming agent opinions in real time within a bounded panel region
  • Displaying EVAL mode consolidated output in a structured panel

When NOT to Use

  • Formatting individual agent opinions (use agent-discussion formatter)
  • Building web/HTML UIs (this is terminal-only)
  • Rendering a single agent's output (no panel needed)
  • Logging or piping output to files (panel chrome adds noise)

Read the full file on GitHub · 449 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 449 lines · 50 tokens per session scan A bd28c35cd044

Subscribe to this mod's changes

agent-discussion-panel is a skill published in the GitHub repository JeremyDev87/codingbuddy (31 stars, last pushed 4mo ago), licensed MIT. It adds 50 tokens to every session and 4,620 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.