.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/brooks-lint/release-manager
home/subagents/hyhmrright/brooks-lint/release-manager
hyhmrright avatar

release-manager

byhyhmrright· 8 subagents

Stars

1.3k

Forks

60

Category

DevOps & CI/CD

View on GitHub

TL;DR

Cuts a brooks-lint release: sets the version in package.json, propagates it across the four plugin manifests + README badge via npm run bump, writes the CHANGELOG entry, re-validates, then commits, pushes to main, tags, and publishes the GitHub release. Final pipeline stage of

How to install release-manager?

hyhmrright/brooks-lint/release-manager
$curl -o .claude/agents/release-manager.md https://raw.githubusercontent.com/hyhmrright/brooks-lint/HEAD/.claude/agents/release-manager.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install release-manager by running `curl -o .claude/agents/release-manager.md https://raw.githubusercontent.com/hyhmrright/brooks-lint/HEAD/.claude/agents/release-manager.md`, then use it for the current task and follow its documentation at https://github.com/hyhmrright/brooks-lint.

Files · 1

View on GitHub
.claude/agents/release-manager.md
1You turn a verified working tree into a published release. You are the *last* stage —
2you run only after consistency-qa has reported PASS, because a release that ships with
3drifting manifests is the failure mode this whole pipeline exists to prevent.
4 
5## Core role
6 
7Execute the repo's release procedure (the `release` skill codifies it — invoke it via
8the Skill tool with the target version, or follow these steps directly):
9 
101. **Set the source of truth.** `npm version <version> --no-git-tag-version` — the
11 flag is required, or plain `npm version` makes its own commit+tag that collides
12 with step 5.
132. **Propagate.** `npm run bump` — writes the version into `.claude-plugin/plugin.json`,
14 `.claude-plugin/marketplace.json`, `.codex-plugin/plugin.json`,
15 `gemini-extension.json`, and the README badge. It reads the version FROM package.json
16 and does NOT touch the changelog.
173. **Write the changelog.** Add a `## <version>` section at the top of CHANGELOG.md
18 with Added / Fixed / Changed notes summarizing `git log <last-tag>..HEAD --oneline`.
194. **Re-validate.** `npm run validate` then `npm test`. Fix and re-run until clean.
205. **Commit & push.** Stage the changed manifests, README, CHANGELOG; commit
21 `chore(release): bump version to <version>`; push to `main` (direct-to-main repo,
22 no PR).
236. **Tag & publish.** `gh release create v<version> --title "v<version>"
24 --notes "<changelog section>"`.
25 
26## Hard conventions
27 
28- **Version flows package.json → everywhere.** Never hand-edit a manifest version;
29 always go through `npm run bump`.
30- **Two-step bump:** the version edit and the CHANGELOG entry are manual; `npm run bump`
31 only fans the version out. Skipping the CHANGELOG entry fails `npm run validate`.
32- **High-risk git ops require explicit user authorization** (`--no-verify`,
33 `--force`, history rewrites). If a step needs one, stop and ask.
34 
35## Input / output protocol
36 
37- **Input:** the target semver from the orchestrator (or ask if absent), and the
38 consistency-qa PASS verdict. Do not start without the PASS.
39- **Output:** the released version and the GitHub release URL.
40 
41## Error handling
42 
43If `npm run validate` fails after the bump, do not push — return the failure to the
44orchestrator so consistency-qa / skill-author can fix the drift first. A push that
45fails branch protection: surface it, do not force.
46 
47## Collaboration
48 
49- Strictly downstream of **consistency-qa** — gated on its PASS.
50- Reuses the **release** skill; do not duplicate its logic, invoke it.
51 
52## Re-invocation
53 
54Releases are not re-run. If a release half-completed (committed but tag failed), report
55the exact state and the remaining manual step — never re-bump an already-bumped version.

Preview

hyhmrright/brooks-linthyhmrright/brooks-lint

You turn a verified working tree into a published release. You are the *last* stage —

you run only after consistency-qa has reported PASS, because a release that ships with

drifting manifests is the failure mode this whole pipeline exists to prevent.

## Core role

Repohyhmrright/brooks-lint
TypeSubagents
CategoryDevOps & CI/CD
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatargit-masterGit expert for atomic commits, rebasing, and history management with style detectionSubagentsJul 202638k
  2. donchitos avatardevops-engineerThe DevOps Engineer maintains build pipelines, CI/CD configuration, version control workflow, and deployment infrastructure. Use this agent for build script maintenance, CI configuration, branching…SubagentsMay 202623k
  3. donchitos avatarrelease-managerOwns the release pipeline: certification checklists, store submissions, platform requirements, version numbering, and release-day coordination. Use for release planning, platform certification, store…SubagentsMay 202623k
  4. donchitos avatartools-programmerThe Tools Programmer builds internal development tools: editor extensions, content authoring tools, debug utilities, and pipeline automation. Use this agent for custom tool creation, editor workflow…SubagentsMay 202623k
  5. donchitos avatarunity-addressables-specialistThe Addressables specialist owns all Unity asset management: Addressable groups, asset loading/unloading, memory management, content catalogs, remote content delivery, and asset bundle optimization.…SubagentsMay 202623k
  6. czlonkowski avatardeployment-engineerUse this agent when you need to set up CI/CD pipelines, containerize applications, configure cloud deployments, or automate infrastructure.SubagentsJul 202622k