one-person-capital: Skill for Claude Code

.agents/skills/release/SKILL.md

release is a skill for Claude Code, Codex from arthurzhuhan/one-person-capital. It costs 42 tokens per session (1,784 once invoked), scanned A, original, MIT.

A checklist for reviewing uncommitted code changes from several engineering viewpoints. It labels findings by severity, from required fixes to minor suggestions.

In plain words
What is it for?
Use it to inspect the current Git diff, check it against a project style guide, and report actionable issues without focusing on harmless formatting.
Why use it?
It helps catch bugs, security problems, resource leaks, configuration mistakes, and hard-to-maintain code before changes are pushed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is arthurzhuhan/one-person-capital's own configuration. It tells Claude Code and Codex how to work on one-person-capital 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 one-person-capital configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./scripts/release-start.sh {patch|minor|major}.

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/arthurzhuhan/one-person-capital/main/.agents/skills/release/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/arthurzhuhan/one-person-capital

Made for: Claude Code, 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 release

README.md
[![agentmods](https://agentmods.dev/badge/skills/arthurzhuhan/one-person-capital/release/github.svg)](https://agentmods.dev/skills/arthurzhuhan/one-person-capital/release)
Your own site
<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.

agentmods 80×15 button for release

Your own site · 80×15
<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>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,784 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.00042 $0.01784
Opus 5 $0.00021 $0.00892
Sonnet 5 $0.00008 $0.00357
Haiku 4.5 $0.00004 $0.00178

Measured 11d ago against content hash c9a06014a22d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 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.

.agents/skills/release/SKILL.md · 262 lines

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:

  1. .agents/skills/release-changelog/SKILL.md exists and is usable.
  2. The repo working tree is clean, including untracked files.
  3. There are commits since the last stable tag.
  4. The release SHA has passed the verification gate or is about to.
  5. If package manifests changed, the CI-owned pnpm-lock.yaml refresh is already merged on master before the release branch is cut.
  6. npm publish rights are available locally, or the GitHub release workflow is being used with trusted publishing.
  7. 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, or major
  • 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:

  1. Start or resume release/X.Y.Z
  2. Draft the stable changelog as releases/vX.Y.Z.md
  3. Publish one or more prerelease canaries such as X.Y.Z-canary.0
  4. Smoke test the canary via Docker
  5. Publish the stable version X.Y.Z
  6. Push the stable branch commit and tag
  7. Create the GitHub Release
  8. Merge release/X.Y.Z back to master without squash or rebase
  9. Complete website and announcement surfaces

Read the full file on GitHub · 262 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. 11d ago First seen · 262 lines · 42 tokens per session scan A c9a06014a22d

Subscribe to this mod's changes

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.

Related

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.

ruvnet/ruflo · 61 tokens

github

GitHub via gh CLI: PRs, issues, reviews, repos, auth.

NousResearch/hermes-agent · 19 tokens

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.

adolfousier/opencrabs · 0 tokens

release

Release gentle-pi through GitHub and npm. Trigger: release, publish, npm publish, GitHub release, version bump.

Gentleman-Programming/gentle-pi · 28 tokens

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…

cyanheads/obsidian-mcp-server · 139 tokens

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…

code-yeongyu/oh-my-openagent · 161 tokens