mobile
v1.3.0iPhone/iPad/Mac アプリおよび Flutter/Dart クロスプラットフォームアプリ開発スキル群を提供するプラグイン。5個のスキル(applying-apple-hig: Apple Human Interface Guidelines 準拠のデザイン指針・developing-ios-apps: SwiftUI/UIKit 選定から App Store 審査・プライバシー・配布までの開発実務・auditing-app-store-compliance: コードベース監査によるApp Store提出可否判定、StoreKit 2 IAP実装準拠、macOS/Mac App Store固有要件・developing-dart: Dart言語の型システム・null安全性・関数型/OOPプログラミング・非同期処理・テストなど言語仕様全般・developing-flutter-apps: Widget/状態管理/ナビゲーション/ネットワーキング/アーキテクチャパターン/パッケージエコシステム/テスト/性能最適化/ストア公開までのFlutterアプリ開発実務)を含む。
By sumik51 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Aug 29, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add mobile@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/sumik5/sumik-llm-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/mobile/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/applying-apple-hig/SKILL.md├── skills/auditing-app-store-compliance/SKILL.md├── skills/developing-dart/SKILL.md├── skills/developing-flutter-apps/SKILL.md└── skills/developing-ios-apps/SKILL.md
Included Skills5
What: Apple公式のHuman Interface Guidelines(HIG)を基準に、iPhone・iPad向けiOS/iPadOSアプリのUI/UXを設計・実装・レビューし、SwiftUI/UIKitのレイアウト、ナビゲーション、コンポーネント、入力、アクセシビリティを判断する。REQUIRED when iPhone、iPad、iOS、iPadOS、SwiftUI、UIKit、HIG、App StoreのUI品質、画面設計、デザインレビュー、Dynamic Type、VoiceOver、キーボード、ポインタ、Apple Pencilを扱うとき。Differentiation: 技術アーキテクチャ、状態・データフロー、性能、テスト、Privacy Manifest、署名、TestFlight、配布はdeveloping-ios-appsを使い、UI実装では両方を併用する。Flutter独自のMaterial/CupertinoウィジェットによるクロスプラットフォームUI構築はdeveloping-flutter-appsを使う。
What: iOS/iPadOS/macOSアプリのコードベース(Info.plist、entitlements、Xcodeプロジェクト設定、ソースコード)をApp Review Guidelines(Safety/Performance/Business/Design/Legal)、In-App Purchase実装(StoreKit 2)、macOS/Mac App Store固有要件に照らして実地検査し、「必須(Blocking)/推奨/手動確認要」の3段階で判定した審査提出可否レポートを作成する。REQUIRED when 審査提出前の最終チェック、リリース可否判断、既存コードベースの審査対応状況監査を行うとき。Differentiation: App Review Guidelines本文の解説、Privacy Manifest詳細、署名・TestFlight・技術実装手順はdeveloping-ios-appsを使い、HIGに基づくUI/UX判断はapplying-apple-higを使う。本スキルは実際のプロジェクトファイルを検査するアクション型の監査に特化し、ガイドライン本文の再解説はしない。FlutterアプリがビルドするiOS/macOSのXcodeプロジェクトにも同様に適用できる。
Guides modern Dart language development, including the type system, null safety, variables, collections (List/Set/Map, Iterable, where/map/reduce), functions and functional programming (closures, higher-order functions, composition, Future/Stream), object-oriented programming (classes, constructors, inheritance, abstract classes, mixins, encapsulation, generics, enums, extension methods, operator overloading), asynchronous programming (async/await, isolates), error handling and debugging, the Dart test package, pub package management, CLI and web runtimes, and tooling (Dart SDK, DartPad, analyzer, formatter). REQUIRED when writing, reviewing, or modifying Dart code, or when pubspec.yaml or .dart files are present. For building Flutter UIs, widgets, state management, navigation, or shipping cross-platform apps, use developing-flutter-apps. For native iOS/iPadOS apps in Swift/SwiftUI, use developing-ios-apps instead.
Guides production Flutter app development with Dart targeting iOS, Android, web, and desktop from a single codebase, including project setup, the widget system (Stateless/Stateful, Material and Cupertino), layout, theming and animation, state management (setState, Provider, Riverpod, BLoC/Cubit, Redux, GetX), navigation and routing (Navigator, go_router, auto_route), networking and backends (http, dio, REST, Firebase, GraphQL), local persistence, responsive multi-platform design, architecture patterns (Clean Architecture, BLoC, MVVM), the pub.dev package ecosystem, widget and integration testing, performance optimization, and build and store release. REQUIRED when creating, implementing, modifying, testing, or shipping a Flutter app, or when pubspec.yaml lists the flutter SDK. For the Dart language itself (types, null safety, OOP, async, collections), use developing-dart. For native iOS/iPadOS apps in Swift/SwiftUI, use developing-ios-apps. For Apple HIG UI/UX decisions, use applying-apple-hig.
Guides production iPhone and iPad app development for iOS and iPadOS, including Xcode setup, SwiftUI/UIKit selection and interoperability, architecture, state and data flow, app and scene lifecycle, persistence, networking, background work, notifications, testing, performance, Privacy Manifest, Required Reason API, signing, TestFlight, App Store review, and release. REQUIRED when creating, implementing, modifying, testing, reviewing, or shipping an iOS/iPadOS app. For Apple HIG, UI/UX, navigation, layout, components, input, visual design, or accessibility decisions, use applying-apple-hig; UI implementation MUST use both skills. For codebase-level submission-readiness auditing (Info.plist/entitlements/source-code inspection with a pass/fail report), StoreKit 2 implementation-level IAP compliance, or macOS/Mac App Store-specific technical requirements (sandboxing, notarization, Hardened Runtime), use auditing-app-store-compliance instead. For cross-platform Flutter/Dart apps, use developing-flutter-apps.
Plugin manifests2
{
"name": "mobile",
"version": "1.3.0",
"description": "iPhone/iPad/Mac アプリおよび Flutter/Dart クロスプラットフォームアプリ開発スキル群を提供するプラグイン。5個のスキル(applying-apple-hig: Apple Human Interface Guidelines 準拠のデザイン指針・developing-ios-apps: SwiftUI/UIKit 選定から App Store 審査・プライバシー・配布までの開発実務・auditing-app-store-compliance: コードベース監査によるApp Store提出可否判定、StoreKit 2 IAP実装準拠、macOS/Mac App Store固有要件・developing-dart: Dart言語の型システム・null安全性・関数型/OOPプログラミング・非同期処理・テストなど言語仕様全般・developing-flutter-apps: Widget/状態管理/ナビゲーション/ネットワーキング/アーキテクチャパターン/パッケージエコシステム/テスト/性能最適化/ストア公開までのFlutterアプリ開発実務)を含む。",
"author": {
"name": "sumik5"
},
"keywords": [
"claude-code",
"skills",
"mobile",
"ios",
"ipados",
"macos",
"apple-hig",
"swiftui",
"app-store-review",
"flutter",
"dart"
],
"skills": "./skills/",
"interface": {
"displayName": "Sumik Mobile",
"shortDescription": "iPhone/iPad/Mac アプリ開発スキル(Apple HIG 準拠デザイン・iOS 開発実務・App Store 審査対応監査)および Flutter/Dart クロスプラットフォーム開発スキルを提供するプラグイン",
"longDescription": "Apple Human Interface Guidelines に準拠した iPhone/iPad アプリのデザイン指針、SwiftUI/UIKit の選定・アプリライフサイクル・App Store 審査ガイドライン・プライバシー要件・配布までの開発実務知識、コードベース監査による App Store 提出可否判定(StoreKit 2 IAP 実装準拠・macOS/Mac App Store 固有要件を含む)、そして Dart 言語仕様と Flutter による iOS/Android/Web/デスクトップ向けクロスプラットフォームアプリ開発実務(Widget・状態管理・ナビゲーション・アーキテクチャ・パッケージ選定・ストア公開)を提供します。各トピックには Apple または Flutter/Dart 公式ドキュメントへの参照 URL を併記し、最新仕様の確認先を案内します。",
"developerName": "sumik5",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write",
"Edit",
"Bash"
],
"websiteURL": "https://github.com/sumik5/sumik-claude-plugin",
"defaultPrompt": [
"applying-apple-hig で iPhone アプリの画面設計を HIG 準拠でレビュー",
"developing-flutter-apps で Flutter アプリの状態管理方式を選定"
],
"brandColor": "#0A84FF"
}
}{
"name": "mobile",
"description": "sumik Claude Code Plugin (mobile) — モバイル/iOS/Flutter スキル群(Apple HIG 準拠デザイン・iPhone/iPad アプリ開発実務・Flutter/Dart クロスプラットフォーム開発)",
"version": "1.3.0",
"author": {
"name": "sumik5"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[mobile on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mobile)