pier-subagent-panels

pier-subagent-panels is a skill for Claude Code from runloom/pier. It costs 84 tokens per session (616 once invoked), scanned A, original, AGPL-3.0.

A way to delegate coding work to separate helper agents shown in Pier terminal panels. It can use native teammate spawning when Claude Code is running in teams mode.

In plain words
What is it for?
Use it to split coding tasks among helper agents and monitor their terminal panels in Pier.
Why use it?
It lets you see delegated work while it is happening, instead of managing hidden background tasks. The behavior depends on which coding agent you use.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to split coding tasks among helper agents and monitor their terminal panels in Pier.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/runloom/pier/pier-subagent-panels
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 runloom/pier --skill pier-subagent-panels
Clone the repo
git clone --depth 1 https://github.com/runloom/pier

Made for: Claude Code.

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 pier-subagent-panels

README.md
[![agentmods](https://agentmods.dev/badge/skills/runloom/pier/pier-subagent-panels.svg)](https://agentmods.dev/skills/runloom/pier/pier-subagent-panels)
Your own site
<a href="https://agentmods.dev/skills/runloom/pier/pier-subagent-panels"><img src="https://agentmods.dev/badge/skills/runloom/pier/pier-subagent-panels.svg" alt="Measured on agentmods" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 616 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00084 $0.00616
Opus 5 $0.00042 $0.00308
Sonnet 5 $0.00017 $0.00123
Haiku 4.5 $0.00008 $0.00062

Measured 8d ago against content hash 7edd47d2ad57, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

pier-subagent-panels 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 8d 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.

resources/system-skills/pier-subagent-panels/SKILL.md · 69 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-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. 8d ago First seen · 69 lines · 84 tokens per session scan A 7edd47d2ad57

Subscribe to this mod's changes

pier-subagent-panels is a skill published in the GitHub repository runloom/pier (101 stars, last pushed yesterday), licensed AGPL-3.0. It adds 84 tokens to every session and 616 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

open-code-review

Use Alibaba Open Code Review (ocr) to review git diffs, staged changes, branches, or scan a workspace, then summarize findings and optionally fix high-confidence issues.

mereyabdenbekuly-ctrl/clodex-ide · 38 tokens

Release Readiness

Review a change against release gates, rollback safety, validation evidence, and operational risk.

mereyabdenbekuly-ctrl/clodex-ide · 21 tokens

sprint-close

Merge sprint branch to base branch, tag release, and clean up branches.

Stanshy/AgentHub · 18 tokens

git-release-manager

Use when the user explicitly asks to prepare, tag, publish, push, or audit a Git release. Inspect branch, worktree, version metadata, changelog, tests, and release artifacts first, obtain confirmation for irreversible release actions, and record a recovery path.

lfyxhappy/lfcode · 57 tokens

pull-request-author

Use when the user asks to prepare, update, audit, or submit a pull request. Inspect repository contribution rules, branch state, diff, tests, and the target base first; create a focused reviewable change description and do not commit, push, or open a hosted pull request without explicit authorization.

lfyxhappy/lfcode · 64 tokens

git-workflow

This skill should be used when the user asks to "create git commit", "manage branches", "follow git workflow", "use Conventional Commits", "handle merge conflicts", or asks about git branching strategies, version control best practices, pull request workflows. Provides comprehensive Git workflow guidance for team…

Galaxy-Dawn/claude-scholar · 64 tokens