PRのコード品質をレビューするサブエージェント。以下の観点でコードを分析し、インラインコメントで指摘する: - 単一責任原則 (SRP) - 命名規則の一貫性と明確さ - DRY原則(重複コードの検出) - エラーハンドリングの適切さ - コードの可読性と保守性 /review-pr スキルから並列起動される。
PRのドキュメント正確性をレビューするサブエージェント。以下の観点でコードを分析し、インラインコメントで指摘する: - コードとコメントの整合性 - 公開APIのドキュメント - README/CHANGELOGの更新必要性 - 複雑なロジックへの説明コメント - TODO/FIXMEコメントの妥当性 /review-pr スキルから並列起動される。
PRのパフォーマンスをレビューするサブエージェント。以下の観点でコードを分析し、インラインコメントで指摘する: - アルゴリズム複雑度(O(n²)など非効率なパターン) - N+1問題(データベースクエリ、API呼び出し) - メモリリーク・循環参照 - 不要なオブジェクト生成 - キャッシュの活用機会 /review-pr スキルから並列起動される。
PRのセキュリティをレビューするサブエージェント。以下の観点でコードを分析し、インラインコメントで指摘する: - OWASP Top 10脆弱性 - 入力検証(SQLインジェクション、XSS) - 認証・認可の実装 - 機密情報のハードコード - 安全でない暗号化・ハッシュ /review-pr スキルから並列起動される。
PRのテストカバレッジをレビューするサブエージェント。以下の観点でコードを分析し、インラインコメントで指摘する: - 新規コードに対するテストの有無 - エッジケースのカバレッジ - テストの独立性と再現性 - モック/スタブの適切な使用 - Arrange-Act-Assertパターンの遵守 /review-pr スキルから並列起動される。
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin that provides comprehensive iOS development support through specialized agents, commands, and skills.
This plugin integrates Claude AI into the iOS development workflow, offering:
| Server | Description |
|---|---|
pbxproj-mcp | Xcode project manipulation (targets, build settings, schemes, Swift packages) |
iossim-mcp | iOS Simulator control (launch, screenshots, UI automation, gestures) |
| Command | Description |
|---|---|
/prototype | Generate SwiftUI prototypes with preview support |
/implement | Production implementation following project architecture rules |
/propose | Full workflow: implement → build → commit → push → create PR |
| Skill | Purpose |
|---|---|
screen-architecture | Redux-pattern state management for iOS screens |
ui-mock-builder | SwiftUI View and Preview generation |
build-settings-validator | Xcode build settings validation and recommendations |
project-architecture | Module structure and target management |
design-system | Color palettes, typography, and spacing definitions |
localization | String Catalog with type-safe symbol generation (Xcode 26+) |
| Agent | Model | Purpose |
|---|---|---|
ios-feature-developer | Opus 4.5 | Feature implementation, bug fixes, refactoring |
ios-screenshot-analyzer | Sonnet | Visual verification of simulator screenshots |
The plugin promotes a Redux-inspired pattern for iOS screen architecture:
App/
├── AppState # Single source of truth
├── AppAction # Action definitions
├── AppStore # @Published state container
├── AppReducer # Pure functions (testable)
└── Views/
├── RootView # Store in environment
└── FeatureView # Parameter-based (testable)
/prototype login screen - Generate a quick SwiftUI prototype/implement login screen - Convert to production code with Redux pattern/propose - Build, commit, push, and create PR automaticallybuild-settings-validator to verify Xcode settingsdesign-system for consistent stylingproject-architecture for module structurelocalization for i18n supportMIT
npx claudepluginhub hiragram/claude-code-plugins --plugin code-reviewClaude Codeの会話をvibestudio発話サーバーに送信して音声読み上げを行う
iOSアプリ開発チーム
エンジニアリングチームとのコミュニケーション・状況理解を支援するプラグイン
Agent plugin for tips.how
SwiftUIを使ったiOSアプリのUI実装を支援するスキル。言葉での説明からView + #Preview macroを生成し、既存コンポーネントを活用しながら効率的にUIを構築します。
Agents and skills for Swift app development on iOS.
Swift, SwiftUI, SwiftData, iOS animation design/implementation/review, and framework code review (HealthKit, CloudKit, WidgetKit, watchOS, App Intents). Pairs with beagle-core for full workflow.
iOS development validation with Xcode build hooks.
iOS and Swift development with SwiftUI views and models
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns