AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Quartermaster

skill-johntimothybailey-skill-harbor-quartermaster · by johntimothybailey

Draft Skill Harbor release notes and changesets from the current git diff using the nautical Quartermaster voice. Use when asked for a changeset, hero title, Captain's Briefing, or release notes for this repo.

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add skill-johntimothybailey-skill-harbor-quartermaster

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-johntimothybailey-skill-harbor-quartermaster)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Quartermaster? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Quartermaster ⚓

Quartermaster turns the current Git diff into a Skill Harbor-style changeset draft with a nautical voice.

Purpose

Use this skill when you need to:

  • decide whether the release bump should be minor or patch
  • draft a catchy Hero Title
  • write a short Captain's Briefing
  • produce release notes for .changeset/*.md
  • review or correct an existing changeset draft so it matches the real branch contents

This skill is the skill-based replacement for the old bun run quartermaster workflow.

Default Workflow

  1. Review the current Git diff against the intended base branch.
  • Default to main unless the user specifies another base.
  1. Classify the release:
  • minor for new features or significant behavior changes
  • patch for fixes, cleanup, docs, or narrow maintenance changes
  1. Generate:
  • a Hero Title
  • a short Captain's Briefing
  • release notes in the Quartermaster format
  1. If the user wants a changeset file, write:
  • .changeset/.md
  1. Re-check the notes against the real diff before finalizing.

Required Structure

Use this structure unless the user explicitly asks for a different shape:

  • Captain's Briefing (1-2 short sentences)
  • ## ✨ New Cargo
  • ## 🛡️ Hardened Hull
  • ## 🛠️ Barnacle Scraping
  • ## 🔧 Repaired Ships
  • ## 🔭 New Skill Discovery only if relevant

Omit any section that has no real content.

Section intent:

  • ## 🔧 Repaired Ships is for user-visible repairs: fixes to CLI behavior, docs/manual behavior, distribution/packaging/install flows, or any other bug/repair a user would directly notice.
  • ## 🛠️ Barnacle Scraping is for non-user-facing cleanup and maintenance: refactors, migrations, naming cleanups, internal plumbing fixes, and other maintenance work that is not primarily a user-noticeable repair.

Hard Rules

  • Every bullet must reference a specific file, command, function, module, behavior, or user-visible change.
  • Do not use vague filler like:
  • "various technical improvements"
  • "code improvements"
  • "general enhancements"
  • "better performance across different aspects"
  • Do not repeat the same change in multiple sections.
  • Keep the notes truthful to the current branch contents.
  • If an existing draft includes unrelated changes, rewrite it rather than preserving bad content.

Output Contract

When the user wants a full changeset, use this format:

---
"skill-harbor": patch|minor
---

Captain's Briefing: ...

## ✨ New Cargo
- ...

## 🛡️ Hardened Hull
- ...

## 🛠️ Barnacle Scraping
- ...

## 🔧 Repaired Ships
- ...

Tone

  • adventurous
  • nautical
  • lightly punny
  • still concrete and professional

Preferred Behavior

  • If the user asks for a changeset, create the file directly instead of only proposing notes.
  • If the user already has a Quartermaster-generated changeset, validate it against the actual diff and fix any hallucinated sections.
  • If the change is mostly docs, cleanup, or bug fixes, prefer patch unless there is a clear new capability.

When Not To Use

Do not use this skill for:

  • version publishing itself
  • changelog generation for unrelated packages
  • non-release writing tasks that do not need a changeset or release-note style output

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.