pinned-release-checklist

pinned-release-checklist is a skill for Claude Code, Codex from AgentEra/Agently. It costs 18 tokens per session (96 once invoked), scanned A, original, Apache-2.0.

A small guidance-only checklist for releases that must stay tied to one exact version. It has no scripts, external services, or actions that change anything.

In plain words
What is it for?
Use it in compatibility tests and examples where a release checklist must be selected deterministically.
Why use it?
It provides a fixed, inspectable reference for testing that the intended checklist version was installed and selected.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it in compatibility tests and examples where a release checklist must be selected deterministically.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentera/agently/pinned-release-checklist
About the project

Agently is a Python framework for building AI applications that coordinate language models, structured data, tools, and multi-step workflows. Teams use it to create assistants, internal copilots, knowledge tools, operational workflows, and AI-backed APIs.

AgentEra/Agently · 1,649 stars · on GitHub · agently.tech

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.

Any agent
npx skills add AgentEra/Agently --skill pinned-release-checklist
Clone the repo
git clone --depth 1 https://github.com/AgentEra/Agently

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 pinned-release-checklist

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentera/agently/pinned-release-checklist/github.svg)](https://agentmods.dev/skills/agentera/agently/pinned-release-checklist)
Your own site
<a href="https://agentmods.dev/skills/agentera/agently/pinned-release-checklist"><img src="https://agentmods.dev/badge/skills/agentera/agently/pinned-release-checklist/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 pinned-release-checklist

Your own site · 80×15
<a href="https://agentmods.dev/skills/agentera/agently/pinned-release-checklist"><img src="https://agentmods.dev/badge/skills/agentera/agently/pinned-release-checklist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 96 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.00018 $0.00096
Opus 5 $0.00009 $0.00048
Sonnet 5 $0.00004 $0.00019
Haiku 4.5 $0.00002 $0.00010

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

Security

Grade A, and why

pinned-release-checklist 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.

examples/release_pinned_usage/skills/pinned-release-checklist/SKILL.md · 14 lines

What it actually says

Pinned Release Checklist

Use this Skill when a release check needs a deterministic guidance-only Skill that can be installed, inspected, and explicitly selected without a model call.

The Skill intentionally has no scripts, MCP servers, or side-effect capabilities. It exists to prove SkillLibrary-backed installation and exact revision binding through AgentExecution's current Skill APIs.

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 · 14 lines · 18 tokens per session scan A 847498933808

Subscribe to this mod's changes

pinned-release-checklist is a skill published in the GitHub repository AgentEra/Agently (1,649 stars, last pushed yesterday), licensed Apache-2.0. It adds 18 tokens to every session and 96 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

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

public-plugin-packaging

Use when packaging an Agentlas agent repo for public GitHub release, Codex plugin submission, Claude adapter distribution, or one-line terminal installation.

agentlas-ai/Agentlas-OS · 34 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

gem-release

Automates the complete process of releasing a new version of the openclacky Ruby gem. Supports both stable releases (auto-increment) and pre-release versions (user-specified, e.g., 1.0.0.beta.1). Handles version bumping, testing, building, RubyGems publishing, GitHub Releases, and OSS CDN mirroring.

clacky-ai/openclacky · 76 tokens

pypi-release

This skill should be used when releasing tunacode-cli to PyPI. It keeps the existing local release checks, then hands the actual PyPI upload to a GitHub Actions workflow that uses the repository's PYPIAPITOKEN secret.

alchemiststudiosDOTai/tunacode · 52 tokens

maf-release-watcher

Detects new MAF releases, extracts breaking changes, and keeps the toolkit's registry/matrix/guide current. Pipeline: (1) deterministic data extraction via GitHub Actions + Python helpers + dotnet-inspect, opens a PR with raw data and TODOs on a per-version branch (never commits direct to main), (2) optionally, a…

joslat/maf-doctor · 124 tokens