Amarok-Hider: Skill for Claude Code

.claude/skills/release/SKILL.md

release is a skill for Claude Code from deltazefiro/Amarok-Hider. It costs 15 tokens per session (1,625 once invoked), scanned A, original, Apache-2.0.

A release procedure for publishing a new Amarok version, either stable or beta. It covers version selection, recent changes, and required confirmation points.

In plain words
What is it for?
Use it to prepare an Amarok stable release or beta, calculate the next version and build number, inspect changes since the last tag, and merge translations when required.
Why use it?
It provides an ordered process for choosing the release type and version while reducing the chance of skipping project-specific release steps.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is deltazefiro/Amarok-Hider's own configuration. It tells Claude Code how to work on Amarok-Hider 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 Amarok-Hider configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is GITHUB_TOKEN=<token> python3 .github/scripts/summarize_translation_contrib.py --start <last-tag> --end HEAD.

About the project

Amarok-Hider is an Android privacy tool that makes selected files and apps less visible by changing how the system identifies or displays them, rather than encrypting their contents. It is for people who want quick protection from casual snooping, with optional root-based features for deeper app hiding.

deltazefiro/Amarok-Hider · 3,235 stars · on GitHub · deltazefiro.github.io

Reuse

Borrowing it

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

Made for: Claude Code.

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/deltazefiro/amarok-hider/release.svg)](https://agentmods.dev/skills/deltazefiro/amarok-hider/release)
Your own site
<a href="https://agentmods.dev/skills/deltazefiro/amarok-hider/release"><img src="https://agentmods.dev/badge/skills/deltazefiro/amarok-hider/release.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,625 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.00015 $0.01625
Opus 5 $0.00008 $0.00813
Sonnet 5 $0.00003 $0.00325
Haiku 4.5 $0.00002 $0.00162

Measured 8d ago against content hash d4553522e303, 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 8d 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.

.claude/skills/release/SKILL.md · 138 lines

How it starts

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

Amarok Release Procedure

You are preparing a new release for Amarok. Follow the steps below in order, asking for user confirmation at each decision point. Do not skip steps.

Step 1: Determine release type and version

  1. Find the current version in app/build.gradle (versionCode and versionName).
  2. Read git log since the last tag to understand what changed.
  3. Ask the user: stable or beta? Present both options with their proposed version name and code:
    • Stable: use the versioning rules below to propose a version.
    • Beta: use the versioning rules below to propose a version.
  4. Versioning rules for computing the proposed version:
    • First beta of new cycle: bump minor version from the current stable (e.g., 0.10.00.11.0-beta1), round versionCode up to next multiple of 10 (e.g., 124130).
    • Subsequent beta: increment beta number (e.g., -beta1-beta2), increment versionCode by 1.
    • Stable release (from beta): drop the beta suffix, increment versionCode by 1.
    • Stable patch release: bump patch version (e.g., 0.10.00.10.1), increment versionCode by 1.

Step 2: Merge open translation PRs (stable releases only)

For stable releases only:

  1. List open PRs from the Weblate bot using: GITHUB_TOKEN=<token> gh pr list -R deltazefiro/Amarok-Hider --search "translation"
  2. If translation PRs exist, show them to the user.
  3. IMPORTANT: Tell the user to merge the selected PRs on GitHub directly (using squash merge), then wait for them to confirm. Do NOT merge locally — GitHub's squash merge preserves the correct commit message format with per-language (by Name <email>) lines that the translation credit script depends on.
  4. After user confirms the PRs are merged on GitHub, run git pull origin main to pull them in.
  5. If no translation PRs are found, inform the user and move on.

Step 3: Verify prerequisites

  1. Confirm git working tree is clean (git status --short should be empty). If not, ask user to resolve.
  2. Build the app: ./gradlew assemble (timeout 300s). If it fails, stop and report the error.

Read the full file on GitHub · 138 lines

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. 8d ago First seen · 138 lines · 15 tokens per session scan A d4553522e303

Subscribe to this mod's changes

release is a skill published in the GitHub repository deltazefiro/Amarok-Hider (3,235 stars, last pushed 27d ago), licensed Apache-2.0. It adds 15 tokens to every session and 1,625 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-new-version

Use when the user wants to release a new Zafiro version — drafting bilingual release notes, deciding the next version number, bumping app/build.gradle.kts, tagging, and publishing to GitHub (main repo, optionally the Xposed repo).

niki914/zafiro · 54 tokens

release-process

Step-by-step release checklist for Squad — prevents v0.8.22-style disasters.

dotnet/maui-labs · 20 tokens

npm-publish

Publish the create-cmp CLI to npm as the create-cmp-cli package. Use this when the user asks to "publish create-cmp to npm", "release a new version", "ship create-cmp-cli", "npm publish this", "cut a release", or wants npx create-cmp-cli to work. Runs unattended when a granular npm token is installed in the user's…

kvdm-co-pilot/create-cmp · 150 tokens

github-actions-multiplatform-release

Structure a GitHub Actions release pipeline for a multiplatform desktop app so one Linux runner cross-builds every platform's artifacts and a second, tiny macOS job does only the one step that genuinely requires macOS — with artifact handoff between them and no compilation on the costly runner; reach for it when your…

maxrave-dev/kotlin-footguns · 100 tokens

git-pr-strategy

Apply safe branching, commits, conflict resolution, review ownership, merge, rollback, and release-tag rules.

vmobifystudio/app-dev-team · 26 tokens

build-release-engineer

!cat skills/shared/game-visual-foundations.md 2>/dev/null || echo "=== Visual Foundations not loaded ===" !cat skills/shared/protocols/ux-protocol.md 2>/dev/null || true !cat skills/shared/protocols/input-validation.md 2>/dev/null || true !cat skills/shared/protocols/tool-efficiency.md 2>/dev/null || true !cat…

buiphucminhtam/forgewright · 65 tokens