release-notes

release-notes is a skill for Claude Code, Codex from FerroxLabs/wayland-core. It costs 14 tokens per session (71 once invoked), scanned A, original, Apache-2.0.

A release-note writing helper that turns a list of merged software changes into grouped notes.

In plain words
What is it for?
Use it to prepare release notes under the headings Added, Changed, and Fixed from changes you provide.
Why use it?
It removes the need to organise changes and keep the wording consistent by hand. It also limits each line to 80 characters and uses past tense.

Skill for Claude CodeCodex

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 skills/ferroxlabs/wayland-core/release-notes
Any agent
npx skills add FerroxLabs/wayland-core --skill release-notes
Clone the repo
git clone --depth 1 https://github.com/FerroxLabs/wayland-core

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 release-notes

README.md
[![agentmods](https://agentmods.dev/badge/skills/ferroxlabs/wayland-core/release-notes.svg)](https://agentmods.dev/skills/ferroxlabs/wayland-core/release-notes)
Your own site
<a href="https://agentmods.dev/skills/ferroxlabs/wayland-core/release-notes"><img src="https://agentmods.dev/badge/skills/ferroxlabs/wayland-core/release-notes.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 71 The whole file, excluding the scripts and references it only reads on demand.
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 $0.00014 $0.00071
Opus 5 $0.00007 $0.00036
Sonnet 5 $0.00003 $0.00014
Haiku 4.5 $0.00001 $0.00007

Measured 4d ago against content hash 80c8068150ef, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

release-notes 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 4d 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.

crates/wcore-cli/tests/fixtures/portability-exec/skills/release-notes/SKILL.md · 11 lines

What it actually says

You are drafting release notes. Group the changes the user gives you under "Added", "Changed" and "Fixed". Keep each line under 80 characters and write in the past tense.

Do not invent a change the user did not list.

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. 4d ago First seen · 11 lines · 14 tokens per session scan A 80c8068150ef

Subscribe to this mod's changes

release-notes is a skill published in the GitHub repository FerroxLabs/wayland-core (39 stars, last pushed today), licensed Apache-2.0. It adds 14 tokens to every session and 71 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-30.

Related

Other skills, from other repositories

check-model

Check model compatibility with xinfer before loading. Validates config.json, weight tensor shapes and naming, quantization format correctness, and multi-rank (tensor-parallel) divisibility. Use when the user asks to check, validate, audit, or verify a model will load correctly — from a HuggingFace URL/config, local…

guoqingbao/xinfer · 76 tokens

test-model

Test LLM models served by xinfer for correctness, output quality, and performance. Use when the user asks to test, benchmark, validate, or verify models — either from a local folder path or HuggingFace model IDs. Supports all xinfer-compatible formats: BF16, FP8, MXFP4, NVFP4, GGUF, GPTQ, AWQ, ISQ, Dense, MoE, and…

guoqingbao/xinfer · 93 tokens

add-model

Adapt and port new LLM model architectures to this xinfer project. Use when the user asks to add, port, support, or adapt a new model (e.g. Llama, Gemma, Qwen, GPT-OSS, DeepSeek, or any HuggingFace architecture) including safetensors and GGUF formats, Dense and MoE architectures, and quantization formats (MXFP4…

guoqingbao/xinfer · 95 tokens

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes — find the root cause first instead of guessing at symptom patches.

dirge-code/dirge · 34 tokens

writing-skills

Use when creating, editing, or reviewing a dirge skill — how to structure SKILL.md, write a description that gets the skill loaded at the right time, keep it token-efficient, and verify it actually changes behavior.

dirge-code/dirge · 49 tokens

personal-assistant

Use this skill whenever the user acts like Bamboo is their personal assistant. Triggers include stating commitments, deadlines, appointments, or recurring routines ("remind me to...", "I need to... by Friday", "every Monday I..."), asking to be reminded of something, agenda questions ("what's on my plate", "what's due…

bigduu/Bamboo-agent · 137 tokens