🚀
DevOpsSwift

CodexBar Release

by steipete

CodexBar Release is a DevOps skill for Claude Code, published by steipete in CodexBar.

20.1K stars1.7K forkson steipete/CodexBarAdded 2026/08/14Repository updated 2026/08/14
aiclaude-codecodexswift
Install in seconds
Install CodexBar Release
Copy CodexBar Release into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/steipete/CodexBar/tree/main/.agents/skills/release-codexbar ~/.claude/skills/release-codexbar

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/steipete/CodexBar.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/release-codexbar/SKILL.md in steipete/CodexBar
Installs to
~/.claude/skills/release-codexbar
Collection
One of 3 skills cataloged from this repository
Category
DevOps798 skills

What CodexBar Release does

CodexBar Release automates versioning, signing, notarization, appcast generation, and Homebrew cask updates for macOS apps, including Sparkle feeds and CI-built CLI tarballs. Use it for finalizing and verifying a CodexBar release end-to-end.

CodexBar Release is cataloged under DevOps on DirSkills. CodexBar Release comes from a repository tagged ai, claude-code, codex and swift.

Documentation

README

CodexBar Release

Use for releasing signed/notarized macOS apps, especially repos with Sparkle appcasts and Homebrew casks.

Start

  1. Work from the app repo unless asked otherwise.
  2. Check repo state, current version, latest tag/release, and release docs/scripts.
  3. Confirm CHANGELOG.md is complete, user-facing, deduped, and dated for the release.
  4. Prefer the repo release script; patch small script/test blockers instead of bypassing the release path.
  5. Never print key material. Keep 1Password references and local key paths as references only.
  6. Load $release-private if it exists before resolving Peter-owned credential locators.

Key Material

Use $one-password for secret handling. op only in tmux/persistent shell; no broad env, set, export -p, or secret scans.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about CodexBar Release

  • What else does steipete publish alongside CodexBar Release?

    CodexBar Release is one of 3 skills that DirSkills catalogs from steipete/CodexBar, the repository it ships in. Its siblings there include CodexBar and CodexBar Live QA. Each one is a separate skill with its own page in this directory, installs the same way CodexBar Release does, and is maintained by steipete in that same repository. The rest of the collection is listed on the steipete/CodexBar page.

  • How does CodexBar Release compare to other DevOps skills?

    CodexBar Release ranks #75 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of CodexBar Release against them. Open each page to compare what they document and how they install.