kamehadb: Skill for Codex

.agents/skills/preparing-releases/SKILL.md

preparing-releases is a skill for Codex from asta-nguyen/kamehadb. It costs 41 tokens per session (524 once invoked), scanned A, original, Apache-2.0.

A release-preparation workflow for KamehaDB desktop software, covering version updates, release notes, build files, and GitHub release checks.

In plain words
What is it for?
Checking changes and tags, updating the app version, preparing changelogs, checking release artifacts and workflows, and running required tests and type checks.
Why use it?
It reduces mistakes when preparing a release and prevents publishing when the worktree, version, or release scope is inconsistent.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is asta-nguyen/kamehadb's own configuration. It tells Codex how to work on kamehadb 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 kamehadb configures →

Reuse

Borrowing it

Nothing to install: this file belongs to asta-nguyen/kamehadb. 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/asta-nguyen/kamehadb/main/.agents/skills/preparing-releases/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/asta-nguyen/kamehadb

Made for: 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 preparing-releases

README.md
[![agentmods](https://agentmods.dev/badge/skills/asta-nguyen/kamehadb/preparing-releases/github.svg)](https://agentmods.dev/skills/asta-nguyen/kamehadb/preparing-releases)
Your own site
<a href="https://agentmods.dev/skills/asta-nguyen/kamehadb/preparing-releases"><img src="https://agentmods.dev/badge/skills/asta-nguyen/kamehadb/preparing-releases/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.

agentmods 80×15 button for preparing-releases

Your own site · 80×15
<a href="https://agentmods.dev/skills/asta-nguyen/kamehadb/preparing-releases"><img src="https://agentmods.dev/badge/skills/asta-nguyen/kamehadb/preparing-releases.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 524 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.00041 $0.00524
Opus 5 $0.00020 $0.00262
Sonnet 5 $0.00008 $0.00105
Haiku 4.5 $0.00004 $0.00052

Measured 12d ago against content hash 039663e86e0f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

preparing-releases 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 12d 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/preparing-releases/SKILL.md · 34 lines

How it starts

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

Preparing Releases

Prepare a releasable commit first. Tag, push, and publish only with direct user instruction.

Release checklist

  1. Inspect git status --short, the intended diff, local/remote v* tags, and all six app-version files. If the worktree has unrelated changes or an existing tag conflicts with a manifest version, stop and ask for the intended release scope/version; never move or reuse an existing tag.

  2. Confirm the SemVer target with the user. Use bump-version to update exactly package.json, the desktop/sidecar/shared package files, tauri.conf.json, and Cargo.toml. Never update landing/package.json.

  3. Turn [Unreleased] into vX.Y.Z with today’s date and add a fresh [Unreleased]. Keep entries concise and user-facing; remove empty, duplicate, dependency-only, and internal implementation notes.

  4. For new engines, major workflows, or product-description changes, update the five public surfaces in AGENTS.md: landing hero, landing metadata, OG card, compare screenshots, and README.md. Regenerate visual assets only when their source changed.

  5. Verify release scope and quality:

    pnpm typecheck
    pnpm --filter @kamehadb/desktop test
    pnpm build
    git diff --check
    

    Run cargo test --quiet in apps/desktop/src-tauri after Rust/native changes. Run npm --prefix landing run build after landing or README changes. Confirm all six versions are identical and stage only intentional release files.

  6. Request explicit approval before committing, pushing, creating vX.Y.Z, or triggering/publishing any release. After an explicitly authorized pushed tag, monitor .github/workflows/release.yml: it creates a draft release with macOS DMGs, Windows EXE/MSI, and Linux DEB/RPM. Do not expect an AppImage; publish the draft only with explicit final approval.

Guardrails

  • A release tag is immutable: correct the next version instead of force-moving an existing tag.
  • A dirty worktree is not a release candidate until its unrelated changes are separated or approved.
  • Do not claim a release is ready without fresh command output from the checklist.

Read the full file on GitHub · 34 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. 12d ago First seen · 34 lines · 41 tokens per session scan A 039663e86e0f

Subscribe to this mod's changes

preparing-releases is a skill published in the GitHub repository asta-nguyen/kamehadb (14 stars, last pushed 10d ago), licensed Apache-2.0. It adds 41 tokens to every session and 524 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

release

Cut a Memoria release. Version bump, CHANGELOG, CI workflows, Docker image. Use when publishing a new version.

matrixorigin/memoria · 27 tokens

product-multi-role-analysis

Analyze a product from documentation, websites, PDFs, articles, release notes, pricing pages, app listings, reviews, filings, or related links; save separate intermediate analyses from seven roles (user, investor, product manager, market operator, brand operator, competitor, partner), then synthesize a sourced…

digoal/blog · 113 tokens

dlt-connector

Connect SaaS data (HubSpot, Stripe, Salesforce, GitHub, Slack, etc.) to Wren Engine for SQL analysis. Guides the user through the full flow: install dlt, pick a SaaS source, set up credentials, run the data pipeline into DuckDB, then auto-generate a Wren semantic project from the loaded data. Use this skill whenever…

Canner/WrenAI · 158 tokens

wren

Wren CLI for AI agents — a semantic SQL layer over 22+ databases (Postgres, MySQL, BigQuery, Snowflake, Spark, …). The actual workflow guides live inside the wren CLI itself; this is just a discovery stub. Use whenever the user asks a data question (how many, show me, top N, compare, trend, breakdown, metric, revenue…

Canner/WrenAI · 315 tokens

git-expert

Expert-level Git version control with advanced workflows, branching strategies, and best practices for team collaboration. Use when the user mentions version control, collaboration, or workflow, or when the task involves Essential Git Commands, Advanced Git Techniques, Branching Strategies, or Conflict Resolution.

personamanagmentlayer/pcl · 57 tokens

trellis-finish-work

Wrap up the current session: verify quality gate passed, remind user to commit, archive completed tasks, and record session progress to the developer journal. Use when done coding and ready to end the session.

fy-agent/fyagent · 46 tokens