Borrowing it
Nothing to install: this file belongs to arthurzhuhan/one-person-capital. 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/arthurzhuhan/one-person-capital/main/.agents/skills/release/SKILL.mdgit clone --depth 1 https://github.com/arthurzhuhan/one-person-capitalWrote 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/arthurzhuhan/one-person-capital/release)<a href="https://agentmods.dev/skills/arthurzhuhan/one-person-capital/release"><img src="https://agentmods.dev/badge/skills/arthurzhuhan/one-person-capital/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/arthurzhuhan/one-person-capital/release"><img src="https://agentmods.dev/badge/skills/arthurzhuhan/one-person-capital/release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00042 | $0.01784 |
| Opus 5 | $0.00021 | $0.00892 |
| Sonnet 5 | $0.00008 | $0.00357 |
| Haiku 4.5 | $0.00004 | $0.00178 |
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 11d 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 — 262 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Release Coordination Skill
Run the full OnePersonCapital release as a maintainer workflow, not just an npm publish.
This skill coordinates:
- stable changelog drafting via
release-changelog - release-train setup via
scripts/release-start.sh - prerelease canary publishing via
scripts/release.sh --canary - Docker smoke testing via
scripts/docker-onboard-smoke.sh - stable publishing via
scripts/release.sh - pushing the stable branch commit and tag
- GitHub Release creation via
scripts/create-github-release.sh - website / announcement follow-up tasks
Trigger
Use this skill when leadership asks for:
- "do a release"
- "ship the next patch/minor/major"
- "release vX.Y.Z"
Preconditions
Before proceeding, verify all of the following:
.agents/skills/release-changelog/SKILL.mdexists and is usable.- The repo working tree is clean, including untracked files.
- There are commits since the last stable tag.
- The release SHA has passed the verification gate or is about to.
- If package manifests changed, the CI-owned
pnpm-lock.yamlrefresh is already merged onmasterbefore the release branch is cut. - npm publish rights are available locally, or the GitHub release workflow is being used with trusted publishing.
- If running through OnePersonCapital, you have issue context for status updates and follow-up task creation.
If any precondition fails, stop and report the blocker.
Inputs
Collect these inputs up front:
- requested bump:
patch,minor, ormajor - whether this run is a dry run or live release
- whether the release is being run locally or from GitHub Actions
- release issue / company context for website and announcement follow-up
Step 0 — Release Model
OnePersonCapital now uses this release model:
- Start or resume
release/X.Y.Z - Draft the stable changelog as
releases/vX.Y.Z.md - Publish one or more prerelease canaries such as
X.Y.Z-canary.0 - Smoke test the canary via Docker
- Publish the stable version
X.Y.Z - Push the stable branch commit and tag
- Create the GitHub Release
- Merge
release/X.Y.Zback tomasterwithout squash or rebase - Complete website and announcement surfaces
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.
- 11d ago First seen · 262 lines · 42 tokens per session scan A c9a06014a22d
release is a skill published in the GitHub repository arthurzhuhan/one-person-capital (24 stars, last pushed 6mo ago), licensed MIT. It adds 42 tokens to every session and 1,784 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-automation
GitHub workflow automation, PR management, issue tracking, and code review coordination. Integrates with GitHub Actions and repository management. Use when: PR creation, code review, issue management, release automation, workflow setup. Skip when: local-only changes, non-GitHub repositories.
github
GitHub via gh CLI: PRs, issues, reviews, repos, auth.
github
Full GitHub CLI control — issues, PRs, code reviews, repo management. Uses gh CLI with auth detection, rate limiting, and templates. Triggers on: github, issue, pull request, PR, code review, repo, branch, label, assignee, milestone, release, workflow, actions.
release
Release gentle-pi through GitHub and npm. Trigger: release, publish, npm publish, GitHub release, version bump.
release-pr-review
Review pass on an open release PR (release/ → main) — the step between git-wrapup and release-and-publish when a project releases in gated release PR mode. Reads the PR's commit range through the code-simplifier lens plus a correctness review, verifies whatever an automated reviewer left on the PR, lands fixes as…
pre-publish-review
Nuclear-grade 12-agent pre-publish release gate. Runs /get-unpublished-changes to detect all changes since last npm release, spawns up to 10 ultrabrain agents for deep per-change analysis, invokes /review-work (orchestrator manual QA plus one gate reviewer) for holistic review, and 1 oracle for overall release…