peer-readacross

A stock-market comparison guide that examines two company tickers, which are short trading symbols, and the news connecting them.

In plain words
What is it for?
Use it to compare competitors, suppliers and customers, or companies affected by the same market theme.
Why use it?
It separates shared news from each company's own news so you can judge whether an event helps or hurts the related company.

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/ccplugins/awesome-claude-code-plugins/peer-readacross
Any agent
npx skills add ccplugins/awesome-claude-code-plugins --skill peer-readacross
Clone the repo
git clone --depth 1 https://github.com/ccplugins/awesome-claude-code-plugins

Made for: Claude Code, Codex.

Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 495 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.00073 $0.00495
Opus 5 $0.00036 $0.00247
Sonnet 5 $0.00015 $0.00099
Haiku 4.5 $0.00007 $0.00049

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

Security

Grade A, and why

peer-readacross 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 2d 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.

plugins/alphai/skills/peer-readacross/SKILL.md · 41 lines

What it actually says

Peer read-across

When two names are linked — competitors, a supplier and its customer, two plays on one theme — the interesting signal is the read-across: a peer's print that resets the other's setup. alphai_pair_analysis is built for exactly this.

Steps

  1. Resolve both tickers. If given company names, map them with alphai_tickers(q=...). Any symbol that isn't a recognized active ticker comes back in unknown_tickers and contributes no rows — surface that.
  2. Run the comparison. Call alphai_pair_analysis(ticker_a, ticker_b). It returns three things: news naming both companies (the shared read-across), plus each ticker's own recent news for context.
  3. Tighten on request. Raise min_relevance (default 4) for only the strongest items, or limit for more rows per list.

Output

  • Shared story — the news naming both names: what links them right now and which way the read-across cuts (does A's news help or hurt B?).
  • {Ticker A} — 2–3 of its own top stories, one-liners.
  • {Ticker B} — same.
  • Net read — one or two sentences: are they moving together or diverging, and what's the single linking factor (a shared customer, a sector catalyst, a head-to-head product)?

Guardrails

  • If alphai_pair_analysis returns no shared rows, say so — the two names may simply not be in the same story flow right now; fall back to summarizing each side's own news rather than forcing a connection.
  • Lead with relevance_score.
  • Describe the read-across the reporting supports; don't manufacture a causal link. News, not advice.
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. 2d ago First seen · 41 lines · 73 tokens per session scan A e204cea15c61

Subscribe to this mod's changes

peer-readacross is a skill published in the GitHub repository ccplugins/awesome-claude-code-plugins (929 stars, last pushed 20d ago), licensed Apache-2.0. It adds 73 tokens to every session and 495 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

e2e-test-skill

E2E test skill for validation.

alex-feel/claude-code-toolbox · 14 tokens

dynamic-workflow-patterns

Pattern taxonomy, agent role combinations, model routing, unit-of-work sizing, review-findings settling, and resilience discipline for Claude Code dynamic workflows. ALWAYS load this skill before authoring or running any Workflow tool script, and ALWAYS load it when the user mentions "workflow" or "ultracode" in any…

alex-feel/claude-code-artifacts-public · 160 tokens

serena-tool-selection

MANDATORY tool selection protocol for Serena LSP tools vs Claude Code built-in tools. ALWAYS use when your tools list includes any mcpserena tools. This skill OVERRIDES default tool selection behavior for code navigation tasks.

alex-feel/claude-code-artifacts-public · 54 tokens

diagram-drawio

Skill "diagram-drawio" from lc-semba-ryuichiro/semba-claude-plugins, covering draw\.io図作成ガイドライン, 目次, 事前準備チェックリスト, 図の設計原則 and 段階的開示(progressive disclosure).

lc-semba-ryuichiro/semba-claude-plugins · 147 tokens

webpify

Skill "webpify" from lc-semba-ryuichiro/semba-claude-plugins, covering webpify 使用ガイド, 目次, 概要, 事前準備チェックリスト and 実行方法.

lc-semba-ryuichiro/semba-claude-plugins · 94 tokens

atl-fetch-confluence

Skill "atl-fetch-confluence" from lc-semba-ryuichiro/semba-claude-plugins, covering confluence 情報取得ガイド, 目次, 概要, 事前準備チェックリスト and 実行方法.

lc-semba-ryuichiro/semba-claude-plugins · 85 tokens