citation-discipline

citation-discipline is a skill for Claude Code from ololand-ai/ololand-plugins. It costs 54 tokens per session (718 once invoked), scanned A, original, Apache-2.0.

A rule set for citing facts in deal analysis, especially dollar figures, percentages, ratios, names, and dates. It uses numbered references that point back to retrieved source documents and pages.

In plain words
What is it for?
Adding evidence references to financial figures, deal facts, risk findings, and other claims in IC-grade or reviewable output.
Why use it?
It makes analysis auditable and prevents unsupported or invented claims from appearing in investment materials.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument; mentions Claude Code.

Part of the ololand-dd plugin — 22 skills, 52 commands, 3 agents shipped together

Good fit Adding evidence references to financial figures, deal facts, risk findings, and other claims in IC-grade or reviewable output.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ololand-ai/ololand-plugins/citation-discipline
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 ololand-ai/ololand-plugins --skill citation-discipline
Clone the repo
git clone --depth 1 https://github.com/ololand-ai/ololand-plugins

Made for: Claude Code.

Or install ololand-dd, the plugin that ships this one along with the rest of its 22 skills, 52 commands, 3 agents.

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 citation-discipline

README.md
[![agentmods](https://agentmods.dev/badge/skills/ololand-ai/ololand-plugins/citation-discipline/github.svg)](https://agentmods.dev/skills/ololand-ai/ololand-plugins/citation-discipline)
Your own site
<a href="https://agentmods.dev/skills/ololand-ai/ololand-plugins/citation-discipline"><img src="https://agentmods.dev/badge/skills/ololand-ai/ololand-plugins/citation-discipline/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for citation-discipline

Your own site · 80×15
<a href="https://agentmods.dev/skills/ololand-ai/ololand-plugins/citation-discipline"><img src="https://agentmods.dev/badge/skills/ololand-ai/ololand-plugins/citation-discipline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 718 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 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.00054 $0.00718
Opus 5 $0.00027 $0.00359
Sonnet 5 $0.00011 $0.00144
Haiku 4.5 $0.00005 $0.00072

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

Security

Grade A, and why

citation-discipline 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 6d 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/ololand-dd/skills/citation-discipline/SKILL.md · 37 lines

How it starts

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

Citation Discipline

Every dollar figure, percentage, multiple, ratio, name, date, or factual claim about a deal must cite the source.

Inline citation format — [N] markers

When search_deal_documents (or any document-retrieval MCP tool) returns evidence, each chunk is prefixed with a stable reference number: [1] Source: file=10-K.pdf, p.42, [2] Source: file=audit.pdf, p.8, and so on.

After every claim you make in your final answer, write the corresponding [N] token. In OloLand-aware UIs (the AI Assistant, Claude Cowork, Claude Code with the plugin loaded), these become clickable links that open the source PDF at the cited page.

Examples:

  • "SigmaTron's revenue declined 18.5% YoY to $304.7M in FY2025 [1]."
  • "Auditors flagged a material weakness in revenue recognition [2], and the company has been in covenant default since August 2024 [3, 5]."
  • "Combined leverage stands at 5.0x EBITDA [1, 4]."

Use multiple numbers in one bracket — [1, 4] — when a single claim is supported by multiple chunks. Order them ascending.

Rules (hard)

  1. Never invent numbers. Only cite [N] values that actually appeared in a tool result this turn. If you didn't retrieve chunk [7], do not write [7]. OloLand-aware runtimes will strip out-of-range markers and log a warning when this happens — the answer looks worse, not better, with stale numbers.
  2. No citation, no figure. If you cannot cite the source, do not state the number. Say what you searched and what is still missing.
  3. Reconcile conflicts explicitly. If [1] reports $X and [3] reports $Y, surface the discrepancy and cite both. Use the source-hierarchy skill to decide which one leads.
  4. Computed metrics show the formula and cite each input. "EBITDA margin = $7.7M ÷ $304.7M = 2.5% [1]" — the inputs come from [1].
  5. No round-trip hallucination. Don't restate a number you computed as if a source said it.
  6. Greetings and identity questions don't need citations. This rule only applies when you're answering a factual deal question.

Read the full file on GitHub · 37 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. 6d ago First seen · 37 lines · 54 tokens per session scan A c8fc307a3dac

Subscribe to this mod's changes

citation-discipline is a skill published in the GitHub repository ololand-ai/ololand-plugins (0 stars, last pushed 5d ago), licensed Apache-2.0. It adds 54 tokens to every session and 718 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-09-03.