Chronicler

Chronicler is an agent for Claude Code from JakeTRogers/my-awesome-copilot. It costs 23 tokens per session (627 once invoked), scanned A, original, no licence file.

An agent that keeps shared project information and long-lasting documentation organized, including standardizing saved notes.

In plain words
What is it for?
Use it to maintain shared state, update durable documentation, and normalize project information without taking part in technical review.
Why use it?
It prevents important project context from becoming scattered or inconsistent over time.

Agent for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: model in frontmatter; Copilot chat-mode frontmatter (tools: vscode/*).

Good fit Use it to maintain shared state, update durable documentation, and normalize project information without taking part in technical review.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/jaketrogers/my-awesome-copilot/chronicler
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.

Clone the repo
git clone --depth 1 https://github.com/JakeTRogers/my-awesome-copilot

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 Chronicler

README.md
[![agentmods](https://agentmods.dev/badge/agents/jaketrogers/my-awesome-copilot/chronicler/github.svg)](https://agentmods.dev/agents/jaketrogers/my-awesome-copilot/chronicler)
Your own site
<a href="https://agentmods.dev/agents/jaketrogers/my-awesome-copilot/chronicler"><img src="https://agentmods.dev/badge/agents/jaketrogers/my-awesome-copilot/chronicler/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 Chronicler

Your own site · 80×15
<a href="https://agentmods.dev/agents/jaketrogers/my-awesome-copilot/chronicler"><img src="https://agentmods.dev/badge/agents/jaketrogers/my-awesome-copilot/chronicler.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 627 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.00023 $0.00627
Opus 5 $0.00012 $0.00313
Sonnet 5 $0.00005 $0.00125
Haiku 4.5 $0.00002 $0.00063

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

Security

Grade A, and why

Chronicler 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 9d 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/chronicler.agent.md · 64 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

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. 9d ago First seen · 64 lines · 23 tokens per session scan A 857a30ac9aec

Subscribe to this mod's changes

Chronicler is an agent published in the GitHub repository JakeTRogers/my-awesome-copilot (1 stars, last pushed yesterday), with no licence file. It adds 23 tokens to every session and 627 once invoked, about $0.0001 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 agents, from other repositories

deep-reflector

Comprehensive session analysis and learning capture specialist. Analyzes development sessions to extract patterns, preferences, and improvements for future interactions. Use after significant work sessions to capture learnings.

feiskyer/claude-code-settings · 40 tokens

web-performance-auditor

.NET web performance engineer focused on Core Web Vitals, loading, rendering, and network optimization for Blazor (Server / WebAssembly / Auto) and ASP.NET Core MVC / Razor Pages front ends. Use for performance-focused audits, CWV analysis, and identifying structural performance anti-patterns in .NET web applications.

peterblazejewicz/claude-plugins · 69 tokens

code-reviewer

Senior .NET/C# code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance — with .NET 8+ (Avalonia, ASP.NET Core, Blazor, MAUI, EF Core, xUnit/MSTest) framing. Use for thorough code review before merge.

peterblazejewicz/claude-plugins · 68 tokens

test-engineer

.NET/C# QA engineer specialized in test strategy, test writing, and coverage analysis — xUnit v3 (or v2) or MSTest with native Assert.X, WebApplicationFactory, Testcontainers, Microsoft.Playwright, and Avalonia.Headless. Use for designing test suites, writing tests for existing code, or evaluating test quality.

peterblazejewicz/claude-plugins · 73 tokens

security-auditor

.NET/C# security engineer focused on vulnerability detection, threat modeling, and secure coding practices for ASP.NET Core / Blazor / MAUI applications. Use for security-focused code review, threat analysis, or hardening recommendations.

peterblazejewicz/claude-plugins · 49 tokens

context-loader

A context-reading agent that loads project memory files, source code, and documentation, then turns them into a structured project summary. A Memory Bank is a set of files that records a project's goals, architecture, decisions, current focus, and progress.

u9401066/template-is-all-you-need · 40 tokens