📦
DevOpsDart

Shorebird Patch

by K9i-0

Shorebird Patch is a DevOps skill for Claude Code, published by K9i-0 in ccpocket.

1K stars97 forkson K9i-0/ccpocketAdded 2026/08/21Repository updated 2026/08/20
androidapp-serverbridge-serverclaude-codeclicodexflutteriosmobileopenairemote-controltypescriptwebsocket
Install in seconds
Install Shorebird Patch
Copy Shorebird Patch 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/K9i-0/ccpocket/tree/main/.claude/skills/shorebird-patch ~/.claude/skills/shorebird-patch

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/K9i-0/ccpocket.git

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

In this catalog

Source file
.claude/skills/shorebird-patch/SKILL.md in K9i-0/ccpocket
Installs to
~/.claude/skills/shorebird-patch
Collection
One of 18 skills cataloged from this repository
Category
DevOps798 skills

What Shorebird Patch does

Shorebird Patch creates Shorebird OTA patches for staging and records the patch number. It is used to verify a patch before the user manually promotes it to stable.

Shorebird Patch is cataloged under DevOps on DirSkills. Shorebird Patch comes from a repository tagged android, app-server, bridge-server, claude-code and cli.

Documentation

README

Shorebird パッチ配布

Shorebird OTA パッチを staging に作成する。stable への昇格はユーザーが検証後に手動で実施する。

新バージョンのリリース/release-mobile スキルを使用する。 アセット差分でパッチが適用されない場合も、/release-mobile でリリース後に再パッチする。

フロー概要

patch (staging) → デバッグ画面で検証 → ユーザーが promote (stable) → 全ユーザーに配信

パッチ手順

1. バージョン確認

grep '^version:' apps/mobile/pubspec.yaml

version: X.Y.Z+N の値を記録する(= <version>)。

2. パッチ作成 (staging)

引数でプラットフォームが指定された場合はそのまま使う。指定がなければ、その時点のエージェントで利用可能な質問手段でユーザーに確認する。特定の質問ツール名には依存しない。

# iOS
bash .claude/skills/shorebird-patch/patch.sh ios <version>

# Android
bash .claude/skills/shorebird-patch/patch.sh android <version>

# 両方の場合は順番に実行

スクリプトが以下を一括で行う:

  • shorebird patchstaging にパッチ作成
  • --allow-asset-diffs によりアセット変更の確認プロンプトを自動スキップ

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

Commands Shorebird Patch provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /release-mobile

Frequently asked about Shorebird Patch

  • What else does K9i-0 publish alongside Shorebird Patch?

    Shorebird Patch is one of 18 skills that DirSkills catalogs from K9i-0/ccpocket, the repository it ships in. Its siblings there include App Release, Branch Merge Cleanup and Codex Guide. Each one is a separate skill with its own page in this directory, installs the same way Shorebird Patch does, and is maintained by K9i-0 in that same repository. The rest of the collection is listed on the K9i-0/ccpocket page.

  • How does Shorebird Patch compare to other DevOps skills?

    Shorebird Patch ranks #436 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 Shorebird Patch against them. Open each page to compare what they document and how they install.

More from K9i-0/ccpocket

Shorebird Patch is one of 18 skills cataloged on DirSkills from K9i-0/ccpocket.

See all 18 skills