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.
npx agentmods add skills/rockyhong/super-bootstrap/release-initnpx skills add RockyHong/super-bootstrap --skill release-initgit clone --depth 1 https://github.com/RockyHong/super-bootstrapWrote 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.
[](https://agentmods.dev/skills/rockyhong/super-bootstrap/release-init)<a href="https://agentmods.dev/skills/rockyhong/super-bootstrap/release-init"><img src="https://agentmods.dev/badge/skills/rockyhong/super-bootstrap/release-init.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00025 | $0.01456 |
| Opus 5 | $0.00013 | $0.00728 |
| Sonnet 5 | $0.00005 | $0.00291 |
| Haiku 4.5 | $0.00003 | $0.00146 |
Grade A, and why
release-init 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 160 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Release Init
Protocol
1. Check for existing project skill
Look for .claude/skills/release/SKILL.md in the repo root.
If it exists, ask:
Project release skill already exists. Overwrite with fresh detection? (y/n)
Stop if user declines.
2. Detect project type
Scan the working directory. First match wins:
| Marker | Type |
|---|---|
ProjectSettings/ProjectSettings.asset (search recursively) |
unity |
package.json + src-tauri/ directory |
tauri |
package.json |
node |
*.xcodeproj or *.xcworkspace (in root) |
ios-native |
build.gradle or build.gradle.kts (in root) |
android-native |
| None of the above | generic |
3. Discover version files and current values
Read current version values from the detected files:
unity:
- Find
ProjectSettings/ProjectSettings.asset(may be nested, e.g.ProjectName/ProjectSettings/) - Read:
bundleVersion(display version),AndroidBundleVersionCode,buildNumber.iPhone - Report all three values
tauri:
package.json→versionsrc-tauri/tauri.conf.json→versionsrc-tauri/Cargo.toml→version
node:
package.json→version
ios-native:
- Find
Info.plist→CFBundleShortVersionString,CFBundleVersion
android-native:
build.gradleorbuild.gradle.kts→versionName,versionCode
generic:
- Ask user: "Where does your version live? (file path and field name)"
4. Detect platforms and recommend tagging approach
Determine if multi-platform based on project type and evidence:
| Type | Signal | Recommendation |
|---|---|---|
unity |
Has both Android + iOS build settings in ProjectSettings | Multi-platform: android, ios |
unity |
Only one platform target | Single platform, no platform tags |
tauri |
Desktop app | Single artifact, no platform tags |
node |
Web app / server | Single deploy, no platform tags |
ios-native |
iOS only | Single platform, no platform tags |
android-native |
Android only | Single platform, no platform tags |
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.
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.
- 4d ago First seen · 160 lines · 25 tokens per session scan A 79b186cf7f1d
release-init is a skill published in the GitHub repository RockyHong/super-bootstrap (3 stars, last pushed 7d ago), licensed MIT. It adds 25 tokens to every session and 1,456 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-31.
Other skills, from other repositories
craft-plugin-release
Releasing Craft CMS plugins — tagging, Packagist propagation, GitHub releases, branch promotion, shared-library ordering, history rewrites. ALWAYS load when cutting, preparing, verifying, or debugging a plugin release: bumping a version, dating a changelog, creating or moving a git tag, or checking what Packagist…
writing-skills
Use this whenever the user asks to write, author, or scaffold a new SecureContext skill (Anthropic-style filesystem skill at /.claude/skills/ / or /.claude/skills/ /). The skill walks the agent through the four-invariant checklist, generates a SKILL.md from a template, and runs the bundled linter + admission preview…
publish-github-release
Use this whenever the user asks to ship, publish, release, tag, or cut a new version of the project — OR when CHANGELOG.md has an "Unreleased" / in-progress section ready to be shipped. The skill bumps the version across all version-bearing files, regenerates the CHANGELOG entry from git log since the last tag…
release-docs
Diff-driven documentation sync after a release. Determines what source files changed, delegates changelog to zuvo:docs, updates only docs whose source changed. Flags: --dry-run, explicit range argument.
ship
Ship a build — pre-flight checks, deploy, document, verify, monitor. Use when deploying code, publishing packages, or releasing.
release
BeeCount 全家桶发版流水线:App(BeeCount)与自建云(BeeCount-Cloud)打 tag 触发 CI 全自动构建,加上 changelog 双格式、官网文档同步、宣传视频与社媒文案的完整收尾。当用户说"发布新版本"、"发版"、"App 发 X.Y.Z"、"cloud 发个版本"、"打个 tag 发布"、"release 一下"、"准备上架"时必须使用本技能——哪怕只发一端、哪怕只是"先把 changelog 写了",也按本流水线对应步骤走。不适用于:日常 PR 合并(不发版)、honeycomb/video-studio 等其它仓的发布、商店审核被拒的申诉处理。.