paneflow-conductor

paneflow-conductor is a skill for Claude Code, Codex from arthjean/paneflow. It costs 90 tokens per session (3,460 once invoked), scanned C, original, GPL-3.0.

A coordination tool for supervising multiple command-line coding agents in separate Paneflow panes. Paneflow is a terminal workspace that can show several agent sessions side by side.

In plain words
What is it for?
Finding running agents, reading their current status, sending them prompts, coordinating handoffs, and waiting for events from Claude Code, Codex, OpenCode, or similar agents.
Why use it?
It removes the need to check each agent manually and makes it easier to pass work between them.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Finding running agents, reading their current status, sending them prompts, coordinating handoffs, and waiting for events from Claude Code, Codex, OpenCode, or similar agents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/arthjean/paneflow/paneflow-conductor
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.

Any agent
npx skills add arthjean/paneflow --skill paneflow-conductor
Clone the repo
git clone --depth 1 https://github.com/arthjean/paneflow

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 paneflow-conductor

README.md
[![agentmods](https://agentmods.dev/badge/skills/arthjean/paneflow/paneflow-conductor.svg)](https://agentmods.dev/skills/arthjean/paneflow/paneflow-conductor)
Your own site
<a href="https://agentmods.dev/skills/arthjean/paneflow/paneflow-conductor"><img src="https://agentmods.dev/badge/skills/arthjean/paneflow/paneflow-conductor.svg" alt="Measured on agentmods" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,460 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00090 $0.03460
Opus 5 $0.00045 $0.01730
Sonnet 5 $0.00018 $0.00692
Haiku 4.5 $0.00009 $0.00346

Measured today against content hash a95311e0e6d4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade C, and why

paneflow-conductor scanned grade C with 1 finding 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 today.

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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf "$report_dir" # clean up - never leak temp files
skills/paneflow-conductor/SKILL.md · 291 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. today Changed a95311e0e6d4
  2. 8d ago First seen · 291 lines · 90 tokens per session scan C 140297df8943

Subscribe to this mod's changes

paneflow-conductor is a skill published in the GitHub repository arthjean/paneflow (70 stars, last pushed today), licensed GPL-3.0. It adds 90 tokens to every session and 3,460 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

gonavi-cli

Operate databases through the GoNavi headless CLI — the gonavi executable shipped in verified GitHub Release archives. Covers listing/adding/importing saved connections, running SQL queries against saved connections or ad-hoc connection files, exporting result sets to csv/json/md/html/xlsx, batch-executing SQL files…

Syngnat/GoNavi · 144 tokens

gwm

Manage git worktrees across any repository with the gwm Rust binary (CLI + ratatui TUI). Use when the user asks to create / list / remove / bootstrap / switch / link worktrees, run a command across worktrees (gwm exec) or reclaim build artifacts (gwm clean), materialise a PR into a worktree (gwm review), drive a…

kbrdn1/gwm-cli · 0 tokens

nopus-simplify

Rewrite the immediately preceding assistant response with clearer and more direct prose when the user invokes this skill.

Vistyy/nopus · 25 tokens

breaking-down-the-work

Splits scope into a product-first work breakdown that follows the 100% rule, keeps pieces from overlapping, uses outline numbers, and gives every piece a dictionary entry. Use when an epic, feature, or new subsystem needs a clean split into deliverables, or one source of truth before folders or work begin. Do not use…

FlyFission/nuclear-grade-context-engineering · 84 tokens

closing-stale-packets

Brings an abandoned or half-filled change packet to an honest terminal state by completing it, closing it with a recorded rationale, or deleting it. Use when ng status flags a scaffold or invalid packet, a long session left a draft behind, or work was abandoned mid-packet. Do not use for an actively in-progress…

FlyFission/nuclear-grade-context-engineering · 84 tokens

questioning-attitude

Challenges the assumptions behind a change before an agent builds, merges, or releases, and names the one fact that would change the decision. Use when a request, plan, diff, dependency, agent action, public claim, or release is vague, high-stakes, or easy to talk yourself into. Do not use for a tiny, obvious…

FlyFission/nuclear-grade-context-engineering · 88 tokens