release-tweets

A writing aid for announcements about a released software version on X, formerly known as Twitter. It turns verified release information into a tweet or thread.

In plain words
What is it for?
Use it to draft, copy or post release announcements from changelogs, release notes, tags, package listings and build files.
Why use it?
It helps avoid announcing features that have not actually shipped and keeps release posts focused on changes users can see.

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/steipete/agent-scripts/release-tweets
Any agent
npx skills add steipete/agent-scripts --skill release-tweets
Clone the repo
git clone --depth 1 https://github.com/steipete/agent-scripts

Made for: Claude Code, Codex.

Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 937 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.00023 $0.00937
Opus 5 $0.00012 $0.00468
Sonnet 5 $0.00005 $0.00187
Haiku 4.5 $0.00002 $0.00094

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

Security

Grade A, and why

release-tweets 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 3d 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.

skills/release-tweets/SKILL.md · 108 lines

How it starts

The opening of the file, as written. The whole thing — 108 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Release Tweets

Use when the user asks for a release tweet, launch tweet, X announcement, release thread, changelog-to-tweet rewrite, or social copy for a shipped version. This skill is about release copy, not cutting the release.

Ground The Copy

  • Verify the release target before writing confident copy:
    • read the relevant CHANGELOG.md section or GitHub release notes
    • check the tag/release/npm/appcast/artifact state that applies to the project
    • distinguish Unreleased, beta/prerelease, stable, hotfix, and correction releases
  • Do not say a feature shipped only because it is in the top changelog block. Confirm the tag/release/package evidence when available.
  • Lead with user-visible wins: features, integrations, workflow improvements, install/update reliability, security fixes.
  • Avoid leading with CI, coverage, validation, refactors, internal migrations, or release mechanics unless that is the actual story.
  • If evidence is incomplete, say what is unverified and draft with softer wording.

Launch Tweet Shape

  • One standard tweet under 280 characters, with room for one URL.
  • Typical format:
    • product + version
    • blank line
    • 3-4 compact emoji-led feature bullets
    • blank line
    • one short punchline
    • release/changelog URL
  • Use emoji bullets by default for launch tweets. Pick clear, low-noise emoji that match the feature or product; skip only when the user asks for plain text or the release is incident-style.
  • Tone: high-signal, compact, confident, a little dry when earned. Not corporate.
  • One joke max. Let the feature bullets do the work.
  • Put the release/changelog URL at the end.
  • Count final raw characters before presenting it as ready to post.

Beta, Hotfix, Correction

  • Beta/prerelease:
    • make beta status explicit
    • avoid implying stable promotion
    • phrase as "beta N", VERSION-beta.N, or "preview" as appropriate
  • Hotfix/correction:
    • be direct and accountable
    • state what slipped, what is fixed, and the new version
    • skip jokes unless the user asks for a lighter tone

Read the full file on GitHub · 108 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 108 lines · 23 tokens per session scan A 94cabf3d8c8e

Subscribe to this mod's changes

release-tweets is a skill published in the GitHub repository steipete/agent-scripts (6,590 stars, last pushed today), licensed MIT. It adds 23 tokens to every session and 937 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

write-like-meng-on-x

Write, rewrite, review, or continuously refine X/Twitter posts in Meng To's current voice using his deduplicated authored-post corpus, personal and product context, shared resources, and Content repo evidence. Use when asked to improve a tweet in Meng's tone, draft an original post, reply, thread, resource share, or…

MengTo/Skills · 111 tokens

referral-program

When the user wants to design, launch, or optimize an in-app referral / invite / share-to-earn program — including reward structure, mechanics, fraud prevention, deep link setup, and viral coefficient measurement. Use when the user mentions "referral program", "invite a friend", "refer and earn", "share to earn"…

Eronred/aso-skills · 159 tokens

google-ads-audit

Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should…

nowork-studio/notfair-plugin · 114 tokens

improve-website

Guided journey from a live website that underperforms to a prioritized, evidence-backed backlog of conversion, usability, message, and speed fixes - each shipped as a testable experiment. Orchestrates eight skills phase by phase - cro-methodology, ux-heuristics, refactoring-ui, web-typography, storybrand-messaging…

wondelai/skills · 225 tokens

product-marketing

Build product marketing strategy including positioning, messaging, and go-to-market. Use when the user says "positioning", "messaging framework", "go-to-market", "GTM strategy", "product marketing", "competitive positioning", "battlecard", "sales enablement", "launch plan", or asks about how to position or message…

OpenClaudia/openclaudia-skills · 77 tokens

add-analytics

Add Google Analytics 4 tracking to any project. Detects framework, adds tracking code, sets up events, and configures privacy settings.

LeoYeAI/openclaw-master-skills · 32 tokens