🖼️
AutomationDart

Release Card

by K9i-0

Release Card is an Automation 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 Release Card
Copy Release Card 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/release-card ~/.claude/skills/release-card

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/release-card/SKILL.md in K9i-0/ccpocket
Installs to
~/.claude/skills/release-card
Collection
One of 18 skills cataloged from this repository
Category
Automation1523 skills

What Release Card does

Release Card creates and updates X announcement card images for ccpocket releases from the latest iOS, Android, and macOS tags plus App Store release notes. Use it when you need English and Japanese PNGs for release posts and to verify the generated images fit cleanly.

Release Card is cataloged under Automation on DirSkills. Release Card comes from a repository tagged android, app-server, bridge-server, claude-code and cli.

Documentation

README

Release Card

ccpocket のリリース告知用画像を、最新タグとストア用リリースノートから生成する。

ワークフロー

1. 最新リリース情報を確認

最新タグと現在のアプリバージョンを確認する。

git tag -l 'ios/v*' 'android/v*' 'macos/v*' --sort=-v:refname | head -10
grep '^version:' apps/mobile/pubspec.yaml

原則として最新タグの vX.Y.Z をカードのバージョンに使う。タグが ios/v1.86.1+148 のように build number を含む場合、画像表示とファイル名には 1.86.1 を使う。

タグと apps/mobile/pubspec.yaml のバージョンが一致しない、複数プラットフォームの最新タグがずれている、またはどのバージョンで作るべきか判断できない場合は、作業前にユーザーへ確認する。

2. リリースノートを確認

英語・日本語のリリースノートを読む。

sed -n '1,160p' apps/mobile/fastlane/metadata/en-US/release_notes.txt
sed -n '1,160p' apps/mobile/fastlane/metadata/ja/release_notes.txt

必要に応じて最新タグとの差分も確認する。

git log <latest-tag>..HEAD --oneline -- apps/mobile/ CHANGELOG.md

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

Frequently asked about Release Card

  • What else does K9i-0 publish alongside Release Card?

    Release Card 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 Release Card 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 Release Card compare to other Automation skills?

    Release Card ranks #823 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. 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 Release Card against them. Open each page to compare what they document and how they install.

More from K9i-0/ccpocket

Release Card is one of 18 skills cataloged on DirSkills from K9i-0/ccpocket.

See all 18 skills