Agent Plugins Marketplace
← All plugins

ios-skills

v1.2.0

iOS app icon authoring, Simulator control, physical-device builds, and App Store Connect uploads.

CodexClaude Code4 Skills

By gigun0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install ios-skills for Codex and Claude Code

Installs for the current user
codex plugin marketplace add gigun-dev/claude-code
codex plugin marketplace upgrade gigun
codex plugin add ios-skills@gigun

Paste and run these commands in a terminal with Codex. They add and refresh the gigun catalog, then install this plugin.

Compatibility: the page URL and API slug “ios-skills” remain stable.

  • Codex: ios-skills@agent-plugin-marketplace → ios-skills@gigun

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/gigun-dev/claude-code

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ios-skills/.

Plugin files

plugins/ios-skills/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/appstoreconnect-upload/SKILL.md
├── skills/ios-app-icon/SKILL.md
├── skills/ios-device-build/SKILL.md
└── skills/ios-simulator/SKILL.md

Included Skills4

appstoreconnect-uploadskills/appstoreconnect-upload/SKILL.md

Archive and upload iOS/macOS apps to App Store Connect (TestFlight/App Store) via CLI. Use when: (1) User wants to deploy to TestFlight, (2) User wants to upload to App Store, (3) User says "deploy", "upload", "archive", "TestFlight", "App Store Connect", or similar.

ios-app-iconskills/ios-app-icon/SKILL.md

iOS 26/27 の Liquid Glass アプリアイコン(.icon / Icon Composer 形式)を GUI なしで生成・検証し、Xcode プロジェクトへ組み込む。「アプリアイコンを作って/変えて」「AppIcon を設定したい」「ビルドしてもアイコンが反映されない」と言われたとき、および .icon / icon.json / ictool / appiconset といった語が出たときに使う。アプリのアイコンが話題なら Liquid Glass と明示されなくても参照する(SF Symbols・favicon・UI の glassEffect() は対象外)。

ios-device-buildskills/ios-device-build/SKILL.md

Swift/iOSアプリを実機にビルド・インストール・起動する。使用タイミング: (1)「実機にビルドして」(2)「iPhoneで動かして」(3)「デバイスにインストールして」(4)「実機で確認して」(5)「実機デプロイ」など実機デバッグが必要な時。xcodebuild → devicectl install → devicectl launchの一連のフローを自動化。

ios-simulatorskills/ios-simulator/SKILL.md

iOS Simulator を CLI で操作し、検証用の状態(OS アカウント、同じ状態の複数台、資格情報、到達画面)を 用意する。「シミュレータで動かして」「アカウントを入れて」「端末を複数用意して」「スクショ撮って」 「デモ動画を撮って」と頼まれたときに使う。タップが無言で失敗する、テキスト入力が化ける、キーボードが 出ない、TLS が失敗する、アカウントを追加できない、録画の尺が合わない、といった詰まりの診断にも使う。 Simulator を操作する前に読む。実機は対象外(ios-device-build)。

Plugin manifests2

plugins/ios-skills/.codex-plugin/plugin.json
{
  "$generatedFrom": "../.claude-plugin/plugin.json (scripts/generate_manifests.py --write); generates name/version/description/author here — homepage, repository, keywords, the mcpServers/skills pointer, and interface stay hand-edited in this file",
  "name": "ios-skills",
  "version": "1.2.0",
  "description": "iOS app icon authoring, Simulator control, physical-device builds, and App Store Connect uploads.",
  "author": {
    "name": "gigun",
    "url": "https://github.com/gigun-dev"
  },
  "homepage": "https://github.com/gigun-dev/claude-code/tree/main/plugins/ios-skills",
  "repository": "https://github.com/gigun-dev/claude-code",
  "keywords": [
    "ios",
    "swift",
    "xcode",
    "app-icon",
    "simulator"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "iOS Skills",
    "shortDescription": "Build, test, and ship iOS apps",
    "longDescription": "Create Liquid Glass app icons, control iOS Simulator, build for physical devices, and upload archives to App Store Connect.",
    "developerName": "gigun",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/gigun-dev/claude-code/tree/main/plugins/ios-skills",
    "defaultPrompt": [
      "Create and integrate a Liquid Glass app icon for this iOS project."
    ]
  }
}
plugins/ios-skills/.claude-plugin/plugin.json
{
  "name": "ios-skills",
  "version": "1.2.0",
  "description": "iOS app icon authoring, Simulator control, physical-device builds, and App Store Connect uploads.",
  "author": {
    "name": "gigun",
    "url": "https://github.com/gigun-dev"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ios-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ios-skills)