Borrowing it
Nothing to install: this file belongs to Jahrome907/minecraft-agent-skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Jahrome907/minecraft-agent-skills/main/.agents/skills/minecraft-ci-release/SKILL.mdgit clone --depth 1 https://github.com/Jahrome907/minecraft-agent-skillsWrote 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/jahrome907/minecraft-agent-skills/minecraft-ci-release)<a href="https://agentmods.dev/skills/jahrome907/minecraft-agent-skills/minecraft-ci-release"><img src="https://agentmods.dev/badge/skills/jahrome907/minecraft-agent-skills/minecraft-ci-release/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.
<a href="https://agentmods.dev/skills/jahrome907/minecraft-agent-skills/minecraft-ci-release"><img src="https://agentmods.dev/badge/skills/jahrome907/minecraft-agent-skills/minecraft-ci-release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00049 | $0.04003 |
| Opus 5 | $0.00024 | $0.02001 |
| Sonnet 5 | $0.00010 | $0.00801 |
| Haiku 4.5 | $0.00005 | $0.00400 |
Grade A, and why
minecraft-ci-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 5d 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 — 450 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Minecraft CI / Release Skill
Routing Boundaries
Use when: the task is CI/CD pipelines, artifact publishing, versioning, or release governance.Do not use when: the task is gameplay or plugin implementation (minecraft-modding,minecraft-plugin-dev, orminecraft-datapack).Do not use when: the task is server runtime operations or infrastructure tuning (minecraft-server-admin).
Release Shape
Keep each repository's existing release destinations and approval policy. A tag can build an artifact and create a GitHub Release without publishing to Modrinth or CurseForge. Add a publisher only when the project already uses it or the user asks for it. Never add tokens to committed files.
For the current Minecraft 26.x lane, use Java 25 and state that in workflow labels and examples. Legacy Minecraft 1.21.x projects stay on Java 21; retain their own loader and Gradle conventions instead of mechanically changing their version.
Use an immutable GitHub Action revision in a protected workflow. The following refs were verified from the upstream tags on 2026-09-04; refresh them from the upstream tag before intentionally upgrading an action:
actions/[email protected] 3d3c42e5aac5ba805825da76410c181273ba90b1
actions/[email protected] dd06d9cba3e5552c54d9f8ea23572deb30010f7c
gradle/actions/[email protected] 9c971963bec38e04b3d30dcc455b5382be2fdbfb
actions/[email protected] 043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
softprops/[email protected] efb35369e0ad2afab669f228072c1b0d510eae64
Version and Tag Convention
Minecraft mod versions follow: {mod_version}+{mc_version}
1.0.0+26.2 ← mod 1.0.0 for MC 26.2
1.2.3+26.2
2.0.0+26.2
Use a release version without the game suffix for the Git tag, and retain the Minecraft version in the artifact version when the project uses that convention:
mod_version: 1.2.3
project/artifact version: 1.2.3+26.2
tag: v1.2.3
The release workflow must verify that v1.2.3 matches mod_version=1.2.3 before
building. Do not override mod_version from the tag, because that hides a mismatch.
The Gradle task and safe changelog extraction are in
the publishing reference.
What ships with it
4 files 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.
- 5d ago Changed · +13 lines f35170f68ba6
- 12d ago First seen · 437 lines · 49 tokens per session scan A f4e90d859a3b
minecraft-ci-release is a skill published in the GitHub repository Jahrome907/minecraft-agent-skills (138 stars, last pushed 6d ago), licensed MIT. It adds 49 tokens to every session and 4,003 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.
Other skills, from other repositories
github-release-management
Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management.
agent-github-modes
Agent skill for github-modes - invoke with $agent-github-modes.
releasepr
Adopt, configure, run, or troubleshoot compozy/releasepr in a consuming repository, including Actions, beta/stable/legacy plans, notes, dry-runs, and publication. Excludes pr-release internals and general versioning advice.
gitlab-devops
GitLab DevOps operations — issues, merge requests, CI/CD pipelines, repository browsing, labels, milestones, releases, and wiki management. Use when querying GitLab project status, monitoring pipeline executions, browsing repository files, creating issues for network findings, opening merge requests for config…
seed-snapshot-release
An automated workflow for creating and tracking a snapshot release of the pull request on the current branch. A snapshot release is a temporary package build used for testing a branch before a normal release.
release-engineering
Plan and verify software releases with versioning, changelogs, release branches, feature flags, canaries, migration gates, rollback, deployment checks, and release readiness. Use when preparing a release, shipping a risky PR, coordinating app/backend/database rollout, recovering from a bad deploy, or defining release…