llm-wiki-newsroom: Command for Claude Code

.claude/commands/wiki-timeline.md

wiki-timeline is a command for Claude Code from alfadur7/llm-wiki-newsroom. It costs 0 tokens per session (706 once invoked), scanned A, original, MIT.

A command that builds a dated story of an entity or idea from an LLM Wiki, a knowledge base about large language models. It can cover the full history or restrict the results to one year.

In plain words
What is it for?
Use it to create timelines for companies, models, people, or concepts such as Meta, DeepSeek, or open model weights.
Why use it?
It gathers related pages through backlinks, which are links pointing to the chosen topic, so important connected events are less likely to be missed. It also checks the finished timeline against the wiki's format rules.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

This is alfadur7/llm-wiki-newsroom's own configuration. It tells Claude Code how to work on llm-wiki-newsroom itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything llm-wiki-newsroom configures →

Reuse

Borrowing it

Nothing to install: this file belongs to alfadur7/llm-wiki-newsroom. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/alfadur7/llm-wiki-newsroom/main/.claude/commands/wiki-timeline.md
Clone the repo
git clone --depth 1 https://github.com/alfadur7/llm-wiki-newsroom

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 wiki-timeline

README.md
[![agentmods](https://agentmods.dev/badge/commands/alfadur7/llm-wiki-newsroom/wiki-timeline/github.svg)](https://agentmods.dev/commands/alfadur7/llm-wiki-newsroom/wiki-timeline)
Your own site
<a href="https://agentmods.dev/commands/alfadur7/llm-wiki-newsroom/wiki-timeline"><img src="https://agentmods.dev/badge/commands/alfadur7/llm-wiki-newsroom/wiki-timeline/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 wiki-timeline

Your own site · 80×15
<a href="https://agentmods.dev/commands/alfadur7/llm-wiki-newsroom/wiki-timeline"><img src="https://agentmods.dev/badge/commands/alfadur7/llm-wiki-newsroom/wiki-timeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 706 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.00000 $0.00706
Opus 5 $0.00000 $0.00353
Sonnet 5 $0.00000 $0.00141
Haiku 4.5 $0.00000 $0.00071

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

Security

Grade A, and why

wiki-timeline 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 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.

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.

.claude/commands/wiki-timeline.md · 45 lines

How it starts

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

Generate a chronological timeline for an entity or concept in the LLM Wiki.

Usage: /wiki-timeline <entity|concept> [year]

If $ARGUMENTS is empty: print the usage below and stop.

Usage: /wiki-timeline <entity|concept> [year]

Examples:
  /wiki-timeline Meta              # full chronological storyline for Meta
  /wiki-timeline DeepSeek 2025     # only DeepSeek's 2025 events
  /wiki-timeline OpenWeights       # a concept page works too

Without a target entity/concept, backlinks cannot be collected, so it stops.

Traversal Pattern

L2-2 timeline content. The page format·authoring standard·Rubric have their SoT in layers/timeline.md; this command is the procedure that fills that standard by traversing _backlinks.json backlinks.

Cycle Owner
GROUND Columnist (_backlinks.json + backlink source read)
APPLY Columnist (reverse-chronological narrative authoring)
VERIFY₁ Copy Editor (lint.py timeline schema)
VERIFY₂ Desk (qualitative — timeline mixing·narrative flow)
Save Editor-in-Chief gate + log append

Authoring Procedure (Columnist Cycle)

  1. Source pool extraction = wiki/_backlinks.json backlinks ∪ the target hub's frontmatter sources:. Backlinks catch only in-body [[links]] and would miss primary events linked solely via frontmatter, so the union secures them losslessly.
  2. Sort reverse-chronologically by each source's published: (or scraped: if absent). If a year argument is given, that year only.
  3. Read each source → 1-2 lines of key facts. entry-date guard: the entry date must be directly backed by the source's published (or an occurrence date stated in the body) — it cannot be later than scraped (year typo), and when splitting one source across multiple points in time, each point must be stated in the body (otherwise demote to the hub ## Timeline, no standalone timeline exposure).
  4. History·future anchors (mature topics): include pre-ingest events·future roadmaps not in the backlinks as - **YYYY** — [[Entity]] description / - **YYYY (planned)** —. No drops (lossless).
  5. Flow summary (required, at top) — structure per layers/timeline.md.
  6. Output grouped by year (newest→oldest, reverse), with each dated item's first link = [[source-id]] (entity-first only for history anchors).
  7. self-VERIFY₀: python tools/lint.py timeline <slug> → confirm → path.
  8. Save (when the gate is passed): wiki/timelines/<slug>.md + log.md append ## [YYYY-MM-DD] timeline | <entity name>.

Read the full file on GitHub · 45 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. today Changed 601845a0f36a
  2. 13d ago First seen · 45 lines · 0 tokens per session scan A ffd19a510199

Subscribe to this mod's changes

wiki-timeline is a command published in the GitHub repository alfadur7/llm-wiki-newsroom (85 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 706 tokens. 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.