matryca-plumber: Skill for Claude Code

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

matryca-changelog is a skill for Claude Code, Codex from MarcoPorcellato/matryca-plumber. It costs 50 tokens per session (117 once invoked), scanned A, original, Apache-2.0.

A checklist for deciding whether a completed change should be recorded in CHANGELOG.md, the file that lists notable project changes.

In plain words
What is it for?
Use it before finishing a change to decide whether to add a concise Unreleased entry; formatting-only and ordinary test-only changes usually do not need one.
Why use it?
It prevents important runtime, security, architecture, integration, performance, operator, or public-interface changes from being left undocumented.

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 MarcoPorcellato/matryca-plumber's own configuration. It tells Claude Code and Codex how to work on matryca-plumber 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 matryca-plumber configures →

Reuse

Borrowing it

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/marcoporcellato/matryca-plumber/matryca-changelog/github.svg)](https://agentmods.dev/skills/marcoporcellato/matryca-plumber/matryca-changelog)
Your own site
<a href="https://agentmods.dev/skills/marcoporcellato/matryca-plumber/matryca-changelog"><img src="https://agentmods.dev/badge/skills/marcoporcellato/matryca-plumber/matryca-changelog/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 matryca-changelog

Your own site · 80×15
<a href="https://agentmods.dev/skills/marcoporcellato/matryca-plumber/matryca-changelog"><img src="https://agentmods.dev/badge/skills/marcoporcellato/matryca-plumber/matryca-changelog.svg" alt="Reviewed on agentmods" width="80" 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 117 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.00117
Opus 5 $0.00025 $0.00059
Sonnet 5 $0.00010 $0.00023
Haiku 4.5 $0.00005 $0.00012

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

Security

Grade A, and why

matryca-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 11d 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/matryca-changelog/SKILL.md · 8 lines

What it actually says

Matryca changelog

Read .cursor/rules/06-auto-changelog.mdc completely before the final change summary. Do not activate for clearly formatting-only or test-only work unless it documents a newly fixed user-visible bug.

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

Subscribe to this mod's changes

matryca-changelog is a skill published in the GitHub repository MarcoPorcellato/matryca-plumber (97 stars, last pushed today), licensed Apache-2.0. It adds 50 tokens to every session and 117 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

git-workflow

When the user asks you to perform git operations, create branches, open PRs, manage releases, or resolve conflicts, follow this guide. These are the procedural patterns you should apply consistently.

0xNyk/oneclaw · 0 tokens

release-prep

Prepare release documentation including CHANGELOG entry, announcement text, and validation. Run before tagging a new release.

massgen/MassGen · 25 tokens

massgen-release-documenter

Guide for following MassGen's release documentation workflow. This skill should be used when preparing release documentation, updating changelogs, writing case studies, or maintaining project documentation across releases.

massgen/MassGen · 42 tokens

epic-close

Close out a completed EPIC / sprint end-to-end: author a fact-verified meta-post announcing what shipped, archive the EPIC's handovers, snapshot orchestrator memory, gate the integration→main merge on CI-green + explicit human go, drive the version bump (merge-commit conventions that auto-sync classifies), and verify…

gaia-research/gaia-skill-tree · 175 tokens

gaia-release

Helper for release operations, compilation of changelogs between tags, version lockstep syncing, and promotion of GitHub releases from canary/pre-release to latest/production. Use when the user asks to "compile the changelog", "promote release to latest", "tag a release", or do version release operations.

gaia-research/gaia-skill-tree · 68 tokens

sf-knowledge-pkg2-dev

Apply Salesforce knowledge and best practices for Second-Generation Managed Packaging Developer Guide.

Avinava/sf-documentation-knowledge · 22 tokens