fak: Skill for Claude Code

.agents/skills/release/SKILL.md

release is a skill for Claude Code, Codex from anthony-chaudhary/fak. It costs 49 tokens per session (202 once invoked), scanned A, original, Apache-2.0.

A guided release workflow for publishing a new version of a software project. It updates the version, prepares release notes, commits and tags the code, pushes it, and creates a GitHub release page.

In plain words
What is it for?
Use it to publish a versioned release from a repository, including its notes, Git tag, pushed changes, and GitHub release page.
Why use it?
It keeps the release steps together so you do not have to remember or perform them manually. It also uses the project’s configured release settings and version helpers.

Skill for Claude CodeCodex

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

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

Reuse

Borrowing it

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/anthony-chaudhary/fak/release.svg)](https://agentmods.dev/skills/anthony-chaudhary/fak/release)
Your own site
<a href="https://agentmods.dev/skills/anthony-chaudhary/fak/release"><img src="https://agentmods.dev/badge/skills/anthony-chaudhary/fak/release.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 202 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 6
    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 Agent Snooping · line 11
    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.
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.00049 $0.00202
Opus 5 $0.00024 $0.00101
Sonnet 5 $0.00010 $0.00040
Haiku 4.5 $0.00005 $0.00020

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

Security

Grade A, and why

release 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 7d 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/release/SKILL.md · 18 lines

What it actually says

Canonical project skill adapter

Load and follow ../../../.claude/skills/release/SKILL.md. This generated discovery adapter contains no maintained workflow body.

Portability contract

  • The linked canonical SKILL.md is the single semantic workflow body for Claude, Codex, and fak-native loaders.
  • This adapter changes discovery only; it must not fork, summarize, or translate the workflow.
  • Harness-native invocation, permissions, hooks, model routing, and worker launch remain typed adapters outside the semantic body.
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. 7d ago First seen · 18 lines · 49 tokens per session scan A 9d5a20264ab3

Subscribe to this mod's changes

release is a skill published in the GitHub repository anthony-chaudhary/fak (37 stars, last pushed yesterday), licensed Apache-2.0. It adds 49 tokens to every session and 202 once invoked, about $0.0002 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

conventional-commit

Workflow for generating conventional commit messages following the Conventional Commits specification. MUST be invoked every time a commit is created. Guides construction of standardized commit messages with correct type, scope, description, body, and footer.

JanDeDobbeleer/oh-my-posh · 47 tokens

checkpoint-management

Git-backed state management for safe rollback. Create and restore checkpoints with tagged commits and metadata tracking.

a5c-ai/babysitter · 22 tokens

pixiv-cli-release-notes

Audit pixiv-cli release sources, write and validate bilingual Markdown release notes, publish immutable tags, synchronize historical GitHub Release bodies, and hand off SkillHub/ClawHub verification. Use for release preparation, version selection, tag publication, release monitoring, or historical note synchronization.

FlanChanXwO/pixiv-cli · 63 tokens

pixiv-cli-docs

Maintain pixiv-cli README, locale contracts, maintainer documentation, contribution guidance, and documentation checks. Use when adding, changing, reviewing, or routing repository documentation; use pixiv-cli-release-notes for versioned bilingual changelog or release-prep work.

FlanChanXwO/pixiv-cli · 58 tokens

workspace-finder

Natural language file and content search within SwarmWS workspace. Find files by name, content, modification time, size, type, or git status. Returns structured results the agent can reference or act on. TRIGGER: "find files", "search workspace", "where is", "find all". NOT FOR: tavily-search, github-research use…

xg-gh-25/SwarmAI · 79 tokens

vigilante-issue-implementation-on-go

Implement a GitHub issue end-to-end when Vigilante dispatches work for a Go repository with idiomatic tooling and security guidance.

aliengiraffe/vigilante · 36 tokens