anarlog: Skill for Claude Code

.agents/skills/new-changelog/SKILL.md

new-changelog is a skill for Claude Code, Codex from fastrepl/anarlog. It costs 50 tokens per session (224 once invoked), scanned A, original, MIT.

A release-writing helper for desktop software that creates the next Markdown changelog entry under packages/changelog/content. A changelog is a record of changes included in each software release.

In plain words
What is it for?
Use it when preparing the next desktop release note and creating the correctly named, dated, and summarized Markdown file.
Why use it?
It removes the need to determine the next patch version and remember the required frontmatter format manually. It keeps the release summary suitable for the changelog index.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is fastrepl/anarlog's own configuration. It tells Claude Code and Codex how to work on anarlog 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 anarlog configures →

About the project

anarlog is a local-first AI meeting notetaker that captures device audio, transcribes meetings, and stores notes, transcripts, and recordings on the user's computer. It is for people who want meeting notes without adding a bot to calls or sending conversation data to an external cloud. The catalogue entries provide agent integrations and workflows for the application.

fastrepl/anarlog · 9,255 stars · on GitHub · anarlog.so

Reuse

Borrowing it

Nothing to install: this file belongs to fastrepl/anarlog. 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/fastrepl/anarlog/main/.agents/skills/new-changelog/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/fastrepl/anarlog

Made for: Claude Code, Codex.

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 new-changelog

README.md
[![agentmods](https://agentmods.dev/badge/skills/fastrepl/anarlog/new-changelog.svg)](https://agentmods.dev/skills/fastrepl/anarlog/new-changelog)
Your own site
<a href="https://agentmods.dev/skills/fastrepl/anarlog/new-changelog"><img src="https://agentmods.dev/badge/skills/fastrepl/anarlog/new-changelog.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 224 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00050 $0.00224
Opus 5 $0.00025 $0.00112
Sonnet 5 $0.00010 $0.00045
Haiku 4.5 $0.00005 $0.00022

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

Security

Grade A, and why

new-changelog 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 8d 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/skills/new-changelog/SKILL.md · 30 lines

What it actually says

Determine the next desktop version by inspecting .github/workflows/desktop_cd.yaml and running:

doxxer --config doxxer.desktop.toml current
doxxer --config doxxer.desktop.toml next patch

Create the new markdown file in packages/changelog/content for that version.

Each changelog file must start with frontmatter that includes both date and summary:

---
date: "YYYY-MM-DD"
summary: "One concise, user-facing sentence for the changelog index preview."
---

Keep summary plain text. Do not use markdown or custom tags in it. The web changelog index renders this field directly, so it should describe the release at a glance without leaking implementation details.

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. 8d ago First seen · 30 lines · 50 tokens per session scan A 5ab1862d7a41

Subscribe to this mod's changes

new-changelog is a skill published in the GitHub repository fastrepl/anarlog (9,255 stars, last pushed today), licensed MIT. It adds 50 tokens to every session and 224 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-08-30.

Related

Other skills, from other repositories

pdf-documents

Generate PDFs with fpdf2 and merge, split, or fill existing PDFs with pypdf, with visual QA before delivery.

brightwave-inc/tidebreak · 30 tokens

orbit

Orbit — the task/audit/dispatch layer for AI coding agents. Use for anything touching a task ID, .orbit/, orbit CLI or orbit. MCP tools, the docs corpus, friction records, jobs and jrun- runs, routines, auto-tasks, the sweep clock, worktree GC, the dashboard, or setting Orbit up on a machine or repository. Covers both…

danieljhkim/orbit · 98 tokens

altai-cli

Use the ALTAI terminal product to run agents, inspect durable workspace state, and automate safe coding workflows through human-readable or JSONL output.

altaidevorg/altai-app · 33 tokens

hello-world

Sample skill that greets the user. Demonstrates the SKILL.md frontmatter format.

altaidevorg/altai-app · 21 tokens

run-in-altai

Keep Colab and Jupyter work inside the ALTAI app. When the user or another agent asks to run something on Colab or in a Jupyter notebook, use ALTAI's native webview tab (Colab) and notebook tab (Jupyter) instead of sending the user to a browser or a separate jupyter process.

altaidevorg/altai-app · 76 tokens

simplicio-orient

Terminal-first execution — answer facts with the shell, never with the LLM. Use whenever a step needs a fact about the filesystem, git, processes, or system resources, or runs a build/test/lint/diff whose output would flood context. Substitutes deterministic shell/CLI calls for native LLM operations and clamps their…

wesleysimplicio/simplicio · 119 tokens