agenta: Skill for Claude Code

.agents/skills/create-changelog-announcement/SKILL.md

create-changelog-announcement is a skill for Claude Code, Codex from Agenta-AI/agenta. It costs 75 tokens per session (4,281 once invoked), scanned A, original, no licence file.

A workflow for creating and publishing changelog announcements, which document new features, improvements, and bug fixes. It covers both the documentation page and its sidebar announcement card.

In plain words
What is it for?
Use it to publish a feature update, improvement, or bug-fix announcement in Agenta.
Why use it?
It keeps the written changelog and the visible sidebar notice aligned with the project’s standards.

Skill for Claude CodeCodex

Written for Claude Code: user-invocable in frontmatter. Also seen: model in frontmatter; installed under .agents/ (shared by several agents).

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

Reuse

Borrowing it

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

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 create-changelog-announcement

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/agenta-ai/agenta/create-changelog-announcement"><img src="https://agentmods.dev/badge/skills/agenta-ai/agenta/create-changelog-announcement.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,281 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 warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Agent Snooping · line 321
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Excessive Agency · line 4
    Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.
    Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
How audits are shown
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.00075 $0.04281
Opus 5 $0.00037 $0.02141
Sonnet 5 $0.00015 $0.00856
Haiku 4.5 $0.00007 $0.00428

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

Security

Grade A, and why

create-changelog-announcement 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 10d 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/create-changelog-announcement/SKILL.md · 496 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

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. 10d ago First seen · 496 lines · 75 tokens per session scan A 5717d654f981

Subscribe to this mod's changes

create-changelog-announcement is a skill published in the GitHub repository Agenta-AI/agenta (4,734 stars, last pushed today), with no licence file. It adds 75 tokens to every session and 4,281 once invoked, about $0.0004 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-integration

Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.

a5c-ai/babysitter · 39 tokens

finishing-a-development-branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work.

a5c-ai/babysitter · 28 tokens

release-cut

Cut a new pi-agent-dashboard release: promote ## [Unreleased] in CHANGELOG.md, bump every workspace package.json per SemVer, commit, tag v , and push — triggering the Release workflow that publishes every non-private workspace, builds the Electron artifacts, and creates a GitHub Release. Use on "cut a release"…

BlackBeltTechnology/pi-agent-dashboard · 93 tokens

release-revoke

Revoke or rollback a pi-agent-dashboard release: delete the GitHub Release, remove the git tag locally and on origin, deprecate the npm version (npm unpublish is blocked after 72h), and optionally revert the release commit. Use when the user says "revoke release", "rollback release", "delete release", "unpublish…

BlackBeltTechnology/pi-agent-dashboard · 85 tokens

release-readiness-check

Verify all prerequisites are met before a release by checking PRs, CI/CD status, environment health, and blocking issues across GitHub, ArgoCD, and Jira. Use before cutting a release, deploying to production, or during release planning.

caipe-io/ai-platform-engineering · 54 tokens

harvest

Collecting GitHub PR data and generating work reports. Retrieves PR info via gh commands to auto-generate weekly/monthly reports and release notes. Use when work reporting or PR analysis is needed.

simota/agent-skills · 42 tokens