alphacouncil-agent AGENTS.md

alphacouncil-agent AGENTS.md is an instructions file for Claude Code, Codex, OpenCode from Zhao73/alphacouncil-agent. It costs 2,965 tokens per session, scanned A, original, MIT.

Repository instructions for alphacouncil-agent, a tool that helps produce public-company investment research reports.

In plain words
What is it for?
They guide report generation, research-method comparisons, governance checks, and verification after code or prompt changes.
Why use it?
They give coding agents the required workflow, evidence rules, report format, release checks, and limits of the repository.

Instructions file for Claude CodeCodexOpenCode

Written for Claude Code and Codex and OpenCode: Claude Code plugin machinery, but also the file is AGENTS.md. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

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 instructions/zhao73/alphacouncil-agent/agents-md
Clone the repo
git clone --depth 1 https://github.com/Zhao73/alphacouncil-agent

Made for: Claude Code, Codex, OpenCode.

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 alphacouncil-agent AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/zhao73/alphacouncil-agent/agents-md.svg)](https://agentmods.dev/instructions/zhao73/alphacouncil-agent/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/zhao73/alphacouncil-agent/agents-md"><img src="https://agentmods.dev/badge/instructions/zhao73/alphacouncil-agent/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,965 This file is loaded in full into every session.
When invoked 2,965 The same file — it is already loaded in full.
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.1 $0.02965 $0.02965
Opus 5 $0.01483 $0.01483
Sonnet 5 $0.00593 $0.00593
Haiku 4.5 $0.00297 $0.00297

Measured 5d ago against content hash cfd25774bdb7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

alphacouncil-agent AGENTS.md 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 5d 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.

AGENTS.md · 194 lines

How it starts

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

Agent Instructions

Read CLAUDE.md first. It defines the workflow, analyst roles, final-report requirements, evidence contract and repository boundaries.

For report-generation behavior, also follow docs/report-contract.md. The chat handoff may be concise, but the saved report and artifact files must preserve the full evidence chain.

For anti-laziness governance, also follow skills/agent-skills-governance/SKILL.md. It is bundled with the plugin so installed agents inherit the same gates without separately installing addyosmani/agent-skills.

For methodology comparisons or Skill experiments, also follow skills/alphacouncil-method-lenses/SKILL.md. Its 26 on-demand references are provisional explanation material and never replace a frozen deterministic PersonaPack result.

Run npm run check after any code or prompt change.

Current Release Boundary

Package/plugin version 1.6.0 is the current source release candidate; GitHub, Codex marketplace and npm's public latest tag must be verified separately before claiming it matches this source. The current source tree carries 26 physical PersonaPack v3 packs, 26 operator_lens seats and 52 executable method tools, with 0 validated method_model seats. Human review of the authored formulas, the live four-code-host end-to-end run, and the separate ChatGPT Work developer-mode end-to-end run are outstanding, so do not present a passing full/quick report or a packaged smoke as evidence that any has been done.

Council Modes

full is the default and uses the full_v2 contract. It requires all eight mandatory evidence roles, every selected method, the three-round Bull/Bear cross-exam and PM. If any mandatory evidence role still fails after its one bounded parse-only repair, persist the failure/diagnostic artifacts, skip method/debate/PM model calls and terminate incomplete before downstream synthesis. Never auto-downgrade that run to quick.

Plugin-managed headless full runs launched with analyze_symbol use the selected pace's hard queue-to-terminal-persistence ceiling: 15 minutes for fast, 30 for normal, and 60 for slow. The eight mandatory evidence workers start in one parallel wave. Each selected v3 method first produces a deterministic, frozen stance and then gets one isolated voice worker that may explain, but never change, that stance. Bull and Bear run in parallel within each of the three rounds, with a hard barrier between rounds, followed by the PM. Retries, queueing and persistence consume the same deadline; callers and environment variables may lower it, never raise it. At expiry, persist a terminal fail-closed incomplete run and name every missing/skipped seat. The clock guarantees terminal persistence, not successful completion when data providers, search or model transport deteriorates.

Read the full file on GitHub · 194 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. 5d ago First seen · 194 lines · 2,965 tokens per session scan A cfd25774bdb7

Subscribe to this mod's changes

alphacouncil-agent AGENTS.md is an instructions file published in the GitHub repository Zhao73/alphacouncil-agent (3 stars, last pushed 7d ago), licensed MIT. It adds 2,965 tokens to every session, about $0.0148 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-31.

Related

Other instructions, from other repositories

finance-research-agent CLAUDE.md

Claude Code instructions for sreenathvemula/finance-research-agent, covering finance research agent — indian equities (nse/bse), tool discipline, web research (credible sources only), analytical stance — help the user reach a conclusion and hard rules.

sreenathvemula/finance-research-agent · 2,120 tokens

equity-desk AGENTS.md

AGENTS.md instructions for maxrotemberg04-spec/equity-desk, covering equity-desk — agent instructions and hard rules.

maxrotemberg04-spec/equity-desk · 235 tokens

equity-desk CLAUDE.md

Claude Code instructions for maxrotemberg04-spec/equity-desk, a project described as: Grounded AI equity research: hand-rolled fundamentals + DCF from SEC filings; the LLM writes prose only, and a citation guard rejects any memo with an unsourced number.

maxrotemberg04-spec/equity-desk · 5 tokens

Vibe-Research AGENTS.md

AGENTS.md instructions for simonlin1212/Vibe-Research, covering vibe-research-agent 金融研究宪法, 0. 三条不可越线, 1. 数据纪律(五问 gate:给出任何数字或结论前逐条自问), 2. 研究哲学(评估框架,不是预测工具) and 3. 估值口径(你只选输入、解释输出;计算交给 calc/).

simonlin1212/Vibe-Research · 4,469 tokens

Equity-Research-Company AGENTS.md

Instructions for pppop00/Equity-Research-Company, covering agents.md, commands, architecture, boot order (every session) and the anamnesis pattern in this skill.

pppop00/Equity-Research-Company · 2,268 tokens

daily-watchlist CLAUDE.md

Instructions for Benboerba620/daily-watchlist: This file is the source protocol for the Daily Watchlist workflow. Hypothesis Tracker is bundled in this repository as the thesis/evidence layer.

Benboerba620/daily-watchlist · 324 tokens