aget-release-build

aget-release-build is a skill for Claude Code from aget-framework/template-advisor-aget. It costs 0 tokens per session (1,228 once invoked), scanned A, original, Apache-2.0.

A release-build workflow that reads the active project plan, finds the current delivery gate, and carries out its listed tasks.

In plain words
What is it for?
Use it to execute a release gate, update completed checklist items, and report when the gate is done. A release gate is a defined group of tasks that must be finished before delivery.
Why use it?
It keeps implementation focused on completing planned work without mixing in specification reviews or adversarial testing.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is test -f scripts/validate_release_gate.py && python3 scripts/validate_release_gate.py --version {VERSION} --phase pre-release || echo "Gate validator: skipped (s.

Good fit Use it to execute a release gate, update completed checklist items, and report when the gate is done. A release gate is a defined group of tasks that must be finished before delivery.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/aget-framework/template-advisor-aget
agentmods
npx agentmods add skills/aget-framework/template-advisor-aget/aget-release-build

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 aget-release-build

README.md
[![agentmods](https://agentmods.dev/badge/skills/aget-framework/template-advisor-aget/aget-release-build/github.svg)](https://agentmods.dev/skills/aget-framework/template-advisor-aget/aget-release-build)
Your own site
<a href="https://agentmods.dev/skills/aget-framework/template-advisor-aget/aget-release-build"><img src="https://agentmods.dev/badge/skills/aget-framework/template-advisor-aget/aget-release-build/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 aget-release-build

Your own site · 80×15
<a href="https://agentmods.dev/skills/aget-framework/template-advisor-aget/aget-release-build"><img src="https://agentmods.dev/badge/skills/aget-framework/template-advisor-aget/aget-release-build.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,228 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.
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.00000 $0.01228
Opus 5 $0.00000 $0.00614
Sonnet 5 $0.00000 $0.00246
Haiku 4.5 $0.00000 $0.00123

Measured 9d ago against content hash 0190b878c7fb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

aget-release-build 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 9d 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/aget-release-build/SKILL.md · 139 lines

How it starts

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

/aget-release-build

Execute gate deliverables with the Builder perspective of the Release Delivery Triad (L818). Speed-optimized execution mode.

Purpose

The Builder asks: "Is this done? Is it fast? Does it work?"

This skill shifts your cognitive posture to prioritize execution fidelity, velocity tracking, and mechanical correctness. You are the Builder — move fast, execute cleanly, report completion.

You do NOT audit specifications (that is /aget-release-audit-specs). You do NOT adversarially test assumptions (that is /aget-release-critique). You build.

Triggers

  • "build gate", "execute gate"
  • "release build mode"
  • /aget-release-build

Input

Optional: gate number or PROJECT_PLAN path. If omitted, detect the active release PROJECT_PLAN and current gate.

Execution

Step 1: Identify Current Gate

Read the active planning/PROJECT_PLAN_v*.md file. Identify:

  • Current gate number and name
  • Deliverable checklist (items marked [ ])
  • Estimated time budget for this gate

If no active plan found, report error and stop.

Step 2: Execute Deliverables

For each deliverable in the gate:

  1. Read the deliverable specification
  2. Execute it
  3. Mark [x] in the plan with a brief finding note
  4. Track elapsed time

Builder rules:

  • Execute ONLY the specified deliverables — no scope expansion
  • If a deliverable is blocked, note the blocker and move to the next
  • If a deliverable reveals a spec gap, note it for the Spec Auditor — do NOT fix the spec yourself
  • If a deliverable raises a concern, note it for the Critic — do NOT investigate yourself

Step 3: Velocity Report

After all deliverables are attempted, report:

=== Builder Report: Gate [N] ===

Deliverables: [completed]/[total]
Blocked: [count] ([list blockers])
Time: [actual] vs [estimated] ([velocity]x)

Findings for Spec Auditor:
- [any spec gaps noticed during execution]

Findings for Critic:
- [any concerns or assumptions noticed]

Gate Status: [COMPLETE / BLOCKED / PARTIAL]

Read the full file on GitHub · 139 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. 9d ago First seen · 139 lines · 0 tokens per session scan A 0190b878c7fb

Subscribe to this mod's changes

aget-release-build is a skill published in the GitHub repository aget-framework/template-advisor-aget (2 stars, last pushed 10d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,228 tokens. 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.

Related

Other skills, from other repositories

codew-release-qa-sweep

Use before claiming Codewhale release work is done: run the full gate sweep and list the manual QA targets.

Hmbown/CodeWhale · 31 tokens

release

Skill "release" from Hmbown/Codewhale, covering release, invocation, non-goals and workflow.

Hmbown/CodeWhale · 0 tokens

github

Drive GitHub via the official gh CLI — repos, issues, pull requests, releases, gists, Actions runs, and raw REST through gh api. Use when the user asks to inspect or manage GitHub.

AtomicBot-ai/atomic-agent · 48 tokens

skillshare-changelog

Generate CHANGELOG.md entry from recent commits in conventional format. Also syncs the website changelog page. Use this skill whenever the user asks to: generate a changelog, document what changed between tags, or create a new CHANGELOG entry. If you see requests like "write the changelog for v0.17", "what changed…

runkids/skillshare · 134 tokens

commit-pr

Mandatory Codex/Copilot publication adapter for opencode-swarm. Use for every GitHub issue assignment that results in code changes, commits, pushes, draft PRs, PR body edits, PR readying, release notes, or CI closeout. Must be loaded before git push, gh pr create, gh pr edit, or gh pr ready. Routes to the single…

ZaxbyHub/opencode-swarm · 100 tokens

share-a-library

Use when a managed library is ready to publish to GitHub and hand to teammates as an install command. Run the GitHub publishing steps, then return the exact shareable install command.

MoizIbnYousaf/Ai-Agent-Skills · 41 tokens